Uses of Class
uk.ac.vamsas.objects.core.AnnotationElement

Packages that use AnnotationElement
uk.ac.vamsas.objects   
uk.ac.vamsas.objects.core   
 

Uses of AnnotationElement in uk.ac.vamsas.objects
 

Methods in uk.ac.vamsas.objects with parameters of type AnnotationElement
 void EmptyDocumentUpdater.update(AnnotationElement vobj)
           
 void IDocumentUpdater.update(AnnotationElement vobj)
           
 

Uses of AnnotationElement in uk.ac.vamsas.objects.core
 

Methods in uk.ac.vamsas.objects.core that return AnnotationElement
static AnnotationElement AnnotationElement.unmarshal(java.io.Reader reader)
          Method unmarshal.
 AnnotationElement RangeAnnotation.getAnnotationElement(int index)
          Method getAnnotationElement.
 AnnotationElement[] RangeAnnotation.getAnnotationElement()
          Method getAnnotationElement.Returns the contents of the collection in an Array.
 AnnotationElement RangeAnnotation.removeAnnotationElementAt(int index)
          Method removeAnnotationElementAt.
 

Methods in uk.ac.vamsas.objects.core with parameters of type AnnotationElement
 void RangeAnnotation.addAnnotationElement(AnnotationElement vAnnotationElement)
           
 void RangeAnnotation.addAnnotationElement(int index, AnnotationElement vAnnotationElement)
           
 boolean RangeAnnotation.removeAnnotationElement(AnnotationElement vAnnotationElement)
          Method removeAnnotationElement.
 void RangeAnnotation.setAnnotationElement(int index, AnnotationElement vAnnotationElement)
           
 void RangeAnnotation.setAnnotationElement(AnnotationElement[] vAnnotationElementArray)