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

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

Uses of AcceptEventAction in org.eclipse.uml2.uml
 

Subinterfaces of AcceptEventAction in org.eclipse.uml2.uml
 interface AcceptCallAction
           A representation of the model object 'Accept Call Action'
 

Methods in org.eclipse.uml2.uml that return AcceptEventAction
 AcceptEventAction UMLFactory.createAcceptEventAction()
          Returns a new object of class 'Accept Event Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type AcceptEventAction
 boolean UMLValidator.validateAcceptEventAction(AcceptEventAction acceptEventAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateAcceptEventAction_validateNoInputPins(AcceptEventAction acceptEventAction, DiagnosticChain diagnostics, Map context)
          Validates the validateNoInputPins constraint of 'Accept Event Action'
 boolean UMLValidator.validateAcceptEventAction_validateNoOutputPins(AcceptEventAction acceptEventAction, DiagnosticChain diagnostics, Map context)
          Validates the validateNoOutputPins constraint of 'Accept Event Action'
 boolean UMLValidator.validateAcceptEventAction_validateTriggerEvents(AcceptEventAction acceptEventAction, DiagnosticChain diagnostics, Map context)
          Validates the validateTriggerEvents constraint of 'Accept Event Action'
 boolean UMLValidator.validateAcceptEventAction_validateUnmarshallSignalEvents(AcceptEventAction acceptEventAction, DiagnosticChain diagnostics, Map context)
          Validates the validateUnmarshallSignalEvents constraint of 'Accept Event Action'
 Object UMLSwitch.caseAcceptEventAction(AcceptEventAction object)
          Returns the result of interpretting the object as an instance of 'Accept Event Action'
 


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