Uses of Class
org.pathvisio.libgpml.model.PathwayElement
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of PathwayElement in org.pathvisio.libgpml.model
Subclasses of PathwayElement in org.pathvisio.libgpml.model 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.classPathwayThe Pathway class stores information or metadata for a Pathway Model.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 PathwayElement Modifier and Type Field Description (package private) PathwayElementCopyElement. newElement(package private) PathwayElementCopyElement. sourceElementMethods in org.pathvisio.libgpml.model that return PathwayElement Modifier and Type Method Description PathwayElementCopyElement. getNewElement()Returns the new pathway element.PathwayElementCopyElement. getSourceElement()Returns source pathway element.PathwayElementPathwayElement.InfoRef. getTopPathwayElement()Returns the top target pathway elementPathwayElementfor aPathwayElement.AnnotationRef,PathwayElement.CitationRef, orPathwayElement.EvidenceRef.Methods in org.pathvisio.libgpml.model that return types with arguments of type PathwayElement Modifier and Type Method Description java.util.List<PathwayElement>PathwayModel. getPathwayElements()Returns all pathway elements for the pathway model (pathway, dataNodes, interactions, graphicalLines, labels, shapes, and groups).Methods in org.pathvisio.libgpml.model with parameters of type PathwayElement Modifier and Type Method Description voidDataNode. copyReferencesFrom(PathwayElement srcDataNode)Copies references from the given source data node, including state references.voidPathwayElement. copyReferencesFrom(PathwayElement srcElement)Copies references from the given source pathway element.voidPathwayElement. copyValuesFrom(PathwayElement src)Copies values from the given source pathway element.protected voidGPML2013aReader. readCommentGroup(PathwayElement pathwayElement, org.jdom2.Element e, java.util.Map<java.lang.String,GPML2013aReader.PublicationXref> idToPublicationXref)Reads comment group (comment, biopaxref/citationRef, dynamic property) for pathway element from jdom element.protected voidGPML2021Reader. readCommentGroup(PathwayModel pathwayModel, PathwayElement pathwayElement, org.jdom2.Element e, java.util.Map<java.lang.String,org.jdom2.Element> refIdToJdomElement)Reads comment group (comment, dynamic property, annotationRef, citationRef, evidenceRef) information forPathwayElementfrom jdom element.protected voidGPML2013aReader. readComments(PathwayElement pathwayElement, org.jdom2.Element e)Reads commentPathwayElement.Commentinformation for pathway element from jdom element.protected voidGPML2021Reader. readComments(PathwayElement pathwayElement, org.jdom2.Element e)Reads commentPathwayElement.Commentinformation for pathway element from jdom element.protected voidGPML2013aReader. readDynamicProperties(PathwayElement pathwayElement, org.jdom2.Element root)Reads gpml:Attribute or dynamic property information forPathwayElementfrom jdom element.protected voidGPML2021Reader. readDynamicProperties(PathwayElement pathwayElement, org.jdom2.Element e)Reads dynamic propertysetDynamicProperty(java.lang.String, java.lang.String)information for pathway element from jdom element.protected voidGPML2013aReader. readPublicationXrefs(PathwayElement pathwayElement, org.jdom2.Element e, java.util.Map<java.lang.String,GPML2013aReader.PublicationXref> idToPublicationXref)Reads gpml:Biopax:bp:PublicationXref and BiopaxRef information for pathway element from jdom element.voidCopyElement. setNewElement(PathwayElement newElement)Sets the new pathway element.voidCopyElement. setSourceElement(PathwayElement sourceElement)Sets source pathway element.protected voidGPML2013aWriter. writeElementInfo(PathwayElement elementInfo, org.jdom2.Element e)Writes elementId, comment group {comment, dynamic property, annotationRef, citationRef) and evidenceRefPathwayElementinformation for datanodes, interactions, graphicalLines, labels, shapes, and group.protected voidGPML2021Writer. writeElementInfo(PathwayElement elementInfo, org.jdom2.Element e)Writes elementId, comment group {comment, dynamic property, annotationRef, citationRef) and evidenceRefPathwayElementinformation forConstructors in org.pathvisio.libgpml.model with parameters of type PathwayElement Constructor Description CopyElement(PathwayElement newElement, PathwayElement sourceElement)Instantiates a CopyElement which holds references to a new pathway element and the original source element it was copied from.