Uses of Class
objectgen.activitymodel.Alternative

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

Uses of Alternative in objectgen.activitymodel
 

Methods in objectgen.activitymodel that return Alternative
 Alternative Decision.getFirstAlternative()
          Paths has only one alternative
 

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

Uses of Alternative in objectgen.testobjective
 

Methods in objectgen.testobjective with parameters of type Alternative
 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 Path.addAlternative(Alternative a)