Uses of Package
gate.jape.constraint

Packages that use gate.jape.constraint
gate This package contains the public interface to the GATE Java API. 
gate.creole   
gate.jape   
gate.jape.constraint   
gate.jape.parser   
 

Classes in gate.jape.constraint used by gate
ConstraintFactory
          Creates Jape Constraints and associated ConstraintPredicates.
 

Classes in gate.jape.constraint used by gate.creole
AbstractConstraintPredicate
          Base class for most ConstraintPredicates.
AnnotationAccessor
          Provides way to access some property of an Annotation or otherwise get a value associated with an annotation (such as the length of text it spans or the text itself if the associated document is available).
ConstraintPredicate
          A predicate defines a single boolean operation on an Annotation or some property of an annotation.
MetaPropertyAccessor
          Accessor which returns a particular property or meta-property of an annotation, such as length or string.
 

Classes in gate.jape.constraint used by gate.jape
ConstraintPredicate
          A predicate defines a single boolean operation on an Annotation or some property of an annotation.
 

Classes in gate.jape.constraint used by gate.jape.constraint
AbstractConstraintPredicate
          Base class for most ConstraintPredicates.
AbstractRegExpPredicate
          Abstract regular expression based predicate implementation.
AnnotationAccessor
          Provides way to access some property of an Annotation or otherwise get a value associated with an annotation (such as the length of text it spans or the text itself if the associated document is available).
ComparablePredicate
          Base class for those predicates which use compareTo to compare values.
ConstraintPredicate
          A predicate defines a single boolean operation on an Annotation or some property of an annotation.
EmbeddedConstraintPredicate
          Predicate whose AbstractConstraintPredicate.getValue() property may be set to a Constraint itself, allowing for recursive evaluations.
EqualPredicate
           
MetaPropertyAccessor
          Accessor which returns a particular property or meta-property of an annotation, such as length or string.
StringAccessor
          Accessor that returns the underlying string of an annotation in a document.
 

Classes in gate.jape.constraint used by gate.jape.parser
AnnotationAccessor
          Provides way to access some property of an Annotation or otherwise get a value associated with an annotation (such as the length of text it spans or the text itself if the associated document is available).