|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.werken.blissed.Transition
An arc between two States.
State| Method Summary | |
java.lang.String |
getDescription()
Retrieve the description of this transition. |
State |
getDestination()
Retrieve the destination of this transition. |
Guard |
getGuard()
Retrieve the guard of this transition. |
State |
getOrigin()
Retrieve the origin of this transition. |
void |
setDescription(java.lang.String description)
Set the description |
void |
setGuard(Guard guard)
Set the guard of this transition. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public State getOrigin()
State.public State getDestination()
State.public void setGuard(Guard guard)
guard - The guard.public Guard getGuard()
public java.lang.String getDescription()
getDescription in interface Describedpublic void setDescription(java.lang.String description)
setDescription in interface Describeddescription - The description.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||