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

Packages that use ValueSpecification
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
 

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

Subinterfaces of ValueSpecification in org.eclipse.ocl.examples.pivot
 interface ExpressionInOCL
          A representation of the model object 'Expression In Ocl'.
 interface OpaqueExpression
          A representation of the model object 'Opaque Expression'.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type ValueSpecification
 boolean TypedMultiplicityElement.CompatibleBody(ValueSpecification bodySpecification)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement ValueSpecification
 class ExpressionInOCLImpl
          An implementation of the model object 'Expression In Ocl'.
 class OpaqueExpressionImpl
          An implementation of the model object 'Opaque Expression'.
 class ValueSpecificationImpl
          An implementation of the model object 'Value Specification'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type ValueSpecification
 boolean TypedMultiplicityElementImpl.CompatibleBody(ValueSpecification bodySpecification)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type ValueSpecification
 T1 PivotSwitch.caseValueSpecification(ValueSpecification object)
          Returns the result of interpreting the object as an instance of 'Value Specification'.
 boolean PivotValidator.validateValueSpecification(ValueSpecification valueSpecification, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitValueSpecification(ValueSpecification object)
           
 R AbstractExtendingVisitor.visitValueSpecification(ValueSpecification object)
           
 R AbstractNullVisitor.visitValueSpecification(ValueSpecification object)
           
 R AbstractWrappingVisitor.visitValueSpecification(ValueSpecification object)
           
 R Visitor.visitValueSpecification(ValueSpecification object)