Package org.biojava.nbio.protmod
Class ModificationConditionImpl
- java.lang.Object
-
- org.biojava.nbio.protmod.ModificationConditionImpl
-
- All Implemented Interfaces:
ModificationCondition
public class ModificationConditionImpl extends Object implements ModificationCondition
- Since:
- 3.0
- Author:
- Jianjiong Gao
-
-
Constructor Summary
Constructors Constructor Description ModificationConditionImpl(List<Component> components, List<ModificationLinkage> linkages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Component>
getComponents()
}List<ModificationLinkage>
getLinkages()
}String
toString()
-
-
-
Constructor Detail
-
ModificationConditionImpl
public ModificationConditionImpl(List<Component> components, List<ModificationLinkage> linkages)
-
-
Method Detail
-
getComponents
public List<Component> getComponents()
}- Specified by:
getComponents
in interfaceModificationCondition
- Returns:
- the involved components.
-
getLinkages
public List<ModificationLinkage> getLinkages()
}- Specified by:
getLinkages
in interfaceModificationCondition
- Returns:
- a list of all {Link ModificationLinkage}s.
-
-