Package org.eclipse.ocl.examples.eventmanager.util

Interface Summary
Bag<E> A bag is a read-only collection that is non-unique and unordered.
 

Class Summary
BagImpl<E> Default implementation of the Bag interface.
CompositeBag<E> A Bag implementation that allows for multiple occurrences of elements in the nested collections and allows for them to be counted.
CompositeCollection<E> Forwards CompositeCollection.contains(Object) to the individual sets.
CompositeSet<E> A composite collection that has unique entries only.
EmptyBag<E>  
SingleSetAsBag<E> Wraps a single Set as a Bag.
Statistics To gather statistics about the OCL Impact Analysis and EMF Event Manager, set the system property org.eclipse.ocl.examples.impactanalyzer.statistics to true.
Statistics.Record  
StatisticsImpl  
StatisticsStub