GATE
Version 3.1-2270

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 kleeneOp, String bindingName)
          Construction from ConstraintGroup, Kleene operator type and binding name.
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)
           
 


GATE
Version 3.1-2270