Uses of Interface
gate.SimpleAnnotationSet

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

Uses of SimpleAnnotationSet in gate
 

Subinterfaces of SimpleAnnotationSet in gate
 interface AnnotationSet
           A set of annotations on a document.
 

Uses of SimpleAnnotationSet in gate.annotation
 

Subinterfaces of SimpleAnnotationSet in gate.annotation
 interface EventAwareAnnotationSet
           
 

Classes in gate.annotation that implement SimpleAnnotationSet
 class AnnotationSetImpl
          Implementation of AnnotationSet.
 class ImmutableAnnotationSetImpl