Uses of Interface
org.eclipse.ocl.expressions.UnspecifiedValueExp

Packages that use UnspecifiedValueExp
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.internal.evaluation   
org.eclipse.ocl.internal.helper   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.internal   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of UnspecifiedValueExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type UnspecifiedValueExp
 java.lang.Object EvaluationVisitorDecorator.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitUnspecifiedValueExp(UnspecifiedValueExp<C> uv)
          Callback for an UnspecifiedValueExp visit.
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.ecore
 

Subinterfaces of UnspecifiedValueExp in org.eclipse.ocl.ecore
 interface UnspecifiedValueExp
          A representation of the model object 'Unspecified Value Exp'.
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.ecore.impl
 

Classes in org.eclipse.ocl.ecore.impl that implement UnspecifiedValueExp
 class UnspecifiedValueExpImpl
          An implementation of the model object 'Unspecified Value Exp'.
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.ecore.internal
 

Methods in org.eclipse.ocl.ecore.internal that return UnspecifiedValueExp
<C> UnspecifiedValueExp<C>
OCLFactoryImpl.createUnspecifiedValueExp()
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type UnspecifiedValueExp
<C> T
EcoreSwitch.caseExpressions_UnspecifiedValueExp(UnspecifiedValueExp<C> object)
          Returns the result of interpreting the object as an instance of 'Unspecified Value Exp'.
<C> T
EcoreSwitch.caseUnspecifiedValueExp_1(UnspecifiedValueExp<C> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_UnspecifiedValueExp(org.eclipse.ocl.expressions.UnspecifiedValueExp) method, instead.
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type UnspecifiedValueExp
 java.lang.Object PartialEvaluationVisitorImpl.visitUnspecifiedValueExp(UnspecifiedValueExp<org.eclipse.emf.ecore.EClassifier> uv)
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.examples.impactanalyzer.impl
 

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type UnspecifiedValueExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitUnspecifiedValueExp(UnspecifiedValueExp<org.eclipse.emf.ecore.EClassifier> unspecExp)
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return UnspecifiedValueExp
<C> UnspecifiedValueExp<C>
ExpressionsFactory.createUnspecifiedValueExp()
          Returns a new object of class 'Unspecified Value Exp'.
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.expressions.impl
 

Methods in org.eclipse.ocl.expressions.impl that return UnspecifiedValueExp
<C> UnspecifiedValueExp<C>
ExpressionsFactoryImpl.createUnspecifiedValueExp()
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type UnspecifiedValueExp
<C> T
ExpressionsSwitch.caseUnspecifiedValueExp(UnspecifiedValueExp<C> object)
          Returns the result of interpreting the object as an instance of 'Unspecified Value Exp'.
 boolean ExpressionsValidator.validateUnspecifiedValueExp(UnspecifiedValueExp<?> unspecifiedValueExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type UnspecifiedValueExp
 java.lang.Object TracingEvaluationVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecExp)
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type UnspecifiedValueExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecifiedvalueexp)
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return UnspecifiedValueExp
<C> UnspecifiedValueExp<C>
OCLFactoryWithHistory.createUnspecifiedValueExp()
           
 

Methods in org.eclipse.ocl.parser with parameters of type UnspecifiedValueExp
 java.lang.Boolean ValidationVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> uv)
          Callback for an UnspecifiedValueExp visit.
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return UnspecifiedValueExp
<C> UnspecifiedValueExp<C>
OCLFactoryImpl.createUnspecifiedValueExp()
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type UnspecifiedValueExp
<C> T
UMLSwitch.caseExpressions_UnspecifiedValueExp(UnspecifiedValueExp<C> object)
          Returns the result of interpreting the object as an instance of 'Unspecified Value Exp'.
<C> T
UMLSwitch.caseUnspecifiedValueExp_1(UnspecifiedValueExp<C> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_UnspecifiedValueExp(org.eclipse.ocl.expressions.UnspecifiedValueExp) method, instead.
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type UnspecifiedValueExp
 java.lang.String ToStringVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> uv)
          Callback for an UnspecifiedValueExp visit.
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return UnspecifiedValueExp
<C> UnspecifiedValueExp<C>
OCLFactory.createUnspecifiedValueExp()
          Returns a new object of class 'Unspecified Value Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type UnspecifiedValueExp
 T AbstractVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecExp)
          Simply returns AbstractVisitor.result.
 T Visitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecExp)