Uses of Class
org.pathvisio.libgpml.model.Annotation
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Annotation in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as Annotation Modifier and Type Field Description private AnnotationTestAnnotation. aprivate AnnotationTestReferenceable. a1private AnnotationTestAnnotation. a2private AnnotationPathwayElement.AnnotationRef. annotationFields in org.pathvisio.libgpml.model with type parameters of type Annotation Modifier and Type Field Description private java.util.List<Annotation>PathwayModel. annotationsMethods in org.pathvisio.libgpml.model that return Annotation Modifier and Type Method Description protected AnnotationPathwayModel. addAnnotation(Annotation annotation)Adds given annotation to annotations list.AnnotationAnnotation. copyRef()Copies this annotation.AnnotationPathwayElement.AnnotationRef. getAnnotation()Returns the annotation referenced.private AnnotationPathwayModel. hasEqualAnnotation(Annotation annotation)Checks if given annotation already exists for the pathway model.Methods in org.pathvisio.libgpml.model that return types with arguments of type Annotation Modifier and Type Method Description java.util.List<Annotation>PathwayModel. getAnnotations()Returns the list of annotations.Methods in org.pathvisio.libgpml.model with parameters of type Annotation Modifier and Type Method Description PathwayElement.AnnotationRefPathwayElement. addAnnotation(Annotation annotation)Creates and adds an annotationRef to annotationRefs list.PathwayElement.AnnotationRefPathwayElement.CitationRef. addAnnotation(Annotation annotation)Creates and adds an annotationRef to annotationRefs list.Sets annotable for the given annotationRef.protected AnnotationPathwayModel. addAnnotation(Annotation annotation)Adds given annotation to annotations list.PathwayElement.AnnotationRefReferenceable.Annotatable. addAnnotation(Annotation annotation)Creates and adds an annotationRef to annotationRefs list.voidAnnotation. copyValuesFrom(Annotation src)Copies values from the given source pathway element.booleanAnnotation. equalsAnnotation(Annotation annotation)Compares this annotation to the given annotation.private AnnotationPathwayModel. hasEqualAnnotation(Annotation annotation)Checks if given annotation already exists for the pathway model.voidPathwayModel. removeAnnotation(Annotation annotation)Removes given annotation from annotations list and elementIdToPathwayObject map.private voidPathwayElement.AnnotationRef. setAnnotation(Annotation v)Sets the source annotation for this annotationRef.voidPathwayElement.AnnotationRef. setAnnotationTo(Annotation annotation)Sets the source annotation for this annotationRef.Method parameters in org.pathvisio.libgpml.model with type arguments of type Annotation Modifier and Type Method Description protected voidGPML2021Writer. writeAnnotations(java.util.List<Annotation> annotations, org.jdom2.Element root)Writes annotationAnnotationinformation.Constructors in org.pathvisio.libgpml.model with parameters of type Annotation Constructor Description AnnotationRef(Annotation annotation)Instantiates an AnnotationRef given sourceAnnotationand initializes citationRefs and evidenceRefs lists.