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

Packages that use IntegerValue
org.eclipse.ocl.examples.debug.vm.utils   
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.evaluation   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.domain.values   
org.eclipse.ocl.examples.domain.values.impl   
org.eclipse.ocl.examples.domain.values.util   
org.eclipse.ocl.examples.library.collection   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.library.integer   
org.eclipse.ocl.examples.library.numeric   
org.eclipse.ocl.examples.library.oclstdlib   
org.eclipse.ocl.examples.library.real   
org.eclipse.ocl.examples.library.string   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
 

Uses of IntegerValue in org.eclipse.ocl.examples.debug.vm.utils
 

Classes in org.eclipse.ocl.examples.debug.vm.utils that implement IntegerValue
 class VMException
           
 class VMInterruptedExecutionException
           
 class VMRuntimeException
          Represents a runtime (unchecked) exception possibly thrown during OCL code execution.
 class VMStackOverFlowError
           
 

Uses of IntegerValue in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements that return IntegerValue
 IntegerValue DomainCollectionType.getLowerValue()
           
 IntegerValue DomainCollectionType.getUpperValue()
           
 

Methods in org.eclipse.ocl.examples.domain.elements with parameters of type IntegerValue
 DomainCollectionType DomainStandardLibrary.getBagType(DomainType elementType, IntegerValue lower, IntegerValue upper)
          Return the instance of the Bag metatype whose elements are of elementType.
 DomainCollectionType DomainStandardLibrary.getCollectionType(DomainType containerType, DomainType elementType, IntegerValue lower, IntegerValue upper)
          Return the specialized collection type for the containerType for elementType.
 DomainCollectionType DomainStandardLibrary.getOrderedSetType(DomainType elementType, IntegerValue lower, IntegerValue upper)
          Return the instance of the OrderedSet metatype whose elements are of elementType.
 DomainCollectionType DomainStandardLibrary.getSequenceType(DomainType elementType, IntegerValue lower, IntegerValue upper)
          Return the instance of the Sequence metatype whose elements are of elementType.
 DomainCollectionType DomainStandardLibrary.getSetType(DomainType elementType, IntegerValue lower, IntegerValue upper)
          Return the instance of the Set metatype whose elements are of elementType.
 

Uses of IntegerValue in org.eclipse.ocl.examples.domain.evaluation
 

Classes in org.eclipse.ocl.examples.domain.evaluation that implement IntegerValue
 class EvaluationHaltedException
          Exception indicating a managed interruption of evaluation.
 

Uses of IntegerValue in org.eclipse.ocl.examples.domain.types
 

Fields in org.eclipse.ocl.examples.domain.types declared as IntegerValue
protected  IntegerValue AbstractCollectionType.lower
           
protected  IntegerValue AbstractCollectionType.upper
           
 

Methods in org.eclipse.ocl.examples.domain.types that return IntegerValue
 IntegerValue AbstractCollectionType.getLowerValue()
           
 IntegerValue AbstractCollectionType.getUpperValue()
           
 

Methods in org.eclipse.ocl.examples.domain.types with parameters of type IntegerValue
 DomainCollectionType AbstractStandardLibrary.getCollectionType(DomainType containerType, DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 

Constructors in org.eclipse.ocl.examples.domain.types with parameters of type IntegerValue
AbstractCollectionType(DomainStandardLibrary standardLibrary, java.lang.String name, DomainType containerType, DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 

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

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

Methods in org.eclipse.ocl.examples.domain.values that return IntegerValue
 IntegerValue IntegerValue.addInteger(IntegerValue right)
           
 IntegerValue Value.asIntegerValue()
           
 IntegerValue IntegerValue.commutatedDiv(IntegerValue left)
           
 IntegerValue IntegerValue.commutatedMod(IntegerValue left)
           
 IntegerValue CollectionValue.count(java.lang.Object value)
           
 IntegerValue IntegerValue.divInteger(IntegerValue right)
           
 IntegerValue IntegerValue.divUnlimited(UnlimitedValue right)
           
 IntegerValue RealValue.floor()
           
 IntegerValue IntegerRange.getFirst()
           
 IntegerValue IntegerRange.getLast()
           
 IntegerValue IntegerRange.getSize()
           
 IntegerValue OrderedCollectionValue.indexOf(java.lang.Object object)
           
 IntegerValue RealValue.isIntegerValue()
           
 IntegerValue IntegerValue.maxInteger(IntegerValue right)
           
 IntegerValue IntegerValue.minInteger(IntegerValue right)
           
 IntegerValue IntegerValue.modInteger(IntegerValue right)
           
 IntegerValue IntegerValue.modUnlimited(UnlimitedValue right)
           
 IntegerValue IntegerValue.multiplyInteger(IntegerValue right)
           
 IntegerValue IntegerValue.negate()
           
 IntegerValue RealValue.round()
           
 IntegerValue CollectionValue.size()
           
 IntegerValue IntegerValue.subtractInteger(IntegerValue right)
           
 

Methods in org.eclipse.ocl.examples.domain.values with parameters of type IntegerValue
 IntegerValue IntegerValue.addInteger(IntegerValue right)
           
 RealValue RealValue.addInteger(IntegerValue right)
           
 IntegerValue IntegerValue.commutatedDiv(IntegerValue left)
           
 IntegerValue IntegerValue.commutatedMod(IntegerValue left)
           
 int IntegerValue.compareToInteger(IntegerValue right)
           
 int RealValue.compareToInteger(IntegerValue right)
           
 RealValue IntegerValue.divideInteger(IntegerValue right)
           
 RealValue RealValue.divideInteger(IntegerValue right)
           
 IntegerValue IntegerValue.divInteger(IntegerValue right)
           
 IntegerValue IntegerValue.maxInteger(IntegerValue right)
           
 RealValue RealValue.maxInteger(IntegerValue right)
           
 IntegerValue IntegerValue.minInteger(IntegerValue right)
           
 RealValue RealValue.minInteger(IntegerValue right)
           
 IntegerValue IntegerValue.modInteger(IntegerValue right)
           
 IntegerValue IntegerValue.multiplyInteger(IntegerValue right)
           
 RealValue RealValue.multiplyInteger(IntegerValue right)
           
 IntegerValue IntegerValue.subtractInteger(IntegerValue right)
           
 RealValue RealValue.subtractInteger(IntegerValue right)
           
 

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

Classes in org.eclipse.ocl.examples.domain.values.impl that implement IntegerValue
 class BigIntegerValueImpl
           
 class IntegerValueImpl
           
 class IntIntegerValueImpl
          IntIntegerValueImpl provides an implementation of an IntegerValue using a Java int representation.
 class InvalidValueException
          An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller.
 class LongIntegerValueImpl
          LongIntegerValueImpl provides an implementation of an IntegerValue using a Java long representation.
 class NullValueImpl
          An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller.
 class UndefinedValueImpl
           
 class UnlimitedValueImpl
           
 

Fields in org.eclipse.ocl.examples.domain.values.impl declared as IntegerValue
protected  IntegerValue IntegerRangeImpl.first
           
protected  IntegerValue IntegerRangeImpl.fullSize
           
protected  IntegerValue IntegerRangeImpl.last
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return IntegerValue
 IntegerValue BigIntegerValueImpl.abs()
           
 IntegerValue IntIntegerValueImpl.abs()
           
 IntegerValue LongIntegerValueImpl.abs()
           
 IntegerValue BigIntegerValueImpl.addInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.addInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.addInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.addInteger(IntegerValue right)
           
 IntegerValue IntegerValueImpl.asIntegerValue()
           
 IntegerValue InvalidValueException.asIntegerValue()
           
 IntegerValue NumberValueImpl.asIntegerValue()
           
 IntegerValue UndefinedValueImpl.asIntegerValue()
           
 IntegerValue ValueImpl.asIntegerValue()
           
 IntegerValue IntegerValueImpl.commutatedDiv(IntegerValue left)
           
 IntegerValue UndefinedValueImpl.commutatedDiv(IntegerValue left)
           
 IntegerValue UnlimitedValueImpl.commutatedDiv(IntegerValue left)
           
 IntegerValue IntegerValueImpl.commutatedMod(IntegerValue left)
           
 IntegerValue UndefinedValueImpl.commutatedMod(IntegerValue left)
           
 IntegerValue UnlimitedValueImpl.commutatedMod(IntegerValue left)
           
 IntegerValue CollectionValueImpl.count(java.lang.Object value)
          Implementation of the OCL Collection::count(object : T) : Integer operation.
 IntegerValue RangeOrderedSetValueImpl.count(java.lang.Object value)
           
 IntegerValue RangeSequenceValueImpl.count(java.lang.Object value)
           
 IntegerValue UndefinedValueImpl.count(java.lang.Object value)
           
 IntegerValue BigIntegerValueImpl.divInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.divInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.divInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.divInteger(IntegerValue right)
           
 IntegerValue IntegerValueImpl.divUnlimited(UnlimitedValue right)
           
 IntegerValue UnlimitedValueImpl.divUnlimited(UnlimitedValue right)
           
 IntegerValue IntegerValueImpl.floor()
           
 IntegerValue RealValueImpl.floor()
           
 IntegerValue UnlimitedValueImpl.floor()
           
 IntegerValue IntegerRangeImpl.get(int index)
           
 IntegerValue IntegerRangeImpl.getFirst()
           
 IntegerValue IntegerRangeImpl.getLast()
           
 IntegerValue IntegerRangeImpl.getSize()
           
 IntegerValue OrderedSetValueImpl.indexOf(java.lang.Object object)
           
 IntegerValue SequenceValueImpl.indexOf(java.lang.Object object)
           
 IntegerValue UndefinedValueImpl.indexOf(java.lang.Object object)
           
 IntegerValue IntegerValueImpl.isIntegerValue()
           
 IntegerValue RealValueImpl.isIntegerValue()
           
 IntegerValue UndefinedValueImpl.isIntegerValue()
           
 IntegerValue UnlimitedValueImpl.isIntegerValue()
           
 IntegerValue BigIntegerValueImpl.maxInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.maxInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.maxInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.maxInteger(IntegerValue right)
           
 IntegerValue BigIntegerValueImpl.minInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.minInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.minInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.minInteger(IntegerValue right)
           
 IntegerValue BigIntegerValueImpl.modInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.modInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.modInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.modInteger(IntegerValue right)
           
 IntegerValue IntegerValueImpl.modUnlimited(UnlimitedValue right)
           
 IntegerValue UnlimitedValueImpl.modUnlimited(UnlimitedValue right)
           
 IntegerValue BigIntegerValueImpl.multiplyInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.multiplyInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.multiplyInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.multiplyInteger(IntegerValue right)
           
 IntegerValue BigIntegerValueImpl.negate()
           
 IntegerValue IntIntegerValueImpl.negate()
           
 IntegerValue LongIntegerValueImpl.negate()
           
 IntegerValue IntegerValueImpl.round()
           
 IntegerValue RealValueImpl.round()
           
 IntegerValue UnlimitedValueImpl.round()
           
 IntegerValue CollectionValueImpl.size()
           
 IntegerValue UndefinedValueImpl.size()
           
 IntegerValue BigIntegerValueImpl.subtractInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.subtractInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.subtractInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.subtractInteger(IntegerValue right)
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl with parameters of type IntegerValue
 IntegerValue BigIntegerValueImpl.addInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.addInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.addInteger(IntegerValue right)
           
 RealValue RealValueImpl.addInteger(IntegerValue rightValue)
           
 NullValue UndefinedValueImpl.addInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.addInteger(IntegerValue right)
           
 IntegerValue IntegerValueImpl.commutatedDiv(IntegerValue left)
           
 IntegerValue UndefinedValueImpl.commutatedDiv(IntegerValue left)
           
 IntegerValue UnlimitedValueImpl.commutatedDiv(IntegerValue left)
           
 IntegerValue IntegerValueImpl.commutatedMod(IntegerValue left)
           
 IntegerValue UndefinedValueImpl.commutatedMod(IntegerValue left)
           
 IntegerValue UnlimitedValueImpl.commutatedMod(IntegerValue left)
           
 int BigIntegerValueImpl.compareToInteger(IntegerValue o)
           
 int IntIntegerValueImpl.compareToInteger(IntegerValue o)
           
 int LongIntegerValueImpl.compareToInteger(IntegerValue o)
           
 int RealValueImpl.compareToInteger(IntegerValue o)
           
 int UndefinedValueImpl.compareToInteger(IntegerValue right)
           
 int UnlimitedValueImpl.compareToInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.div(IntegerValue right)
           
 RealValue BigIntegerValueImpl.divideInteger(IntegerValue right)
           
 RealValue IntIntegerValueImpl.divideInteger(IntegerValue right)
           
 RealValue LongIntegerValueImpl.divideInteger(IntegerValue right)
           
 RealValue RealValueImpl.divideInteger(IntegerValue right)
           
 RealValue UndefinedValueImpl.divideInteger(IntegerValue right)
           
 RealValue UnlimitedValueImpl.divideInteger(IntegerValue right)
           
 IntegerValue BigIntegerValueImpl.divInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.divInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.divInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.divInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.divInteger(IntegerValue right)
           
 IntegerValue BigIntegerValueImpl.maxInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.maxInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.maxInteger(IntegerValue right)
           
 RealValue RealValueImpl.maxInteger(IntegerValue rightValue)
           
 NullValue UndefinedValueImpl.maxInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.maxInteger(IntegerValue right)
           
 IntegerValue BigIntegerValueImpl.minInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.minInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.minInteger(IntegerValue right)
           
 RealValue RealValueImpl.minInteger(IntegerValue rightValue)
           
 NullValue UndefinedValueImpl.minInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.minInteger(IntegerValue right)
           
 IntegerValue BigIntegerValueImpl.modInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.modInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.modInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.modInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.modInteger(IntegerValue right)
           
 IntegerValue BigIntegerValueImpl.multiplyInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.multiplyInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.multiplyInteger(IntegerValue right)
           
 RealValue RealValueImpl.multiplyInteger(IntegerValue rightValue)
           
 NullValue UndefinedValueImpl.multiplyInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.multiplyInteger(IntegerValue right)
           
 IntegerValue BigIntegerValueImpl.subtractInteger(IntegerValue right)
           
 IntegerValue IntIntegerValueImpl.subtractInteger(IntegerValue right)
           
 IntegerValue LongIntegerValueImpl.subtractInteger(IntegerValue right)
           
 RealValue RealValueImpl.subtractInteger(IntegerValue rightValue)
           
 NullValue UndefinedValueImpl.subtractInteger(IntegerValue right)
           
 IntegerValue UnlimitedValueImpl.subtractInteger(IntegerValue right)
           
 

Constructors in org.eclipse.ocl.examples.domain.values.impl with parameters of type IntegerValue
IntegerRangeImpl(IntegerValue first, IntegerValue last)
           
 

Uses of IntegerValue in org.eclipse.ocl.examples.domain.values.util
 

Fields in org.eclipse.ocl.examples.domain.values.util declared as IntegerValue
static IntegerValue ValuesUtil.ONE_VALUE
           
static IntegerValue ValuesUtil.ZERO_VALUE
           
 

Methods in org.eclipse.ocl.examples.domain.values.util that return IntegerValue
static IntegerValue ValuesUtil.asIntegerValue(java.lang.Object value)
           
static IntegerValue ValuesUtil.integerValueOf(java.math.BigInteger value)
           
static IntegerValue ValuesUtil.integerValueOf(int value)
           
static IntegerValue ValuesUtil.integerValueOf(long value)
           
static IntegerValue ValuesUtil.integerValueOf(java.lang.Object aValue)
           
static IntegerValue ValuesUtil.integerValueOf(java.lang.String aValue)
          Creates a BigInteger representation for aValue.
static IntegerValue ValuesUtil.isIntegerValue(java.lang.Object value)
           
 

Methods in org.eclipse.ocl.examples.domain.values.util with parameters of type IntegerValue
 T ValuesSwitch.caseIntegerValue(IntegerValue object)
          Returns the result of interpreting the object as an instance of 'Integer Value'.
static IntegerRange ValuesUtil.createRange(IntegerValue firstInteger, IntegerValue lastInteger)
           
static RealValue ValuesUtil.realValueOf(IntegerValue integerValue)
           
 

Uses of IntegerValue in org.eclipse.ocl.examples.library.collection
 

Methods in org.eclipse.ocl.examples.library.collection that return IntegerValue
 IntegerValue CollectionLowerProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 IntegerValue CollectionUpperProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 IntegerValue CollectionSizeOperation.evaluate(java.lang.Object argument)
           
 IntegerValue CollectionCountOperation.evaluate(java.lang.Object left, java.lang.Object right)
           
 IntegerValue OrderedCollectionIndexOfOperation.evaluate(java.lang.Object left, java.lang.Object right)
           
 

Uses of IntegerValue in org.eclipse.ocl.examples.library.executor
 

Methods in org.eclipse.ocl.examples.library.executor that return IntegerValue
 IntegerValue CollectionTypeParameters.getLower()
           
 IntegerValue CollectionTypeParameters.getUpper()
           
 

Methods in org.eclipse.ocl.examples.library.executor with parameters of type IntegerValue
 DomainCollectionType ExecutableStandardLibrary.getBagType(DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 DomainType AbstractIdResolver.getCollectionType(CollectionTypeId typeId, IntegerValue lower, IntegerValue upper)
           
 DomainCollectionType ExecutableStandardLibrary.getCollectionType(DomainType genericType, DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 DomainCollectionType ExecutableStandardLibrary.getOrderedSetType(DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 DomainCollectionType ExecutableStandardLibrary.getSequenceType(DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 DomainCollectionType ExecutableStandardLibrary.getSetType(DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type IntegerValue
CollectionTypeParameters(T elementType, IntegerValue lower, IntegerValue upper)
           
 

Uses of IntegerValue in org.eclipse.ocl.examples.library.integer
 

Methods in org.eclipse.ocl.examples.library.integer that return IntegerValue
 IntegerValue IntegerCompareToOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
          Deprecated. 
 IntegerValue IntegerCompareToOperation.evaluate(java.lang.Object left, java.lang.Object right)
          Deprecated.  
 

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

Methods in org.eclipse.ocl.examples.library.numeric that return IntegerValue
 IntegerValue NumericFloorOperation.evaluate(java.lang.Object sourceVal)
           
 IntegerValue NumericRoundOperation.evaluate(java.lang.Object sourceVal)
           
 IntegerValue NumericCompareToOperation.evaluate(java.lang.Object left, java.lang.Object right)
           
 IntegerValue NumericDivOperation.evaluate(java.lang.Object left, java.lang.Object right)
           
 IntegerValue NumericModOperation.evaluate(java.lang.Object left, java.lang.Object right)
           
 

Uses of IntegerValue in org.eclipse.ocl.examples.library.oclstdlib
 

Methods in org.eclipse.ocl.examples.library.oclstdlib that return IntegerValue
 IntegerValue OCLstdlibFactory.createIntegerFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IntegerValue OCLstdlibFactory.createUnlimitedNaturalFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Uses of IntegerValue in org.eclipse.ocl.examples.library.real
 

Methods in org.eclipse.ocl.examples.library.real that return IntegerValue
 IntegerValue RealCompareToOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
          Deprecated. 
 IntegerValue RealCompareToOperation.evaluate(java.lang.Object left, java.lang.Object right)
          Deprecated.  
 

Uses of IntegerValue in org.eclipse.ocl.examples.library.string
 

Methods in org.eclipse.ocl.examples.library.string that return IntegerValue
 IntegerValue StringSizeOperation.evaluate(java.lang.Object sourceVal)
           
 IntegerValue StringToIntegerOperation.evaluate(java.lang.Object sourceVal)
           
 IntegerValue StringCompareToOperation.evaluate(java.lang.Object left, java.lang.Object right)
           
 IntegerValue StringIndexOfOperation.evaluate(java.lang.Object left, java.lang.Object right)
           
 IntegerValue StringLastIndexOfOperation.evaluate(java.lang.Object left, java.lang.Object right)
           
 

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

Fields in org.eclipse.ocl.examples.pivot declared as IntegerValue
static IntegerValue PivotConstants.ANNOTATED_IMPLICIT_OPPOSITE_LOWER_VALUE
          The default values for annotated implicit opposites are determined by what is pragmatic.
static IntegerValue PivotConstants.ANNOTATED_IMPLICIT_OPPOSITE_UPPER_VALUE
           
static IntegerValue PivotConstants.DEFAULT_IMPLICIT_OPPOSITE_LOWER_VALUE
          The default values for a totally blind implicit opposite are determined by what it is safe to use for a fully deduced opposite.
static IntegerValue PivotConstants.DEFAULT_IMPLICIT_OPPOSITE_UPPER_VALUE
           
static IntegerValue PivotTables.INT_1
           
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type IntegerValue
 void CollectionType.setLowerValue(IntegerValue lower)
           
 void CollectionType.setUpperValue(IntegerValue upper)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return IntegerValue
 IntegerValue CollectionTypeImpl.getLowerValue()
           
 IntegerValue CollectionTypeImpl.getUpperValue()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type IntegerValue
 void CollectionTypeImpl.setLowerValue(IntegerValue lower)
           
 void CollectionTypeImpl.setUpperValue(IntegerValue upper)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type IntegerValue
 CollectionType MetaModelManager.getBagType(DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 CollectionType MetaModelManager.getBagType(Type elementType, IntegerValue lower, IntegerValue upper)
           
 CollectionType MetaModelManager.getCollectionType(boolean isOrdered, boolean isUnique, Type elementType, IntegerValue lower, IntegerValue upper)
           
 CollectionType MetaModelManager.getCollectionType(DomainType containerType, DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 Type MetaModelManager.getCollectionType(java.lang.String collectionTypeName, Type elementType, IntegerValue lower, IntegerValue upper)
           
<T extends CollectionType>
T
MetaModelManager.getCollectionType(T containerType, Type elementType, IntegerValue lower, IntegerValue upper)
           
 CollectionType MetaModelManager.getOrderedSetType(DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 CollectionType MetaModelManager.getOrderedSetType(Type elementType, IntegerValue lower, IntegerValue upper)
           
 CollectionType MetaModelManager.getSequenceType(DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 CollectionType MetaModelManager.getSequenceType(Type elementType, IntegerValue lower, IntegerValue upper)
           
 CollectionType MetaModelManager.getSetType(DomainType elementType, IntegerValue lower, IntegerValue upper)
           
 CollectionType MetaModelManager.getSetType(Type elementType, IntegerValue lower, IntegerValue upper)
           
 Type CollectionTypeServer.getSpecializedType(Type elementType, IntegerValue lower, IntegerValue upper)