Uses of Class
org.pathvisio.libgpml.model.PathwayElement.CitationRef
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of PathwayElement.CitationRef in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as PathwayElement.CitationRef Modifier and Type Field Description private PathwayElement.CitationRefTestCitation. ar1private PathwayElement.CitationRefTestCitation. ar2private PathwayElement.CitationRefTestCopy. crprivate PathwayElement.CitationRefTestReferenceable. cr1private PathwayElement.CitationRefTestReferenceable. cr2Fields in org.pathvisio.libgpml.model with type parameters of type PathwayElement.CitationRef Modifier and Type Field Description private java.util.List<PathwayElement.CitationRef>Citation. citationRefscitationRefs with this citation as sourceprivate java.util.List<PathwayElement.CitationRef>PathwayElement.AnnotationRef. citationRefsprivate java.util.List<PathwayElement.CitationRef>PathwayElement. citationRefsMethods in org.pathvisio.libgpml.model that return PathwayElement.CitationRef Modifier and Type Method Description PathwayElement.CitationRefPathwayElement. addCitation(java.lang.String elementId, org.bridgedb.Xref xref, java.lang.String urlLink)Creates a citation with given xref and urlLink, and adds citation to pathway model.PathwayElement.CitationRefPathwayElement. addCitation(org.bridgedb.Xref xref, java.lang.String urlLink)Creates a citation with given xref and urlLink, and adds citation to pathway model.PathwayElement.CitationRefPathwayElement. addCitation(Citation citation)Creates and adds an citationRef to citationRefs list.PathwayElement.CitationRefPathwayElement.AnnotationRef. addCitation(java.lang.String elementId, org.bridgedb.Xref xref, java.lang.String urlLink)Creates a citation with given xref and urlLink, and adds citation to pathway model.PathwayElement.CitationRefPathwayElement.AnnotationRef. addCitation(org.bridgedb.Xref xref, java.lang.String urlLink)Creates a citation with given xref and urlLink, and adds citation to pathway model.PathwayElement.CitationRefPathwayElement.AnnotationRef. addCitation(Citation citation)Creates and adds an citationRef to citationRefs list.PathwayElement.CitationRefReferenceable.Citable. addCitation(java.lang.String elementId, org.bridgedb.Xref xref, java.lang.String urlLink)Creates a citation with given xref and urlLink, and adds citation to pathway model.PathwayElement.CitationRefReferenceable.Citable. addCitation(org.bridgedb.Xref xref, java.lang.String urlLink)Creates a citation with given xref and urlLink, and adds citation to pathway model.PathwayElement.CitationRefReferenceable.Citable. addCitation(Citation citation)Creates and adds a citationRefs to citationRefs list.Methods in org.pathvisio.libgpml.model that return types with arguments of type PathwayElement.CitationRef Modifier and Type Method Description java.util.List<PathwayElement.CitationRef>Citation. getCitationRefs()Returns the list of citationRefs which reference this citation.java.util.List<PathwayElement.CitationRef>PathwayElement.AnnotationRef. getCitationRefs()Returns the list of citation references.java.util.List<PathwayElement.CitationRef>PathwayElement. getCitationRefs()Returns the list of citation references.java.util.List<PathwayElement.CitationRef>Referenceable.Citable. getCitationRefs()Returns the list of citation references.Methods in org.pathvisio.libgpml.model with parameters of type PathwayElement.CitationRef Modifier and Type Method Description protected voidCitation. addCitationRef(PathwayElement.CitationRef citationRef)Adds the given citationRef to citationRefs list of this citation.booleanCitation. hasCitationRef(PathwayElement.CitationRef citationRef)Check whether citationRefs has the given citationRef.booleanPathwayElement.AnnotationRef. hasCitationRef(PathwayElement.CitationRef citationRef)Checks whether citationRefs has the given citationRef.booleanPathwayElement. hasCitationRef(PathwayElement.CitationRef citationRef)Checks whether citationRefs has the given citationRef.booleanReferenceable.Citable. hasCitationRef(PathwayElement.CitationRef citationRef)Check whether this citable has the given citationRef.protected voidCitation. removeCitationRef(PathwayElement.CitationRef citationRef)Removes the given citationRef from citationRefs list of the citation.voidPathwayElement.AnnotationRef. removeCitationRef(PathwayElement.CitationRef citationRef)Removes given citationRef from citationRefs list.voidPathwayElement. removeCitationRef(PathwayElement.CitationRef citationRef)Removes given citationRef from citationRefs list.voidReferenceable.Citable. removeCitationRef(PathwayElement.CitationRef citationRef)Removes given citationRef from citationRefs list.Method parameters in org.pathvisio.libgpml.model with type arguments of type PathwayElement.CitationRef Modifier and Type Method Description private voidPathwayElement. copyCitationRefs(java.util.List<PathwayElement.CitationRef> citationRefs)Copies citationsRefs and nested annotationRefs if applicable.protected voidGPML2013aWriter. writeBiopaxRefs(java.util.List<PathwayElement.CitationRef> citationRefs, org.jdom2.Element e)Writes BiopaxRef information fromPathwayElement.getCitationRefs()for pathway or pathway element.protected voidGPML2021Writer. writeCitationRefs(java.util.List<PathwayElement.CitationRef> citationRefs, org.jdom2.Element e)Writes citation reference information for pathway or pathway element.