Uses of Class
org.eclipse.ocl.examples.eventmanager.framework.TableForEventFilter

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

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

Subclasses of TableForEventFilter in org.eclipse.ocl.examples.eventmanager.framework
 class TableForClassFilter
          The ClassFilterTable manages all Registrations containing ClassFilter.
 class TableForClassFilterIncludingSubClasses
          The ClassFilterTable manages all Registrations containing ClassFilter.
 class TableForContainmentFilter
          The AttributeFilterTable manages all Registrations containing StructuralFeatureFilter.
 class TableForEventTypeFilter
          The EventTypeFilterTable manages all Registrations containing EventTypeFilter.
 class TableForNewValueClassFilter
          The AssociationFilterTable manages all Registrations containing StructuralFeatureFilter.
 class TableForNewValueClassFilterIncludingSubclasses
          The AssociationFilterTable manages all Registrations containing StructuralFeatureFilter.
 class TableForOldValueClassFilter
          The AssociationFilterTable manages all Registrations containing StructuralFeatureFilter.
 class TableForOldValueClassFilterIncludingSubclasses
           
 class TableForStructuralFeatureFilter
          This filter table manages all Registrations containing StructuralFeatureFilter.
 

Fields in org.eclipse.ocl.examples.eventmanager.framework declared as TableForEventFilter
protected  TableForEventFilter RegistrationManagerTableBased.eventTypeFilterTable
           
 

Fields in org.eclipse.ocl.examples.eventmanager.framework with type parameters of type TableForEventFilter
protected  java.util.Set<TableForEventFilter> RegistrationManagerTableBased.tablesWithNegatedRegistrations
           
 

Methods in org.eclipse.ocl.examples.eventmanager.framework that return types with arguments of type TableForEventFilter
protected  java.util.Collection<TableForEventFilter> RegistrationManagerTableBased.getTablesForBitSet(int bitSet)
          When passing a bit set as returned by RegistrationManagerTableBased.getBitSet(Collection), returns the collection of filter tables identified by this bit set.
 

Methods in org.eclipse.ocl.examples.eventmanager.framework with parameters of type TableForEventFilter
protected  void RegistrationManagerTableBased.addTableForEventType(TableForEventFilter table, java.lang.Integer eventType)
          This method fills the tablesByEventType member with the passed parameters.
protected  void RegistrationManagerTableBased.registerTable(TableForEventFilter table, int posInAllTables)