Uses of Class
ca.uqac.lif.cep.fsm.MooreMachine.Transition
Packages that use MooreMachine.Transition
Package
Description
Define and run extended finite-state machines (FSMs) on an input trace.
-
Uses of MooreMachine.Transition in ca.uqac.lif.cep.fsm
Subclasses of MooreMachine.Transition in ca.uqac.lif.cep.fsmModifier and TypeClassDescriptionclassTransition for a Moore Machine where the guard is a function returning aboolean, and the context modification is a list ofContextAssignments.classRepresents a transition in the Moore machine.final classRepresents the "otherwise" transition in the Moore machineFields in ca.uqac.lif.cep.fsm with type parameters of type MooreMachine.TransitionModifier and TypeFieldDescriptionprotected Map<Integer, List<MooreMachine.Transition>> MooreMachine.m_relationA map from a state to the list of transitions from that stateMethods in ca.uqac.lif.cep.fsm that return MooreMachine.TransitionModifier and TypeMethodDescriptionfinal MooreMachine.TransitionMooreMachine.Transition.duplicate()MooreMachine.Transition.duplicate(boolean with_state) Methods in ca.uqac.lif.cep.fsm with parameters of type MooreMachine.TransitionModifier and TypeMethodDescriptionMooreMachine.addTransition(int source, MooreMachine.Transition t) Adds a transition to the machineprotected booleanMooreMachine.fire(MooreMachine.Transition t, Object[] inputs, Object[] outputs) Fires a transition and updates the machine's stateConstructors in ca.uqac.lif.cep.fsm with parameters of type MooreMachine.TransitionModifierConstructorDescriptionCopies a transition from another transition