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

Interface Summary
Bag<E> A bag is a collection that is non-unique and unordered.
BagValue  
BooleanValue  
BooleanValue.Accumulator  
ClassifierTypeValue  
CollectionTypeValue  
CollectionValue  
CollectionValue.Accumulator  
ElementValue  
EnumerationLiteralValue  
EnumerationTypeValue  
IntegerRange A range of integer values from the first up to and including the last.
IntegerValue  
IntegerValue.Accumulator  
InvalidValue  
MapValue  
MapValue.Accumulator  
NullValue  
NumericValue  
ObjectValue  
OrderedSet<E> An ordered set is a collection that is unique and ordered.
OrderedSetValue  
RealValue  
SequenceValue  
SetValue  
SimpleTypeValue  
StringValue  
TupleValue Interface of a tuple instance value.
TypeValue A TypeValue is a value object whose value is a type, such as Boolean.
UniqueCollectionValue  
UnlimitedValue  
Value asXXX returns an XXX if self is an XXX and not Null (and is not Invalid), Null (and Invalid) throw an InvalidValueException.
ValueFactory