Uses of Class
org.pathvisio.libgpml.model.PathwayObject
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
| org.pathvisio.libgpml.util |
Utility classes
|
-
Uses of PathwayObject in org.pathvisio.libgpml.model
Subclasses of PathwayObject in org.pathvisio.libgpml.model Modifier and Type Class Description classAnnotationThis class stores information for an Annotation.classCitationThis class stores information for a Citation.classDataNodeThis class stores information for a DataNode pathway element.classDataNode.StateThis class stores all information relevant to a State pathway element.classEvidenceThis class stores information for an Evidence.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.classLineElement.AnchorThis class stores information for an Anchor pathway element.classLineElement.GenericPointAbstract class of generic point, extended byLineElement.LinePointandLineElement.Anchor.classLineElement.LinePointThis class stores information for a Point pathway element.classPathwayThe Pathway class stores information or metadata for a Pathway Model.classPathwayElementAbstract class of pathway elements which are part of a pathway, have an elementId, have Comment, Children: DataNode, State, Interaction, GraphicalLine, Label, Shape, Group.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 declared as PathwayObject Modifier and Type Field Description private PathwayObjectPathwayModelEvent. affectedDataprivate PathwayObjectPathwayObjectEvent. pwElementFields in org.pathvisio.libgpml.model with type parameters of type PathwayObject Modifier and Type Field Description private java.util.Map<java.lang.String,PathwayObject>PathwayModel. elementIdToPathwayObjectMethods in org.pathvisio.libgpml.model that return PathwayObject Modifier and Type Method Description PathwayObjectPathwayModelEvent. getAffectedData()Returns the affected data.PathwayObjectPathwayObjectEvent. getModifiedPathwayObject()Gets the PathwayElement whose properties have been modified.PathwayObjectPathwayModel. getPathwayObject(java.lang.String elementId)Returns Pathway Object for the given String elementId key.Methods in org.pathvisio.libgpml.model that return types with arguments of type PathwayObject Modifier and Type Method Description java.util.List<PathwayObject>PathwayModel. getPathwayObjects()Returns all pathway objects for the pathway model.Methods in org.pathvisio.libgpml.model with parameters of type PathwayObject Modifier and Type Method Description voidPathwayModel. add(PathwayObject o)Adds a PathwayObject to this Pathway.voidPathwayModel. addElementId(java.lang.String elementId, PathwayObject pathwayObject)Adds mapping of elementId key to PathwayObject value in the elementIdToPathwayObject hash map.protected voidPathwayModel. addPathwayObject(PathwayObject o)Adds the given pathway object to pathway model.protected voidPathwayModel. checkMBoardSize(PathwayObject e)Checks whether the board size is still large enough for the givenPathwayElementand increases the size if notprotected static PathwayObjectEventPathwayObjectEvent. createAllPropertiesEvent(PathwayObject pathwayObject)Creates an all properties event.protected static PathwayObjectEventPathwayObjectEvent. createCoordinatePropertyEvent(PathwayObject pathwayObject)Creates a coordinate property event.protected static PathwayObjectEventPathwayObjectEvent. createSinglePropertyEvent(PathwayObject pathwayObject, java.lang.Object property)Creates a single property event.booleanPathwayModel. hasPathwayObject(PathwayObject pathwayObject)Checks if the pathway model has the given pathway object.voidPathwayModel. remove(PathwayObject o)Removes a PathwayObject from this Pathway.protected voidPathwayModel. removePathwayObject(PathwayObject o)Removes the given pathway object from pathway model and elementIdToPathwayObject map.Constructors in org.pathvisio.libgpml.model with parameters of type PathwayObject Constructor Description PathwayModelEvent(PathwayObject pathwayObject, int t)Instantiates a pathway model event.PathwayObjectEvent(PathwayObject elem, java.lang.Object prop, boolean coordinateChange)Constructor. -
Uses of PathwayObject in org.pathvisio.libgpml.util
Methods in org.pathvisio.libgpml.util with parameters of type PathwayObject Modifier and Type Method Description static java.lang.StringUtils. summary(PathwayObject elt)Returns string summary information for a pathway object.private static voidUtils. summaryHelper(PathwayObject elt, java.lang.StringBuilder result, StaticProperty p, java.lang.String shortHand)append a property to the summary