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

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

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

Methods in org.ocopomo.annotation.gate.parser that return TxtEmfAnnotation
 TxtEmfAnnotation EditorState.addTxtAnnotation(XNode start, XNode end, java.lang.String annotationType, java.lang.String xmiId)
           
 TxtEmfAnnotation EditorState.getTxtAnnotation(java.lang.String xmiId)
           
 

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