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 MooreMachineMooreMachine. addSymbol(int state, ca.uqac.lif.cep.functions.Function symbol)Associates an output symbol (i.e.MooreMachineMooreMachine. addSymbols(int state, ca.uqac.lif.cep.functions.Function... symbols)Associates output symbols (i.e.MooreMachineMooreMachine. addTransition(int source, MooreMachine.Transition t)Adds a transition to the machineMooreMachineMooreMachine. duplicate(boolean with_state)Methods in ca.uqac.lif.cep.fsm with parameters of type MooreMachine Modifier and Type Method Description voidFunctionTransition. modifyContext(java.lang.Object[] inputs, java.lang.Object[] outputs, MooreMachine machine)voidMooreMachine.Transition. modifyContext(java.lang.Object[] inputs, java.lang.Object[] outputs, MooreMachine machine)Modifies the context of the state machine
-