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

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

Uses of InstanceValue in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return InstanceValue
 InstanceValue UMLFactory.createInstanceValue()
          Returns a new object of class 'Instance Value'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type InstanceValue
 boolean UMLValidator.validateInstanceValue(InstanceValue instanceValue, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseInstanceValue(InstanceValue object)
          Returns the result of interpretting the object as an instance of 'Instance Value'
 


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