Uses of Package
ca.uqac.lif.cep.fsm
Packages that use ca.uqac.lif.cep.fsm
Package
Description
Define and run extended finite-state machines (FSMs) on an input trace.
-
Classes in ca.uqac.lif.cep.fsm used by ca.uqac.lif.cep.fsmClassDescriptionTransition for a Moore Machine where the guard is a function returning a
boolean, and the context modification is a list ofContextAssignments.A 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