public final class MmuTransition
extends java.lang.Object
MmuTransition represents a transition, which is a link between two MmuAction.
The description includes the source and the target actions as well as the guard condition that activates the transition.
| Constructor and Description |
|---|
MmuTransition(MmuAction source,
MmuAction target) |
MmuTransition(MmuAction source,
MmuAction target,
MmuGuard guard) |