Uses of Interface
org.eclipse.uml2.uml.Activity

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

Uses of Activity in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Activity
 Activity Variable.getActivityScope()
          Returns the value of the 'Activity Scope' container reference.
 Activity UMLFactory.createActivity()
          Returns a new object of class 'Activity'
 Activity ActivityNode.getActivity()
          Returns the value of the 'Activity' container reference.
 Activity ActivityGroup.getInActivity()
          Returns the value of the 'In Activity' container reference.
 Activity ActivityEdge.getActivity()
          Returns the value of the 'Activity' container reference.
 

Methods in org.eclipse.uml2.uml with parameters of type Activity
 void Variable.setActivityScope(Activity value)
          Sets the value of the 'Activity Scope' container reference
 void ActivityNode.setActivity(Activity value)
          Sets the value of the 'Activity' container reference
 void ActivityGroup.setInActivity(Activity value)
          Sets the value of the 'In Activity' container reference
 void ActivityEdge.setActivity(Activity value)
          Sets the value of the 'Activity' container reference
 

Uses of Activity in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Activity
 boolean UMLValidator.validateActivity(Activity activity, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateActivity_validateNoSupergroups(Activity activity, DiagnosticChain diagnostics, Map context)
          Validates the validateNoSupergroups constraint of 'Activity'
 boolean UMLValidator.validateActivity_validateActivityParameterNode(Activity activity, DiagnosticChain diagnostics, Map context)
          Validates the validateActivityParameterNode constraint of 'Activity'
 boolean UMLValidator.validateActivity_validateAutonomous(Activity activity, DiagnosticChain diagnostics, Map context)
          Validates the validateAutonomous constraint of 'Activity'
 Object UMLSwitch.caseActivity(Activity object)
          Returns the result of interpretting the object as an instance of 'Activity'
 


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