|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectobjectgen.testobjective.TestObjective
A test objective is also an activity diagram
Constructor Summary | |
TestObjective()
Creates a new instance of TestObjective |
Method Summary | |
java.util.Iterator |
activitiesIterator()
|
void |
addActivity(Activity a)
|
java.lang.Object |
clone()
Clone |
boolean |
contains(Activity a)
Returns true if the test objective contains the indicated activity |
Decision |
getFirstDecision(Decision d)
Returns the first occurence of the decision d in the test objective |
Decision |
getLastDecision()
Returns the last desicion stored in the objective |
java.lang.String |
toString()
Testing purpouse |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestObjective()
Method Detail |
public boolean contains(Activity a)
public Decision getFirstDecision(Decision d)
public Decision getLastDecision()
public void addActivity(Activity a)
public java.lang.Object clone()
public java.lang.String toString()
public java.util.Iterator activitiesIterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |