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 ActivityContent.containingActivity()
           
 Activity UMLFactory.createActivity()
          Returns a new object of class 'Activity'
 Activity ActivityNode.getActivity()
          Returns the value of the 'Activity' 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' reference.
 

Methods in org.eclipse.uml2.uml with parameters of type Activity
 void ActivityNode.setActivity(Activity value)
          Sets the value of the 'Activity' 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' 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_validateMaximumOneParameterNode(Activity activity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMaximumOneParameterNode constraint of 'Activity'
 boolean UMLValidator.validateActivity_validateMaximumTwoParameterNodes(Activity activity, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMaximumTwoParameterNodes 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, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.