Uses of Class
org.ocopomo.annotation.gate.parser.Annotation

Packages that use Annotation
org.ocopomo.annotation.gate.parser   
 

Uses of Annotation in org.ocopomo.annotation.gate.parser
 

Subclasses of Annotation in org.ocopomo.annotation.gate.parser
 class LinkAnnotation
           
 class TxtEmfAnnotation
           
 

Methods in org.ocopomo.annotation.gate.parser that return types with arguments of type Annotation
 java.util.List<Annotation> EditorState.getAnnotations()
           
 

Constructor parameters in org.ocopomo.annotation.gate.parser with type arguments of type Annotation
EditorState(java.lang.String text, java.util.List<Annotation> linkAnnotations, java.util.Set<XNode> xNodes)