Uses of Interface
org.eclipse.ocl.examples.pivot.values.OrderedCollectionValue

Packages that use OrderedCollectionValue
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.pivot.values.impl   
org.eclipse.ocl.examples.xtext.console   
 

Uses of OrderedCollectionValue in org.eclipse.ocl.examples.pivot.values
 

Subinterfaces of OrderedCollectionValue in org.eclipse.ocl.examples.pivot.values
 interface InvalidValue
           
 interface NullValue
           
 interface OrderedSetValue
           
 interface SequenceValue
           
 

Methods in org.eclipse.ocl.examples.pivot.values that return OrderedCollectionValue
 OrderedCollectionValue OrderedCollectionValue.append(Value object)
           
 OrderedCollectionValue Value.asOrderedCollectionValue()
           
 OrderedCollectionValue OrderedCollectionValue.insertAt(int index, Value object)
           
 OrderedCollectionValue OrderedCollectionValue.prepend(Value object)
           
 OrderedCollectionValue OrderedCollectionValue.reverse()
           
 OrderedCollectionValue CollectionValue.sort(java.util.Comparator<Value> comparator)
           
 OrderedCollectionValue CollectionValue.toOrderedCollectionValue()
           
 

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

Classes in org.eclipse.ocl.examples.pivot.values.impl that implement OrderedCollectionValue
 class AbstractSequenceValue<L extends List<Value>>
           
 class AbstractUndefinedCollectionValue
           
 class AbstractUndefinedValue
           
 class IntegerRangeValueImpl
           
 class InvalidValueImpl
           
 class NullValueImpl
           
 class OrderedSetValueImpl
           
static class OrderedSetValueImpl.Accumulator
           
 class SequenceValueImpl
           
static class SequenceValueImpl.Accumulator
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl that return OrderedCollectionValue
 OrderedCollectionValue AbstractUndefinedCollectionValue.append(Value object)
           
 OrderedCollectionValue AbstractSequenceValue.asOrderedCollectionValue()
           
 OrderedCollectionValue AbstractValue.asOrderedCollectionValue()
           
 OrderedCollectionValue OrderedSetValueImpl.asOrderedCollectionValue()
           
 OrderedCollectionValue AbstractUndefinedCollectionValue.insertAt(int index, Value object)
           
 OrderedCollectionValue AbstractUndefinedCollectionValue.prepend(Value object)
           
 OrderedCollectionValue AbstractUndefinedCollectionValue.reverse()
           
 OrderedCollectionValue AbstractUndefinedCollectionValue.sort(java.util.Comparator<Value> comparator)
           
 OrderedCollectionValue AbstractSequenceValue.toOrderedCollectionValue()
           
 OrderedCollectionValue AbstractUndefinedCollectionValue.toOrderedCollectionValue()
           
 OrderedCollectionValue BagValueImpl.toOrderedCollectionValue()
           
 OrderedCollectionValue OrderedSetValueImpl.toOrderedCollectionValue()
           
 OrderedCollectionValue SetValueImpl.toOrderedCollectionValue()
           
 

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

Classes in org.eclipse.ocl.examples.xtext.console that implement OrderedCollectionValue
protected static class OCLConsolePage.ExceptionValue