Uses of Class
objectgen.activitymodel.Decision

Packages that use Decision
objectgen.activitymodel This package contains classes for building and manipulating activity diagrams. 
objectgen.testobjective   
 

Uses of Decision in objectgen.activitymodel
 

Methods in objectgen.activitymodel that return Decision
static Decision Decision.BuildDesicion(Decision d, Alternative alt)
          This method allos to create decisions with only one alternative for test objectives
 

Methods in objectgen.activitymodel with parameters of type Decision
static Decision Decision.BuildDesicion(Decision d, Alternative alt)
          This method allos to create decisions with only one alternative for test objectives
 

Uses of Decision in objectgen.testobjective
 

Methods in objectgen.testobjective that return Decision
 Decision TestObjective.getFirstDecision(Decision d)
          Returns the first occurence of the decision d in the test objective
 Decision TestObjective.getLastDecision()
          Returns the last desicion stored in the objective
 

Methods in objectgen.testobjective with parameters of type Decision
 boolean AlternativeStore.containsDecision(Decision d)
          Returns true if the store contains the decision Not deprecated but unuseful
 void AlternativeStore.addDecision(Decision d)
          Deprecated.  
 void AlternativeStore.addDecision(Decision d, Alternative a)
          Add a desicion and an alternative of that decision A decision could have more than one alternative stored.
 boolean AlternativeStore.stored(Decision d, Alternative a)
           
 void AlternativeStore.deleteAlternative(Decision d)
          Deprecated.  
 java.util.Iterator AlternativeStore.iteratorFor(Decision d)
          Deprecated.  
 Decision TestObjective.getFirstDecision(Decision d)
          Returns the first occurence of the decision d in the test objective