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

Packages that use Bag
org.eclipse.ocl.examples.eventmanager.framework Copyright (c) 2009, 2011 SAP AG and others. 
org.eclipse.ocl.examples.eventmanager.util   
 

Uses of Bag in org.eclipse.ocl.examples.eventmanager.framework
 

Methods in org.eclipse.ocl.examples.eventmanager.framework that return Bag
 Bag<org.eclipse.ocl.examples.eventmanager.framework.Registration>[] TableForEventFilter.getCompleteNoBag()
          The registrations registered negatedly, grouped by the bit sets representing the set of tables in which the registrations from the set are registered
 Bag<org.eclipse.ocl.examples.eventmanager.framework.Registration> FilterTableEntry.getNoSet(int bitSetForTableCombination)
           
 Bag<org.eclipse.ocl.examples.eventmanager.framework.Registration>[] FilterTableEntry.getNoSets()
          The explicit "no" registrations, as an array where each element corresponds to one bit set that describes in which tables the registration is registered.
 Bag<org.eclipse.ocl.examples.eventmanager.framework.Registration> FilterTableEntry.getYesSet(int bitSetForTableCombination)
           
 Bag<org.eclipse.ocl.examples.eventmanager.framework.Registration>[] FilterTableEntry.getYesSets()
          The explicit "yes" registrations, as an array where each element corresponds to one bit set that describes in which tables the registration is registered.
 

Uses of Bag in org.eclipse.ocl.examples.eventmanager.util
 

Fields in org.eclipse.ocl.examples.eventmanager.util declared as Bag
static Bag<?> BagImpl.EMPTY_BAG
           
 

Methods in org.eclipse.ocl.examples.eventmanager.util that return Bag
static
<E> Bag<E>
BagImpl.emptyBag()