Uses of Class
org.pathvisio.libgpml.model.PathwayElement.AnnotationRef
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of PathwayElement.AnnotationRef in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as PathwayElement.AnnotationRef Modifier and Type Field Description private PathwayElement.AnnotationRefTestAnnotation. ar1private PathwayElement.AnnotationRefTestReferenceable. ar1private PathwayElement.AnnotationRefTestAnnotation. ar2private PathwayElement.AnnotationRefTestReferenceable. ar2Fields in org.pathvisio.libgpml.model with type parameters of type PathwayElement.AnnotationRef Modifier and Type Field Description private java.util.List<PathwayElement.AnnotationRef>Annotation. annotationRefsprivate java.util.List<PathwayElement.AnnotationRef>PathwayElement. annotationRefsprivate java.util.List<PathwayElement.AnnotationRef>PathwayElement.CitationRef. annotationRefsMethods in org.pathvisio.libgpml.model that return PathwayElement.AnnotationRef Modifier and Type Method Description PathwayElement.AnnotationRefPathwayElement. addAnnotation(java.lang.String elementId, java.lang.String value, AnnotationType type, org.bridgedb.Xref xref, java.lang.String urlLink)Creates a annotation with given properties, and adds annotation to pathway model.PathwayElement.AnnotationRefPathwayElement. addAnnotation(java.lang.String value, AnnotationType type, org.bridgedb.Xref xref, java.lang.String urlLink)Creates a annotation with given properties, and adds annotation to pathway model.PathwayElement.AnnotationRefPathwayElement. addAnnotation(Annotation annotation)Creates and adds an annotationRef to annotationRefs list.PathwayElement.AnnotationRefPathwayElement.CitationRef. addAnnotation(java.lang.String elementId, java.lang.String value, AnnotationType type, org.bridgedb.Xref xref, java.lang.String urlLink)Creates a annotation with given properties, and adds annotation to pathway model.PathwayElement.AnnotationRefPathwayElement.CitationRef. addAnnotation(java.lang.String value, AnnotationType type, org.bridgedb.Xref xref, java.lang.String urlLink)Creates a annotation with given properties, and adds annotation to pathway model.PathwayElement.AnnotationRefPathwayElement.CitationRef. addAnnotation(Annotation annotation)Creates and adds an annotationRef to annotationRefs list.Sets annotable for the given annotationRef.PathwayElement.AnnotationRefReferenceable.Annotatable. addAnnotation(java.lang.String elementId, java.lang.String value, AnnotationType type, org.bridgedb.Xref xref, java.lang.String urlLink)Creates a annotation with given properties, and adds annotation to pathway model.PathwayElement.AnnotationRefReferenceable.Annotatable. addAnnotation(java.lang.String value, AnnotationType type, org.bridgedb.Xref xref, java.lang.String urlLink)Creates a annotation with given properties, and adds annotation to pathway model.PathwayElement.AnnotationRefReferenceable.Annotatable. addAnnotation(Annotation annotation)Creates and adds an annotationRef to annotationRefs list.Methods in org.pathvisio.libgpml.model that return types with arguments of type PathwayElement.AnnotationRef Modifier and Type Method Description java.util.List<PathwayElement.AnnotationRef>Annotation. getAnnotationRefs()Returns the list of annotationRefs which reference the annotation.java.util.List<PathwayElement.AnnotationRef>PathwayElement.CitationRef. getAnnotationRefs()Returns the list of annotation references.java.util.List<PathwayElement.AnnotationRef>PathwayElement. getAnnotationRefs()Returns the list of annotation references.java.util.List<PathwayElement.AnnotationRef>Referenceable.Annotatable. getAnnotationRefs()Returns the list of annotation references.Methods in org.pathvisio.libgpml.model with parameters of type PathwayElement.AnnotationRef Modifier and Type Method Description protected voidAnnotation. addAnnotationRef(PathwayElement.AnnotationRef annotationRef)Adds the given annotationRef to annotationRefs list of the annotation.booleanAnnotation. hasAnnotationRef(PathwayElement.AnnotationRef annotationRef)Check whether annotationRefs has the given annotationRef.booleanPathwayElement.CitationRef. hasAnnotationRef(PathwayElement.AnnotationRef annotationRef)Checks whether annotationRefs has the given annotationRef.booleanPathwayElement. hasAnnotationRef(PathwayElement.AnnotationRef annotationRef)Checks whether annotationRefs has the given annotationRef.booleanReferenceable.Annotatable. hasAnnotationRef(PathwayElement.AnnotationRef annotationRef)Check whether this annotatable has the given annotationRef.protected voidAnnotation. removeAnnotationRef(PathwayElement.AnnotationRef annotationRef)Removes the given annotationRef from annotationRefs list of this annotation.voidPathwayElement.CitationRef. removeAnnotationRef(PathwayElement.AnnotationRef annotationRef)Removes given annotationRef from annotationRefs list.voidPathwayElement. removeAnnotationRef(PathwayElement.AnnotationRef annotationRef)Removes given annotationRef from annotationRefs list.voidReferenceable.Annotatable. removeAnnotationRef(PathwayElement.AnnotationRef annotationRef)Removes given annotationRef from annotationRefs list.Method parameters in org.pathvisio.libgpml.model with type arguments of type PathwayElement.AnnotationRef Modifier and Type Method Description private voidPathwayElement. copyAnnotationRefs(java.util.List<PathwayElement.AnnotationRef> annotationRefs)Copies annotationRefs and nested citationRefs and evidenceRefs if applicable.protected voidGPML2021Writer. writeAnnotationRefs(java.util.List<PathwayElement.AnnotationRef> annotationRefs, org.jdom2.Element e)Writes annotation reference information for pathway or pathway element.