Package org.biojava.nbio.protmod
Interface ModificationCondition
-
- All Known Implementing Classes:
ModificationConditionImpl
public interface ModificationCondition
Conditions of a protein modification, e.g. components and atoms.- Since:
- 3.0
- Author:
- Jianjiong Gao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Component>
getComponents()
java.util.List<ModificationLinkage>
getLinkages()
-
-
-
Method Detail
-
getComponents
java.util.List<Component> getComponents()
- Returns:
- the involved components.
-
getLinkages
java.util.List<ModificationLinkage> getLinkages()
- Returns:
- a list of all {Link ModificationLinkage}s.
-
-