|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectobjectgen.testobjective.Path
This class store a path through an activity graph, like other activity graph
Field Summary | |
protected Activity |
lastActivity
Last activity added to the path |
protected Activity |
startActivity
Startg activity |
Constructor Summary | |
Path()
Creates a new instance of Path |
Method Summary | |
void |
addActivity(Activity a)
Add a new activity to the path |
void |
addAlternative(Alternative a)
|
java.lang.Object |
clone()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Activity startActivity
protected Activity lastActivity
Constructor Detail |
public Path()
Method Detail |
public void addActivity(Activity a)
public void addAlternative(Alternative a)
public java.lang.String toString()
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |