Uses of Class
gate.jape.Constraint

Packages that use Constraint
gate.jape   
gate.jape.constraint   
gate.jape.parser   
 

Uses of Constraint in gate.jape
 

Methods in gate.jape that return Constraint
 Constraint[] BasicPatternElement.getConstraints()
          Get the finished Constraint objects.
 

Methods in gate.jape that return types with arguments of type Constraint
 ArrayList<Constraint> BasicPatternElement.getUnfinishedConstraints()
          Get the current list of unfinished Constraint objects.
 

Methods in gate.jape with parameters of type Constraint
 void BasicPatternElement.addConstraint(Constraint newConstraint)
          Add a constraint.
 

Uses of Constraint in gate.jape.constraint
 

Fields in gate.jape.constraint declared as Constraint
protected  Constraint EmbeddedConstraintPredicate.valueConstraint
           
 

Methods in gate.jape.constraint that return Constraint
 Constraint ConstraintFactory.createConstraint(String annotType)
          Create a new constraint for the given annotation type
 

Uses of Constraint in gate.jape.parser
 

Methods in gate.jape.parser that return Constraint
 Constraint ParseCpsl.Constraint()