Uses of Interface
org.pathvisio.libgpml.model.Referenceable.Citable
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Referenceable.Citable in org.pathvisio.libgpml.model
Classes in org.pathvisio.libgpml.model that implement Referenceable.Citable 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.classPathwayElementAbstract class of pathway elements which are part of a pathway, have an elementId, have Comment, Children: DataNode, State, Interaction, GraphicalLine, Label, Shape, Group.classPathwayElement.AnnotationRefThis class stores information for an AnnotationRef with sourceAnnotation, targetReferenceable.Annotatable, and a list ofPathwayElement.CitationRefand/orPathwayElement.EvidenceRef.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 Referenceable.Citable Modifier and Type Field Description private Referenceable.CitablePathwayElement.CitationRef. citableMethods in org.pathvisio.libgpml.model that return Referenceable.Citable Modifier and Type Method Description Referenceable.CitablePathwayElement.CitationRef. getCitable()Returns the target pathway, pathway element, or annotationRefReferenceable.Citablefor this citationRef.Methods in org.pathvisio.libgpml.model with parameters of type Referenceable.Citable Modifier and Type Method Description protected voidGPML2021Reader. readCitationRefs(PathwayModel pathwayModel, Referenceable.Citable citable, org.jdom2.Element e, java.util.Map<java.lang.String,org.jdom2.Element> refIdToJdomElement)private voidPathwayElement.CitationRef. setCitable(Referenceable.Citable v)Sets the target pathway, pathway element, or annotationRefReferenceable.Citableto which the annotationRef belongs.protected voidPathwayElement.CitationRef. setCitableTo(Referenceable.Citable citable)Sets the target pathway, pathway element, or annotationRefReferenceable.Citablefor this annotationRef.