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

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

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

Methods in org.eclipse.ocl.examples.pivot.values with parameters of type Bag
 BagValue ValueFactory.createBagValue(Bag<? extends Value> values)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.values.impl declared as Bag
static Bag<?> BagImpl.EMPTY_BAG
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl that return Bag
static
<E> Bag<E>
BagImpl.emptyBag()
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl with parameters of type Bag
 BagValue ValueFactoryImpl.createBagValue(Bag<? extends Value> values)
           
 

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