Uses of Class
ca.uqac.lif.cep.fsm.MooreMachine
Packages that use MooreMachine
Package
Description
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 MooreMachineModifier and TypeMethodDescriptionMooreMachine.addSymbol(int state, ca.uqac.lif.cep.functions.Function symbol) Associates an output symbol (i.e.MooreMachine.addSymbols(int state, ca.uqac.lif.cep.functions.Function... symbols) Associates output symbols (i.e.MooreMachine.addTransition(int source, MooreMachine.Transition t) Adds a transition to the machineMooreMachine.duplicate(boolean with_state) Methods in ca.uqac.lif.cep.fsm with parameters of type MooreMachineModifier and TypeMethodDescriptionvoidFunctionTransition.modifyContext(Object[] inputs, Object[] outputs, MooreMachine machine) voidMooreMachine.Transition.modifyContext(Object[] inputs, Object[] outputs, MooreMachine machine) Modifies the context of the state machine