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

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

Uses of BehaviorExecutionSpecification in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return BehaviorExecutionSpecification
 BehaviorExecutionSpecification UMLFactory.createBehaviorExecutionSpecification()
          Returns a new object of class 'Behavior Execution Specification'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type BehaviorExecutionSpecification
 boolean UMLValidator.validateBehaviorExecutionSpecification(BehaviorExecutionSpecification behaviorExecutionSpecification, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseBehaviorExecutionSpecification(BehaviorExecutionSpecification object)
          Returns the result of interpretting the object as an instance of 'Behavior Execution Specification'
 


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