Uses of Class
ca.uqac.lif.cep.fsm.MooreMachine
-
Packages that use MooreMachine Package Description ca.uqac.lif.cep.fsm Define and run extended finite-state machines (FSMs) on an input trace. -
-
Uses of MooreMachine in ca.uqac.lif.cep.fsm
Methods in ca.uqac.lif.cep.fsm that return MooreMachine Modifier and Type Method Description MooreMachine
MooreMachine. addSymbol(int state, ca.uqac.lif.cep.functions.Function symbol)
Associates an output symbol (i.e.MooreMachine
MooreMachine. addSymbols(int state, ca.uqac.lif.cep.functions.Function... symbols)
Associates output symbols (i.e.MooreMachine
MooreMachine. addTransition(int source, MooreMachine.Transition t)
Adds a transition to the machineMooreMachine
MooreMachine. duplicate(boolean with_state)
Methods in ca.uqac.lif.cep.fsm with parameters of type MooreMachine Modifier and Type Method Description void
FunctionTransition. modifyContext(java.lang.Object[] inputs, java.lang.Object[] outputs, MooreMachine machine)
void
MooreMachine.Transition. modifyContext(java.lang.Object[] inputs, java.lang.Object[] outputs, MooreMachine machine)
Modifies the context of the state machine
-