|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EASE.Agents.Specification.TransitionSave
This class encapsulates the saved information about a transition.
Field Summary | |
CellReference |
condition
Deprecated. Use conditions. |
java.util.Vector |
conditions
|
StateSave |
end
|
boolean |
isFailure
Whether or not the transition is a failure transition. |
boolean |
isSuccess
Whether or not the transition is a success transition. |
(package private) static long |
serialVersionUID
|
StateSave |
start
|
Constructor Summary | |
TransitionSave(Transition t)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public StateSave start
public StateSave end
public CellReference condition
public java.util.Vector conditions
public boolean isFailure
public boolean isSuccess
static final long serialVersionUID
Constructor Detail |
public TransitionSave(Transition t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |