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

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

Uses of OpaqueExpression in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return OpaqueExpression
 OpaqueExpression UMLFactory.createOpaqueExpression()
          Returns a new object of class 'Opaque Expression'
 OpaqueExpression Abstraction.getMapping()
          Returns the value of the 'Mapping' containment reference
 OpaqueExpression Abstraction.createMapping(String name, Type type)
          Creates a new OpaqueExpression,with the specified 'Name', and 'Type', and sets the 'Mapping' containment reference
 

Methods in org.eclipse.uml2.uml with parameters of type OpaqueExpression
 void Abstraction.setMapping(OpaqueExpression value)
          Sets the value of the 'Mapping' containment reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type OpaqueExpression
 boolean UMLValidator.validateOpaqueExpression(OpaqueExpression opaqueExpression, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateOpaqueExpression_validateLanguageBodySize(OpaqueExpression opaqueExpression, DiagnosticChain diagnostics, Map context)
          Validates the validateLanguageBodySize constraint of 'Opaque Expression'
 boolean UMLValidator.validateOpaqueExpression_validateOnlyReturnResultParameters(OpaqueExpression opaqueExpression, DiagnosticChain diagnostics, Map context)
          Validates the validateOnlyReturnResultParameters constraint of 'Opaque Expression'
 boolean UMLValidator.validateOpaqueExpression_validateOneReturnResultParameter(OpaqueExpression opaqueExpression, DiagnosticChain diagnostics, Map context)
          Validates the validateOneReturnResultParameter constraint of 'Opaque Expression'
 Object UMLSwitch.caseOpaqueExpression(OpaqueExpression object)
          Returns the result of interpretting the object as an instance of 'Opaque Expression'
 


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