Uses of Class
gate.jape.BasicPatternElement

Packages that use BasicPatternElement
gate.fsm   
gate.jape.parser   
 

Uses of BasicPatternElement in gate.fsm
 

Methods in gate.fsm that return BasicPatternElement
 BasicPatternElement Transition.getConstraints()
          Gets the constraints associated to this transition
 

Constructors in gate.fsm with parameters of type BasicPatternElement
Transition(BasicPatternElement constraints, State state)
          Creates a new transition using the given set of constraints and target state.
Transition(BasicPatternElement constraints, State state, LinkedList bindings)
          Creates a new transition from a set of constraints, a target state and a list of labels to be bound with the recognized input symbols (aka annotations).
 

Uses of BasicPatternElement in gate.jape.parser
 

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

Methods in gate.jape.parser with parameters of type BasicPatternElement
protected  void ParseCpsl.finishBPE(BasicPatternElement bpe)