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
 T UMLSwitch.caseCallBehaviorAction(CallBehaviorAction object)
          Returns the result of interpreting the object as an instance of 'Call Behavior Action'
 boolean UMLValidator.validateCallBehaviorAction_validateNoOnport(CallBehaviorAction callBehaviorAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoOnport constraint of 'Call Behavior Action'
 boolean UMLValidator.validateCallBehaviorAction(CallBehaviorAction callBehaviorAction, 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.