Uses of Class
gate.jape.ConstraintGroup

Packages that use ConstraintGroup
gate.jape   
gate.jape.parser   
 

Uses of ConstraintGroup in gate.jape
 

Methods in gate.jape that return ConstraintGroup
 ConstraintGroup ComplexPatternElement.getConstraintGroup()
           
 ConstraintGroup LeftHandSide.getConstraintGroup()
          Get the constraint group
 

Constructors in gate.jape with parameters of type ConstraintGroup
ComplexPatternElement(ConstraintGroup constraintGroup, int minOccurance, int maxOccurance, String bindingName)
          Construction from ConstraintGroup, min and max legal occurance limits, and binding name.
ComplexPatternElement(ConstraintGroup constraintGroup, int kleeneOp, String bindingName)
          Deprecated. Use ComplexPatternElement.ComplexPatternElement(ConstraintGroup, KleeneOperator.Type, String) instead.
ComplexPatternElement(ConstraintGroup constraintGroup, KleeneOperator.Type kleeneType, String bindingName)
           
ComplexPatternElement(ConstraintGroup constraintGroup, KleeneOperator kleeneOp, String bindingName)
           
LeftHandSide(ConstraintGroup constraintGroup)
          Construction from a ConstraintGroup
 

Uses of ConstraintGroup in gate.jape.parser
 

Methods in gate.jape.parser with parameters of type ConstraintGroup
 void ParseCpsl.ConstraintGroup(LeftHandSide lhs, ConstraintGroup cg)