Uses of Interface
org.eclipse.uml2.CallBehaviorAction

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

Uses of CallBehaviorAction in org.eclipse.uml2
 

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

Uses of CallBehaviorAction in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type CallBehaviorAction
 boolean UML2Validator.validateCallBehaviorAction(CallBehaviorAction callBehaviorAction, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseCallBehaviorAction(CallBehaviorAction object)
          Returns the result of interpretting the object as an instance of 'Call Behavior Action'
 


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