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

Packages that use OrderedSet
org.eclipse.ocl.examples.pivot.values.impl   
 

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

Classes in org.eclipse.ocl.examples.pivot.values.impl that implement OrderedSet
 class OrderedSetImpl<E>
          Default implementation of the OrderedSet interface.
 

Constructors in org.eclipse.ocl.examples.pivot.values.impl with parameters of type OrderedSet
OrderedSetValueImpl(ValueFactory valueFactory, OrderedSet<Value> elements)