Uses of Interface
org.eclipse.ocl.examples.pivot.values.NumericValue

Packages that use NumericValue
org.eclipse.ocl.examples.library.numeric   
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.pivot.values.impl   
org.eclipse.ocl.examples.xtext.console   
 

Uses of NumericValue in org.eclipse.ocl.examples.library.numeric
 

Methods in org.eclipse.ocl.examples.library.numeric with type parameters of type NumericValue
protected
<T extends NumericValue>
Value
AbstractNumericUnaryOperation.evaluateNumeric(T left)
          Return the result of evaluating the operation on left.
 

Methods in org.eclipse.ocl.examples.library.numeric with parameters of type NumericValue
protected  Value NumericAbsOperation.evaluateNumeric(NumericValue left)
           
protected  Value NumericNegateOperation.evaluateNumeric(NumericValue left)
           
 

Uses of NumericValue in org.eclipse.ocl.examples.pivot.values
 

Subinterfaces of NumericValue in org.eclipse.ocl.examples.pivot.values
 interface IntegerValue
           
 interface InvalidValue
           
 interface NullValue
           
 interface RealValue
           
 interface UnlimitedValue
           
 

Methods in org.eclipse.ocl.examples.pivot.values that return NumericValue
 NumericValue NumericValue.abs()
           
 NumericValue ValueFactory.getZero()
           
 NumericValue NumericValue.negate()
           
 

Uses of NumericValue in org.eclipse.ocl.examples.pivot.values.impl
 

Classes in org.eclipse.ocl.examples.pivot.values.impl that implement NumericValue
 class AbstractUndefinedCollectionValue
           
 class AbstractUndefinedValue
           
 class IntegerValueImpl
           
 class InvalidValueImpl
           
 class NullValueImpl
           
 class RealValueImpl
           
 class UnlimitedValueImpl
           
 

Fields in org.eclipse.ocl.examples.pivot.values.impl declared as NumericValue
 NumericValue ValueFactoryImpl.zeroValue
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl that return NumericValue
 NumericValue ValueFactoryImpl.getZero()
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl with parameters of type NumericValue
 int AbstractUndefinedValue.compareTo(NumericValue o)
           
 int IntegerValueImpl.compareTo(NumericValue o)
           
 int RealValueImpl.compareTo(NumericValue o)
           
 int UnlimitedValueImpl.compareTo(NumericValue o)
           
 

Uses of NumericValue in org.eclipse.ocl.examples.xtext.console
 

Classes in org.eclipse.ocl.examples.xtext.console that implement NumericValue
protected static class OCLConsolePage.ExceptionValue