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
 T UMLSwitch.caseOpaqueBehavior(OpaqueBehavior object)
          Returns the result of interpreting the object as an instance of 'Opaque Behavior'
 boolean UMLValidator.validateOpaqueBehavior(OpaqueBehavior opaqueBehavior, 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.