Uses of Interface
org.eclipse.uml2.AcceptEventAction

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

Uses of AcceptEventAction in org.eclipse.uml2
 

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

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

Uses of AcceptEventAction in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type AcceptEventAction
 boolean UML2Validator.validateAcceptEventAction(AcceptEventAction acceptEventAction, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseAcceptEventAction(AcceptEventAction object)
          Returns the result of interpretting the object as an instance of 'Accept Event Action'
 


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