Uses of Interface
org.eclipse.ocl.util.Bag

Packages that use Bag
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
 

Uses of Bag in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util that return Bag
static
<E> Bag<E>
CollectionUtil.asBag(Collection<E> self)
          Implementation of the OCL Set::asBag() : Bag(T) Bag::asBag() : Bag(T) Sequence::asBag() : Bag(T) operations.
static
<E> Bag<E>
CollectionUtil.createNewBag()
          Creates a new OCL Bag.
static
<E> Bag<E>
CollectionUtil.createNewBag(Collection<? extends E> c)
          Creates a new OCL Bag with initial contents supplied.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.