Uses of Interface
org.eclipse.uml2.Activity

Packages that use Activity
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Activity in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Activity
 Activity UML2Factory.createActivity()
          Returns a new object of class 'Activity'
 Activity Transition.getEffect()
          Returns the value of the 'Effect' containment reference
 Activity Transition.createEffect(EClass eClass)
          Creates a Activity and sets the 'Effect' containment reference
 Activity StructuredActivityNode.getActivity()
           
 Activity StructuredActivityNode.getActivityGroup_activity()
           
 Activity State.getEntry()
          Returns the value of the 'Entry' containment reference
 Activity State.createEntry(EClass eClass)
          Creates a Activity and sets the 'Entry' containment reference
 Activity State.getExit()
          Returns the value of the 'Exit' containment reference
 Activity State.createExit(EClass eClass)
          Creates a Activity and sets the 'Exit' containment reference
 Activity State.getDoActivity()
          Returns the value of the 'Do Activity' containment reference
 Activity State.createDoActivity(EClass eClass)
          Creates a Activity and sets the 'Do Activity' containment reference
 Activity ActivityNode.getActivity()
          Returns the value of the 'Activity' container reference.
 Activity ActivityGroup.getActivityGroup_activity()
          Returns the value of the 'Activity Group activity' container reference.
 Activity ActivityGroup.getActivity()
           
 Activity ActivityEdge.getActivity()
          Returns the value of the 'Activity' container reference.
 

Methods in org.eclipse.uml2 with parameters of type Activity
 void Transition.setEffect(Activity value)
          Sets the value of the 'Effect' containment reference
 void StructuredActivityNode.setActivity(Activity value)
           
 void StructuredActivityNode.setActivityGroup_activity(Activity value)
           
 void State.setEntry(Activity value)
          Sets the value of the 'Entry' containment reference
 void State.setExit(Activity value)
          Sets the value of the 'Exit' containment reference
 void State.setDoActivity(Activity value)
          Sets the value of the 'Do Activity' containment reference
 void ActivityNode.setActivity(Activity value)
          Sets the value of the 'Activity' container reference
 void ActivityGroup.setActivityGroup_activity(Activity value)
          Sets the value of the 'Activity Group activity' container reference
 void ActivityGroup.setActivity(Activity value)
           
 void ActivityEdge.setActivity(Activity value)
          Sets the value of the 'Activity' container reference
 

Uses of Activity in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Activity
 boolean UML2Validator.validateActivity(Activity activity, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseActivity(Activity object)
          Returns the result of interpretting the object as an instance of 'Activity'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.