|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Scenario graphical element holding a state.
Method Summary | |
boolean |
isInitial()
Get the initial status of this state. |
boolean |
isTotallyExplored()
Get the totally explored status of this state. |
void |
setInitial(boolean initial)
Set the initial status of this state. |
void |
setTotallyExplored(boolean totallyExplored)
Set the totally explored status of this state. |
State |
state()
Get the state associated to this GraphicalElement, or null if no state is associated to this element. |
Method Detail |
public State state()
public boolean isInitial()
public void setInitial(boolean initial)
public boolean isTotallyExplored()
public void setTotallyExplored(boolean totallyExplored)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |