Uses of Class
gate.jape.constraint.AbstractRegExpPredicate

Packages that use AbstractRegExpPredicate
gate.jape.constraint   
 

Uses of AbstractRegExpPredicate in gate.jape.constraint
 

Subclasses of AbstractRegExpPredicate in gate.jape.constraint
 class NotRegExpFindPredicate
          Implementation of the =~ predicate, which fails if any part of the annotation value matches the given regular expression, and succeeds otherwise.
 class NotRegExpMatchPredicate
          Implementation of the !
 class RegExpFindPredicate
          Implementation of the =~ predicate, which succeeds if any part of the annotation value matches the given regular expression, and fails otherwise.
 class RegExpMatchPredicate
          Implementation of the ==~ predicate, which succeeds if the entire annotation value matches the given regular expression, and fails otherwise.