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é
  • Classes
    Class
    Description
    Transition for a Moore Machine where the guard is a function returning a boolean, and the context modification is a list of ContextAssignments.
    Dummy main file
    A finite-state automaton with output symbols associated to its states.
    Represents a transition in the Moore machine
    Represents a transition in the Moore machine.
    Represents the "otherwise" transition in the Moore machine