Interface | Description |
---|---|
EfsmModelVisitor |
The interface for EFSM model visitors.
|
EfsmVisitor |
The interface for EFSM visitors.
|
Class | Description |
---|---|
Action |
The "sequence of code statements" action.
|
Efsm |
The representation of an extended finite state machine.
|
EfsmModel |
Entity representation of EFSM collection.
|
EfsmModelWalker |
The walker for the
EfsmModel class. |
EfsmState |
A state of an extended finite state machine.
|
EfsmTransition |
The guarded action-based representation of a transition of an extended finite state machine.
|
EfsmWalker |
The EFSM walker.
|
Guard |
Guard is a boolean condition, that consists of some predicates.
|
GuardedAction |
Enum | Description |
---|---|
Efsm.TransitionWeightBasis |