|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicPatternElement | |
gate.fsm | |
gate.jape.parser |
Uses of BasicPatternElement in gate.fsm |
Fields in gate.fsm declared as BasicPatternElement | |
private BasicPatternElement |
Transition.constraints
The constraints on this transition. |
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)
Ctreates 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()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |