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

Packages that use Value
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.executor   
org.eclipse.ocl.examples.library.iterator   
org.eclipse.ocl.examples.pivot.prettyprint   
 

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

Methods in org.eclipse.ocl.examples.domain.types that return Value
 Value AbstractType.createInstance(java.lang.String value)
           
 

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

Subinterfaces of Value in org.eclipse.ocl.examples.domain.values
 interface BagValue
           
static interface BagValue.Accumulator
           
 interface CollectionValue
           
static interface CollectionValue.Accumulator
           
 interface IntegerValue
           
static interface IntegerValue.Accumulator
           
 interface InvalidValue
           
 interface NullValue
           
 interface ObjectValue
           
 interface OrderedSetValue
           
static interface OrderedSetValue.Accumulator
           
 interface RealValue
           
 interface SequenceValue
           
static interface SequenceValue.Accumulator
           
 interface SetValue
           
static interface SetValue.Accumulator
           
 interface TupleValue
          Interface of a tuple instance value.
 interface UniqueCollectionValue
           
 interface UnlimitedValue
           
 

Methods in org.eclipse.ocl.examples.domain.values that return Value
 Value Value.asUnlimitedNaturalValue()
           
 

Methods in org.eclipse.ocl.examples.domain.values that return types with arguments of type Value
 java.util.Iterator<Value> IntegerRange.iterator()
           
 

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

Classes in org.eclipse.ocl.examples.domain.values.impl that implement Value
 class BagValueImpl
           
static class BagValueImpl.Accumulator
           
 class BigIntegerValueImpl
           
 class CollectionValueImpl
           
 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 JavaObjectValueImpl
           
 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 NumberValueImpl
           
 class ObjectValueImpl
           
 class OrderedSetValueImpl
           
 class RangeOrderedSetValueImpl
           
 class RangeSequenceValueImpl
           
 class RealValueImpl
           
 class SequenceValueImpl
           
 class SetValueImpl
           
static class SetValueImpl.Accumulator
           
 class SparseOrderedSetValueImpl
           
static class SparseOrderedSetValueImpl.Accumulator
           
 class SparseSequenceValueImpl
           
static class SparseSequenceValueImpl.Accumulator
           
 class TupleValueImpl
          UML implementation of a tuple value.
 class UndefinedValueImpl
           
 class UnlimitedValueImpl
           
 class ValueImpl
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return Value
 Value IntegerValueImpl.asUnlimitedNaturalValue()
           
 Value NumberValueImpl.asUnlimitedNaturalValue()
           
 Value UndefinedValueImpl.asUnlimitedNaturalValue()
           
 Value UnlimitedValueImpl.asUnlimitedNaturalValue()
           
 Value ValueImpl.asUnlimitedNaturalValue()
           
 Value UndefinedValueImpl.at(int index)
           
 Value RangeOrderedSetValueImpl.first()
           
 Value RangeSequenceValueImpl.first()
           
 Value UndefinedValueImpl.first()
           
 Value UndefinedValueImpl.getValue(TuplePartId partId)
           
 Value RangeOrderedSetValueImpl.last()
           
 Value RangeSequenceValueImpl.last()
           
 Value UndefinedValueImpl.last()
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return types with arguments of type Value
 java.util.Iterator<Value> IntegerRangeImpl.iterator()
           
 

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

Methods in org.eclipse.ocl.examples.domain.values.util that return Value
static Value ValuesUtil.asUnlimitedNaturalValue(java.lang.Object value)
           
 

Methods in org.eclipse.ocl.examples.domain.values.util with parameters of type Value
 T ValuesSwitch.caseValue(Value object)
          Returns the result of interpreting the object as an instance of 'Value'.
 

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

Methods in org.eclipse.ocl.examples.library.executor that return Value
 Value ExecutorManager.evaluate(DomainExpression body)
           
 Value ExecutorManager.evaluateIteration(DomainType returnType, CollectionValue sourceVal, DomainTypedElement accumulator, DomainExpression body, DomainTypedElement[] iterators)
           
 

Uses of Value in org.eclipse.ocl.examples.library.iterator
 

Classes in org.eclipse.ocl.examples.library.iterator that implement Value
protected static class SortedByIteration.SortingValue
           
 

Methods in org.eclipse.ocl.examples.library.iterator that return Value
 Value SortedByIteration.SortingValue.createSortedValue()
           
 

Uses of Value in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint that return Value
 Value EssentialOCLPrettyPrintVisitor.visitConstructorExp(ConstructorExp object)