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

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

Uses of AcceptCallAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return AcceptCallAction
 AcceptCallAction UMLFactory.createAcceptCallAction()
          Returns a new object of class 'Accept Call Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type AcceptCallAction
 boolean UMLValidator.validateAcceptCallAction(AcceptCallAction acceptCallAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateAcceptCallAction_validateResultPins(AcceptCallAction acceptCallAction, DiagnosticChain diagnostics, Map context)
          Validates the validateResultPins constraint of 'Accept Call Action'
 boolean UMLValidator.validateAcceptCallAction_validateTriggerCallEvent(AcceptCallAction acceptCallAction, DiagnosticChain diagnostics, Map context)
          Validates the validateTriggerCallEvent constraint of 'Accept Call Action'
 boolean UMLValidator.validateAcceptCallAction_validateUnmarshall(AcceptCallAction acceptCallAction, DiagnosticChain diagnostics, Map context)
          Validates the validateUnmarshall constraint of 'Accept Call Action'
 Object UMLSwitch.caseAcceptCallAction(AcceptCallAction object)
          Returns the result of interpretting the object as an instance of 'Accept Call Action'
 


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