MealyStateMachine
public class ProcessBehaviour extends java.lang.Object
Constructor and Description |
---|
ProcessBehaviour() |
Modifier and Type | Method and Description |
---|---|
static void |
build_Mealy_Automaton1() |
static void |
main(java.lang.String[] args) |
static void |
ProcessBehaviour() |
static void |
runBehaviour()
Main parsing loop : given a Mealy automata
it checks that from the initial state, we reach a final state, when traversing the automatat
and reaing event from input (that should be replaced by a composition)
|
public static void build_Mealy_Automaton1()
public static void ProcessBehaviour()
public static void runBehaviour()
public static void main(java.lang.String[] args)