Uses of Class
objectgen.activitymodel.Activity

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

Uses of Activity in objectgen.activitymodel
 

Subclasses of Activity in objectgen.activitymodel
 class Decision
           
 

Fields in objectgen.activitymodel declared as Activity
protected  Activity ActivityDiagram.beginNode
           
protected  Activity ActivityDiagram.finalNode
           
 

Methods in objectgen.activitymodel that return Activity
 Activity ActivityDiagram.getFirstActivity()
          Returns first activity
 Activity ActivityDiagram.findActivity(java.lang.String id)
          Returns the activity for its Id
static Activity Activity.BuildFinal()
          Creates a final node
 

Methods in objectgen.activitymodel with parameters of type Activity
 void IControlFlow.setNext(Activity next)
          Sets the next node *
 boolean IControlFlow.isNext(Activity node)
          Checks if is next
 void ActivityDiagram.addActivity(Activity a)
          Adds a new activity into de the activity diagram This method knows if the activity is the first activity into the diagram.
 void ActivityDiagram.addTransition(Activity org, Activity des)
          Adds a transition between two activities Before call this method, activities must be inserted in activity diagram using addActivity methos
 void ActivityDiagram.addTransition(IControlFlow org, Activity des)
          Overloaded method Esto no me sirve, si no puedo obtener el id no puedo aņadirlo al siguiente
 void ActivityDiagram.finalActivity(Activity a)
          Adds a transition between the node an a final node
 java.util.Iterator ActivityDiagram.iteratorTranstitionsBeginInActivity(Activity a)
          Returns an iterator to traverse all the transitions of an activity
 java.util.Iterator ActivityDiagram.iteratorTranstitionsEndInActivity(Activity a)
          Returns an iterator to traverse all the transitions that ends in an activity
 void Alternative.setNext(Activity next)
           
 boolean Alternative.isNext(Activity node)
          Checks if is next
 boolean Transition.startIn(Activity a)
          Returns true if the trasition starts in the activity indicated
 boolean Transition.endIn(Activity a)
          Returns true if the trasition ends in the activity indicated
 void Activity.setNext(Activity next)
          Sets the next node
 boolean Activity.isNext(Activity node)
          Checks if is next
 

Uses of Activity in objectgen.testobjective
 

Fields in objectgen.testobjective declared as Activity
protected  Activity Path.startActivity
          Start activity
protected  Activity Path.lastActivity
          Last activity added to the path
 

Methods in objectgen.testobjective with parameters of type Activity
 boolean TestObjective.contains(Activity a)
          Returns true if the test objective contains the indicated activity
 void TestObjective.addActivity(Activity a)
           
 void Path.addActivity(Activity a)
          Add a new activity to the path