org.biojava3.protmod
Class ModificationConditionImpl
java.lang.Object
org.biojava3.protmod.ModificationConditionImpl
- All Implemented Interfaces:
- ModificationCondition
public class ModificationConditionImpl
- extends Object
- implements ModificationCondition
- Since:
- 3.0
- Author:
- Jianjiong Gao
ModificationConditionImpl
public ModificationConditionImpl(List<Component> components,
List<ModificationLinkage> linkages)
getComponents
public List<Component> getComponents()
- }
- Specified by:
getComponents
in interface ModificationCondition
- Returns:
- the involved components.
getLinkages
public List<ModificationLinkage> getLinkages()
- }
- Specified by:
getLinkages
in interface ModificationCondition
- Returns:
- a list of all {Link ModificationLinkage}s.
toString
public String toString()
- Overrides:
toString
in class Object