Uses of Interface
gate.AnnotationGraph

Packages that use AnnotationGraph
gate This package contains the public interface to the GATE Java API. 
 

Uses of AnnotationGraph in gate
 

Methods in gate that return AnnotationGraph
 AnnotationGraph AnnotationGraph.getAnnotations(String type)
          Get annotations by type
 AnnotationGraph AnnotationGraph.getAnnotations(String type, FeatureMap features)
          Get annotations by type and features
 AnnotationGraph AnnotationGraph.getAnnotations(String type, FeatureMap features, Long offset)
          Get annotations by type, features and offset
 AnnotationGraph AnnotationGraph.getAnnotations(String type, Long offset)
          Get annotations by type and position.