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

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

Uses of ActionExecutionSpecification in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ActionExecutionSpecification
 ActionExecutionSpecification UMLFactory.createActionExecutionSpecification()
          Returns a new object of class 'Action Execution Specification'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ActionExecutionSpecification
 T UMLSwitch.caseActionExecutionSpecification(ActionExecutionSpecification object)
          Returns the result of interpreting the object as an instance of 'Action Execution Specification'
 boolean UMLValidator.validateActionExecutionSpecification_validateActionReferenced(ActionExecutionSpecification actionExecutionSpecification, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateActionReferenced constraint of 'Action Execution Specification'
 boolean UMLValidator.validateActionExecutionSpecification(ActionExecutionSpecification actionExecutionSpecification, 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.