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

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

Uses of OpaqueBehavior in org.eclipse.uml2.uml
 

Subinterfaces of OpaqueBehavior in org.eclipse.uml2.uml
 interface FunctionBehavior
           A representation of the model object 'Function Behavior'
 

Methods in org.eclipse.uml2.uml that return OpaqueBehavior
 OpaqueBehavior UMLFactory.createOpaqueBehavior()
          Returns a new object of class 'Opaque Behavior'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type OpaqueBehavior
 boolean UMLValidator.validateOpaqueBehavior(OpaqueBehavior opaqueBehavior, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseOpaqueBehavior(OpaqueBehavior object)
          Returns the result of interpretting the object as an instance of 'Opaque Behavior'
 


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