Package org.eclipse.ocl.examples.domain.values.impl

Class Summary
BagImpl<E> Default implementation of the Bag interface.
BagValueImpl  
BagValueImpl.Accumulator  
BigIntegerValueImpl  
CollectionValueImpl  
IntegerRangeImpl  
IntegerValueImpl  
IntIntegerValueImpl IntIntegerValueImpl provides an implementation of an IntegerValue using a Java int representation.
JavaObjectValueImpl  
LongIntegerValueImpl LongIntegerValueImpl provides an implementation of an IntegerValue using a Java long representation.
NumberValueImpl  
ObjectValueImpl  
OrderedSetImpl<E> Default implementation of the OrderedSet interface.
OrderedSetValueImpl  
RangeOrderedSetValueImpl  
RangeSequenceValueImpl  
RealValueImpl  
SequenceValueImpl  
SetValueImpl  
SetValueImpl.Accumulator  
SparseOrderedSetValueImpl  
SparseOrderedSetValueImpl.Accumulator  
SparseSequenceValueImpl  
SparseSequenceValueImpl.Accumulator  
TupleValueImpl UML implementation of a tuple value.
UnlimitedValueImpl  
ValueImpl  
ValuesFactoryImpl An implementation of the model Factory.
ValuesPackageImpl An implementation of the model Package.
 

Exception Summary
InvalidValueException An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller.
NullValueImpl An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller.
UndefinedValueImpl