|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectobjectgen.activitymodel.Activity
objectgen.activitymodel.Decision
Field Summary | |
protected java.util.ArrayList |
next
|
Fields inherited from class objectgen.activitymodel.Activity |
description, id |
Constructor Summary | |
Decision()
Creates a new instance of Decision |
Method Summary | |
Alternative |
getFirstAlternative()
Paths has only one alternative |
Activity |
getNext()
Always returns null |
boolean |
hasNext()
|
boolean |
isDesicion()
Always returns true |
java.util.Iterator |
iterator()
|
java.lang.Object |
next()
|
void |
remove()
Not implemented |
void |
setAlternative(Alternative alternative)
Add a new alternative branch |
java.lang.String |
toString()
For testing purpouse |
Methods inherited from class objectgen.activitymodel.Activity |
BuildFinal, clone, getDescription, getId, isFinal, setDescription, setId, setNext |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.util.ArrayList next
Constructor Detail |
public Decision()
Method Detail |
public boolean isDesicion()
isDesicion
in class Activity
public Activity getNext()
getNext
in class Activity
public void setAlternative(Alternative alternative)
public Alternative getFirstAlternative()
public java.util.Iterator iterator()
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
public java.lang.String toString()
toString
in class Activity
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |