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

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

Uses of CallBehaviorAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return CallBehaviorAction
 CallBehaviorAction UMLFactory.createCallBehaviorAction()
          Returns a new object of class 'Call Behavior Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type CallBehaviorAction
 boolean UMLValidator.validateCallBehaviorAction(CallBehaviorAction callBehaviorAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateCallBehaviorAction_validateArgumentPinEqualParameter(CallBehaviorAction callBehaviorAction, DiagnosticChain diagnostics, Map context)
          Validates the validateArgumentPinEqualParameter constraint of 'Call Behavior Action'
 boolean UMLValidator.validateCallBehaviorAction_validateResultPinEqualParameter(CallBehaviorAction callBehaviorAction, DiagnosticChain diagnostics, Map context)
          Validates the validateResultPinEqualParameter constraint of 'Call Behavior Action'
 boolean UMLValidator.validateCallBehaviorAction_validateTypeOrderingMultiplicity(CallBehaviorAction callBehaviorAction, DiagnosticChain diagnostics, Map context)
          Validates the validateTypeOrderingMultiplicity constraint of 'Call Behavior Action'
 Object UMLSwitch.caseCallBehaviorAction(CallBehaviorAction object)
          Returns the result of interpretting the object as an instance of 'Call Behavior Action'
 


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