Package ca.uqac.lif.cep.fsm
package ca.uqac.lif.cep.fsm
Define and run extended finite-state machines (FSMs) on an input trace.
- Author:
- Sylvain Hallé
-
ClassesClassDescriptionTransition for a Moore Machine where the guard is a function returning a
boolean, and the context modification is a list ofContextAssignments.Dummy main fileA finite-state automaton with output symbols associated to its states.Represents a transition in the Moore machineRepresents a transition in the Moore machine.Represents the "otherwise" transition in the Moore machine