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

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

Uses of CallAction in org.eclipse.uml2.uml
 

Subinterfaces of CallAction in org.eclipse.uml2.uml
 interface CallBehaviorAction
          A representation of the model object 'Call Behavior Action'
 interface CallOperationAction
          A representation of the model object 'Call Operation Action'
 interface StartObjectBehaviorAction
          A representation of the model object 'Start Object Behavior Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type CallAction
 T UMLSwitch.caseCallAction(CallAction object)
          Returns the result of interpreting the object as an instance of 'Call Action'
 boolean UMLValidator.validateCallAction_validateNumberAndOrder(CallAction callAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNumberAndOrder constraint of 'Call Action'
 boolean UMLValidator.validateCallAction_validateSynchronousCall(CallAction callAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSynchronousCall constraint of 'Call Action'
 boolean UMLValidator.validateCallAction_validateTypeOrderingMultiplicity(CallAction callAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTypeOrderingMultiplicity constraint of 'Call Action'
 boolean UMLValidator.validateCallAction(CallAction callAction, 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.