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

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

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

Methods in org.ocopomo.annotation.gate.parser that return LinkAnnotation
 LinkAnnotation EditorState.addLinkAnnotation(XNode start, XNode end, int offsetAnnotationLog, int lengthAnnotationLog, java.lang.String logFileName)
           
 

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