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

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

Uses of OpaqueAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return OpaqueAction
 OpaqueAction UMLFactory.createOpaqueAction()
          Returns a new object of class 'Opaque Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type OpaqueAction
 boolean UMLValidator.validateOpaqueAction(OpaqueAction opaqueAction, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseOpaqueAction(OpaqueAction object)
          Returns the result of interpretting the object as an instance of 'Opaque Action'
 


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