Uses of Class
org.pathvisio.libgpml.model.Citation
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Citation in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as Citation Modifier and Type Field Description private CitationTestCitation. aprivate CitationTestCitation. a2private CitationTestCopy. cprivate CitationTestReferenceable. c1private CitationPathwayElement.CitationRef. citationFields in org.pathvisio.libgpml.model with type parameters of type Citation Modifier and Type Field Description private java.util.List<Citation>PathwayModel. citationsMethods in org.pathvisio.libgpml.model that return Citation Modifier and Type Method Description protected CitationPathwayModel. addCitation(Citation citation)Adds given citation to citations list.CitationCitation. copyRef()Copies this citation.CitationPathwayElement.CitationRef. getCitation()Returns the citation referenced.private CitationPathwayModel. hasEqualCitation(Citation citation)Checks if given citation already exists for the pathway model.Methods in org.pathvisio.libgpml.model that return types with arguments of type Citation Modifier and Type Method Description java.util.List<Citation>PathwayModel. getCitations()Returns the list of citations.Methods in org.pathvisio.libgpml.model with parameters of type Citation Modifier and Type Method Description PathwayElement.CitationRefPathwayElement. addCitation(Citation citation)Creates and adds an citationRef to citationRefs list.PathwayElement.CitationRefPathwayElement.AnnotationRef. addCitation(Citation citation)Creates and adds an citationRef to citationRefs list.protected CitationPathwayModel. addCitation(Citation citation)Adds given citation to citations list.PathwayElement.CitationRefReferenceable.Citable. addCitation(Citation citation)Creates and adds a citationRefs to citationRefs list.voidCitation. copyValuesFrom(Citation src)Copies values from the given source pathway element.booleanCitation. equalsCitation(Citation citation)Compares this citation to the given citation.private CitationPathwayModel. hasEqualCitation(Citation citation)Checks if given citation already exists for the pathway model.voidPathwayModel. removeCitation(Citation citation)Removes given citation from citations list and elementIdToPathwayObject map.private voidPathwayElement.CitationRef. setCitation(Citation v)Sets the source citation for this citationRef.voidPathwayElement.CitationRef. setCitationTo(Citation citation)Sets the source citation for this citationRef.Method parameters in org.pathvisio.libgpml.model with type arguments of type Citation Modifier and Type Method Description protected voidGPML2021Writer. writeCitations(java.util.List<Citation> citations, org.jdom2.Element root)Writes citationCitationinformation.protected voidGPML2013aWriter. writePublicationXref(java.util.List<Citation> citations, org.jdom2.Element bp)Writes gpml:Biopax bp:PublicationXrefCitationinformation.Constructors in org.pathvisio.libgpml.model with parameters of type Citation Constructor Description CitationRef(Citation citation)Instantiates an CitationRef given sourceCitationand initializes annotationRefs lists.