|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSM | |
gate.fsm | |
gate.jape |
Uses of FSM in gate.fsm |
Methods in gate.fsm that return FSM | |
FSM |
FSMInstance.getSupportGraph()
Returns the FSM transition graph that backs this FSM instance |
Methods in gate.fsm with parameters of type FSM | |
static FSMInstance |
FSMInstance.getNewInstance(FSM supportGraph,
State FSMPosition,
Node startNode,
Node AGPosition,
HashMap bindings,
Document doc)
Static method that provides new FSM instances. |
Constructors in gate.fsm with parameters of type FSM | |
FSMInstance(FSM supportGraph,
State FSMPosition,
Node startNode,
Node AGPosition,
HashMap bindings,
Document document)
Creates a new FSMInstance object. |
Uses of FSM in gate.jape |
Methods in gate.jape that return FSM | |
FSM |
SinglePhaseTransducer.getFSM()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |