Uses of Interface
org.pathvisio.libgpml.model.Groupable
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Groupable in org.pathvisio.libgpml.model
Classes in org.pathvisio.libgpml.model that implement Groupable Modifier and Type Class Description classDataNodeThis class stores information for a DataNode pathway element.classDataNode.StateThis class stores all information relevant to a State pathway element.classGraphicalLineThis class stores information for GraphicalLine pathway element.classGroupThis class stores all information relevant to a Group pathway element.classInteractionThis class stores information for an Interaction pathway element.classLabelThis class stores all information relevant to a Label pathway element.classLineElementThis abstract class stores information for a Line pathway element, e.g.classShapeThis class stores all information relevant to a Shape pathway element.classShapedElementThis class stores information for shaped pathway elementDataNode,DataNode.State,Label,Shape, andGroup.Fields in org.pathvisio.libgpml.model with type parameters of type Groupable Modifier and Type Field Description private java.util.List<Groupable>Group. pathwayElementsMethods in org.pathvisio.libgpml.model that return types with arguments of type Groupable Modifier and Type Method Description java.util.List<Groupable>Group. getPathwayElements()Returns the list of pathway element members of the group.Methods in org.pathvisio.libgpml.model with parameters of type Groupable Modifier and Type Method Description voidGroup. addPathwayElement(Groupable pathwayElement)Adds the given pathway element to pathwayElements list of this group.booleanGroup. hasPathwayElement(Groupable pathwayElement)Checks whether pathwayElements has the given pathwayElement.voidGroup. removePathwayElement(Groupable pathwayElement)Removes the given pathway element from pathwayElements list of the group.Method parameters in org.pathvisio.libgpml.model with type arguments of type Groupable Modifier and Type Method Description voidGroup. addPathwayElements(java.util.List<? extends Groupable> pathwayElements)Adds the given list of pathway elements to pathwayElements list of this group.