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 Abstraction.createMapping(java.lang.String name, Type type)
          Creates a new OpaqueExpression,with the specified 'Name', and 'Type', and sets the 'Mapping' containment reference
 OpaqueExpression UMLFactory.createOpaqueExpression()
          Returns a new object of class 'Opaque Expression'
 OpaqueExpression Abstraction.getMapping()
          Returns the value of 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
 T UMLSwitch.caseOpaqueExpression(OpaqueExpression object)
          Returns the result of interpreting the object as an instance of 'Opaque Expression'
 boolean UMLValidator.validateOpaqueExpression_validateLanguageBodySize(OpaqueExpression opaqueExpression, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateLanguageBodySize constraint of 'Opaque Expression'
 boolean UMLValidator.validateOpaqueExpression_validateOneReturnResultParameter(OpaqueExpression opaqueExpression, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOneReturnResultParameter constraint of 'Opaque Expression'
 boolean UMLValidator.validateOpaqueExpression_validateOnlyReturnResultParameters(OpaqueExpression opaqueExpression, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOnlyReturnResultParameters constraint of 'Opaque Expression'
 boolean UMLValidator.validateOpaqueExpression(OpaqueExpression opaqueExpression, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.