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

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

Uses of RaiseExceptionAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return RaiseExceptionAction
 RaiseExceptionAction UMLFactory.createRaiseExceptionAction()
          Returns a new object of class 'Raise Exception Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type RaiseExceptionAction
 boolean UMLValidator.validateRaiseExceptionAction(RaiseExceptionAction raiseExceptionAction, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseRaiseExceptionAction(RaiseExceptionAction object)
          Returns the result of interpretting the object as an instance of 'Raise Exception Action'
 


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