Package | Description |
---|---|
CA |
Contract Automata, extends FSA implementing the functionalities of a CA
|
FMA |
Finite Memory Automata, extends the package FSA.
|
FSA |
Finite State Automata, this is the basic package including all the class to extend.
|
PFSA |
Pushdown Nominal Automata, extends the package FSA.
|
Modifier and Type | Method and Description |
---|---|
protected Simulator |
CA.createSim()
Create an instance of the simulator for an FMA
|
Modifier and Type | Class and Description |
---|---|
class |
FMASimulator
Extends Simulator by adding the registers and change the condition of validity of transitions, and override various methods.
|
Modifier and Type | Method and Description |
---|---|
protected Simulator |
FMA.createSim()
Create an instance of the simulator for an FMA
|
Modifier and Type | Method and Description |
---|---|
protected Simulator |
FSA.createSim() |
Modifier and Type | Class and Description |
---|---|
class |
PFSASimulator
Extends the Simulator by changing the notion of validity of a transition, also handling fresh names.
|
Modifier and Type | Method and Description |
---|---|
protected Simulator |
PFSA.createSim()
Create an instance of the simulator for the PFSA
|