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
 T UMLSwitch.caseAcceptCallAction(AcceptCallAction object)
          Returns the result of interpreting the object as an instance of 'Accept Call Action'
 boolean UMLValidator.validateAcceptCallAction_validateResultPins(AcceptCallAction acceptCallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateResultPins constraint of 'Accept Call Action'
 boolean UMLValidator.validateAcceptCallAction_validateTriggerCallEvent(AcceptCallAction acceptCallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTriggerCallEvent constraint of 'Accept Call Action'
 boolean UMLValidator.validateAcceptCallAction_validateUnmarshall(AcceptCallAction acceptCallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateUnmarshall constraint of 'Accept Call Action'
 boolean UMLValidator.validateAcceptCallAction(AcceptCallAction acceptCallAction, 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.