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) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<MmuBufferAccess> |
getBufferAccesses(MemoryAccessContext context) |
MmuGuard |
getGuard() |
MmuAction |
getSource() |
MmuAction |
getTarget() |
java.lang.String |
toString() |
public MmuAction getSource()
public MmuAction getTarget()
public MmuGuard getGuard()
public java.util.Collection<MmuBufferAccess> getBufferAccesses(MemoryAccessContext context)
public java.lang.String toString()
toString
in class java.lang.Object