Uses of Class
gate.jape.Constraint

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

Uses of Constraint in gate.jape
 

Fields in gate.jape declared as Constraint
private  Constraint[] BasicPatternElement.constraints2
          A set of Constraint.
 

Methods in gate.jape that return Constraint
 Constraint[] BasicPatternElement.getConstraints()
           
 

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

Uses of Constraint in gate.jape.parser
 

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