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
 T UMLSwitch.caseAcceptEventAction(AcceptEventAction object)
          Returns the result of interpreting the object as an instance of 'Accept Event Action'
 boolean UMLValidator.validateAcceptEventAction_validateNoInputPins(AcceptEventAction acceptEventAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoInputPins constraint of 'Accept Event Action'
 boolean UMLValidator.validateAcceptEventAction_validateNoOutputPins(AcceptEventAction acceptEventAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoOutputPins constraint of 'Accept Event Action'
 boolean UMLValidator.validateAcceptEventAction_validateTriggerEvents(AcceptEventAction acceptEventAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTriggerEvents constraint of 'Accept Event Action'
 boolean UMLValidator.validateAcceptEventAction_validateUnmarshallSignalEvents(AcceptEventAction acceptEventAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateUnmarshallSignalEvents constraint of 'Accept Event Action'
 boolean UMLValidator.validateAcceptEventAction(AcceptEventAction acceptEventAction, 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.