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 UMLFactory.createActivity()
          Returns a new object of class 'Activity'
 Activity ActivityNode.getActivity()
          Returns the value of the 'Activity' container reference.
 Activity ActivityEdge.getActivity()
          Returns the value of the 'Activity' container reference.
 Activity Variable.getActivityScope()
          Returns the value of the 'Activity Scope' container reference.
 Activity ActivityGroup.getInActivity()
          Returns the value of the 'In Activity' container reference.
 

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

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

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


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