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 ModificationCondition
public List<ModificationLinkage> getLinkages()
getLinkages
in interface ModificationCondition
Copyright © 2000–2019 BioJava. All rights reserved.