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

Packages that use IntegerValue
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 IntegerValue in org.eclipse.ocl.examples.library.numeric
 

Methods in org.eclipse.ocl.examples.library.numeric that return IntegerValue
protected  IntegerValue NumericMaxOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  IntegerValue NumericPlusOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
 

Methods in org.eclipse.ocl.examples.library.numeric with parameters of type IntegerValue
protected  Value AbstractNumericUnaryOperation.evaluateInteger(IntegerValue left)
           
protected  Value NumericFloorOperation.evaluateInteger(IntegerValue left)
           
protected  Value NumericRoundOperation.evaluateInteger(IntegerValue left)
           
protected  Value AbstractNumericBinaryOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
          Evaluate an operation for which both left and right are Integer.
protected  Value NumericDivOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  Value NumericDivideOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  BooleanValue NumericGreaterThanEqualOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  BooleanValue NumericGreaterThanOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  BooleanValue NumericLessThanEqualOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  BooleanValue NumericLessThanOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  IntegerValue NumericMaxOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  Value NumericMinOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  Value NumericMinusOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  Value NumericModOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  IntegerValue NumericPlusOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
protected  Value NumericTimesOperation.evaluateInteger(ValueFactory valueFactory, IntegerValue left, IntegerValue right)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.values that return IntegerValue
 IntegerValue IntegerValue.add(IntegerValue right)
           
 IntegerValue Value.asIntegerValue()
           
 IntegerValue CollectionValue.count(Value value)
           
 IntegerValue IntegerValue.div(IntegerValue right)
           
 IntegerValue RealValue.floor()
           
 IntegerValue OrderedCollectionValue.indexOf(Value object)
           
 IntegerValue ValueFactory.integerValueOf(java.math.BigInteger value)
           
 IntegerValue ValueFactory.integerValueOf(long value)
           
 IntegerValue ValueFactory.integerValueOf(java.lang.String aValue)
           
 IntegerValue Value.isIntegerValue()
           
 IntegerValue IntegerValue.max(IntegerValue right)
           
 IntegerValue IntegerValue.min(IntegerValue right)
           
 IntegerValue IntegerValue.mod(IntegerValue right)
           
 IntegerValue IntegerValue.multiply(IntegerValue right)
           
 IntegerValue IntegerValue.negate()
           
 IntegerValue RealValue.round()
           
 IntegerValue CollectionValue.size()
           
 IntegerValue IntegerValue.subtract(IntegerValue right)
           
 IntegerValue NumericValue.toIntegerValue()
           
 IntegerValue Value.toIntegerValue()
           
 

Methods in org.eclipse.ocl.examples.pivot.values with parameters of type IntegerValue
 IntegerValue IntegerValue.add(IntegerValue right)
           
 IntegerValue IntegerValue.div(IntegerValue right)
           
 RealValue IntegerValue.divide(IntegerValue right)
           
 IntegerValue IntegerValue.max(IntegerValue right)
           
 IntegerValue IntegerValue.min(IntegerValue right)
           
 IntegerValue IntegerValue.mod(IntegerValue right)
           
 IntegerValue IntegerValue.multiply(IntegerValue right)
           
 RealValue ValueFactory.realValueOf(IntegerValue integerValue)
           
 IntegerValue IntegerValue.subtract(IntegerValue right)
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.values.impl that return IntegerValue
 IntegerValue IntegerValueImpl.abs()
           
 IntegerValue IntegerValueImpl.add(IntegerValue right)
           
 IntegerValue AbstractValue.asIntegerValue()
           
 IntegerValue IntegerValueImpl.asIntegerValue()
           
 IntegerValue AbstractCollectionValue.count(Value value)
          Implementation of the OCL Collection::count(object : T) : Integer operation.
 IntegerValue AbstractUndefinedCollectionValue.count(Value value)
           
 IntegerValue IntegerRangeValueImpl.count(Value value)
           
 IntegerValue IntegerValueImpl.div(IntegerValue right)
           
 IntegerValue RealValueImpl.floor()
           
 IntegerValue AbstractSequenceValue.indexOf(Value object)
           
 IntegerValue AbstractUndefinedCollectionValue.indexOf(Value object)
           
 IntegerValue OrderedSetValueImpl.indexOf(Value object)
           
 IntegerValue ValueFactoryImpl.integerValueOf(java.math.BigInteger value)
           
 IntegerValue ValueFactoryImpl.integerValueOf(long value)
           
 IntegerValue ValueFactoryImpl.integerValueOf(java.lang.String aValue)
          Creates a BigInteger representation for aValue.
 IntegerValue AbstractValue.isIntegerValue()
           
 IntegerValue IntegerValueImpl.isIntegerValue()
           
 IntegerValue IntegerValueImpl.max(IntegerValue right)
           
 IntegerValue IntegerValueImpl.min(IntegerValue right)
           
 IntegerValue IntegerValueImpl.mod(IntegerValue right)
           
 IntegerValue IntegerValueImpl.multiply(IntegerValue right)
           
 IntegerValue IntegerValueImpl.negate()
           
 IntegerValue RealValueImpl.round()
           
 IntegerValue AbstractUndefinedCollectionValue.size()
           
 IntegerValue AbstractedCollectionValue.size()
           
 IntegerValue IntegerValueImpl.subtract(IntegerValue right)
           
 IntegerValue AbstractValue.toIntegerValue()
           
 IntegerValue IntegerValueImpl.toIntegerValue()
           
 IntegerValue RealValueImpl.toIntegerValue()
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl with parameters of type IntegerValue
 NullValue AbstractUndefinedValue.add(IntegerValue right)
           
 IntegerValue IntegerValueImpl.add(IntegerValue right)
           
 NullValue AbstractUndefinedValue.div(IntegerValue right)
           
 IntegerValue IntegerValueImpl.div(IntegerValue right)
           
 NullValue AbstractUndefinedValue.divide(IntegerValue right)
           
 RealValue IntegerValueImpl.divide(IntegerValue right)
           
 NullValue AbstractUndefinedValue.max(IntegerValue right)
           
 IntegerValue IntegerValueImpl.max(IntegerValue right)
           
 NullValue AbstractUndefinedValue.min(IntegerValue right)
           
 IntegerValue IntegerValueImpl.min(IntegerValue right)
           
 NullValue AbstractUndefinedValue.mod(IntegerValue right)
           
 IntegerValue IntegerValueImpl.mod(IntegerValue right)
           
 NullValue AbstractUndefinedValue.multiply(IntegerValue right)
           
 IntegerValue IntegerValueImpl.multiply(IntegerValue right)
           
 RealValue ValueFactoryImpl.realValueOf(IntegerValue integerValue)
           
 NullValue AbstractUndefinedValue.subtract(IntegerValue right)
           
 IntegerValue IntegerValueImpl.subtract(IntegerValue right)
           
 

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

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