Uses of Interface
org.eclipse.ocl.examples.pivot.UnspecifiedValueExp

Packages that use UnspecifiedValueExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type UnspecifiedValueExp
 CGNamedElement AS2CGVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp element)
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return UnspecifiedValueExp
 UnspecifiedValueExp PivotFactory.createUnspecifiedValueExp()
          Returns a new object of class 'Unspecified Value Exp'.
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type UnspecifiedValueExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitUnspecifiedValueExp(UnspecifiedValueExp unspecExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitUnspecifiedValueExp(UnspecifiedValueExp uv)
          Callback for an UnspecifiedValueExp visit.
 java.lang.Object TracingEvaluationVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp unspecExp)
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.examples.pivot.internal.impl
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return UnspecifiedValueExp
 UnspecifiedValueExp PivotFactoryImpl.createUnspecifiedValueExp()
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type UnspecifiedValueExp
 T1 PivotSwitch.caseUnspecifiedValueExp(UnspecifiedValueExp object)
          Returns the result of interpreting the object as an instance of 'Unspecified Value Exp'.
 boolean PivotValidator.validateUnspecifiedValueExp(UnspecifiedValueExp unspecifiedValueExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp object)
           
 R AbstractExtendingVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp object)
           
 R AbstractNullVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp object)
           
 R AbstractWrappingVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp object)
           
 R Visitor.visitUnspecifiedValueExp(UnspecifiedValueExp object)
           
 

Uses of UnspecifiedValueExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type UnspecifiedValueExp
 java.lang.String ToStringVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp uv)
          Callback for an UnspecifiedValueExp visit.