Uses of Class
objectgen.activitymodel.Alternative

Packages that use Alternative
objectgen.activitymodel   
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
 

Uses of Alternative in objectgen.testobjective
 

Methods in objectgen.testobjective with parameters of type Alternative
 void Path.addAlternative(Alternative a)