public class ModificationConditionImpl extends Object implements ModificationCondition
| Constructor and Description |
|---|
ModificationConditionImpl(List<Component> components,
List<ModificationLinkage> linkages) |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
getComponents()
}
|
List<ModificationLinkage> |
getLinkages()
}
|
String |
toString() |
public ModificationConditionImpl(List<Component> components, List<ModificationLinkage> linkages)
public List<Component> getComponents()
getComponents in interface ModificationConditionpublic List<ModificationLinkage> getLinkages()
getLinkages in interface ModificationConditionCopyright © 2000–2017 BioJava. All rights reserved.