Uses of Class
org.eclipse.ocl.examples.pivot.values.impl.AbstractValue

Packages that use AbstractValue
org.eclipse.ocl.examples.library.iterator   
org.eclipse.ocl.examples.pivot.values.impl   
org.eclipse.ocl.examples.xtext.console   
 

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

Subclasses of AbstractValue in org.eclipse.ocl.examples.library.iterator
protected static class SortedByIteration.SortingValue
           
 

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

Subclasses of AbstractValue in org.eclipse.ocl.examples.pivot.values.impl
 class AbstractCollectionValue<C extends Collection<Value>>
           
 class AbstractedCollectionValue
           
 class AbstractSequenceValue<L extends List<Value>>
           
 class AbstractUndefinedCollectionValue
           
 class AbstractUndefinedValue
           
 class BagValueImpl
           
static class BagValueImpl.Accumulator
           
 class BooleanValueImpl
           
 class ElementValueImpl<E extends Element>
           
 class IntegerRangeValueImpl
           
 class IntegerValueImpl
           
 class InvalidValueImpl
           
 class NullValueImpl
           
 class ObjectValueImpl
           
 class OrderedSetValueImpl
           
static class OrderedSetValueImpl.Accumulator
           
 class RealValueImpl
           
 class SequenceValueImpl
           
static class SequenceValueImpl.Accumulator
           
 class SetValueImpl
           
static class SetValueImpl.Accumulator
           
 class StringValueImpl
           
 class TupleValueImpl
          UML implementation of a tuple value.
 class TypeValueImpl
           
 class UnlimitedValueImpl
           
 

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

Subclasses of AbstractValue in org.eclipse.ocl.examples.xtext.console
protected static class OCLConsolePage.ExceptionValue