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

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

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

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

Methods in org.eclipse.ocl.examples.domain.values that return NumericValue
 NumericValue NumericValue.abs()
           
 NumericValue NumericValue.negate()
           
 

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

Classes in org.eclipse.ocl.examples.domain.values.impl that implement NumericValue
 class AbstractIntegerValue
           
 class AbstractUndefinedCollectionValue
           
 class AbstractUndefinedValue
           
 class IntegerIntValueImpl
          IntegerIntValueImpl provides an implementation of an IntegerValue using a Java int representation.
 class IntegerLongValueImpl
          IntegerLongValueImpl provides an implementation of an IntegerValue using a Java long representation.
 class IntegerValueImpl
           
 class InvalidValueImpl
           
 class NullValueImpl
           
 class RealValueImpl
           
 class UnlimitedValueImpl
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl with parameters of type NumericValue
 int AbstractUndefinedValue.compareTo(NumericValue o)
           
 int IntegerIntValueImpl.compareTo(NumericValue o)
           
 int IntegerLongValueImpl.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.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.xtext.console
 

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