Uses of Interface
org.eclipse.ocl.examples.eventmanager.filters.LogicalOperationFilter

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

Uses of LogicalOperationFilter in org.eclipse.ocl.examples.eventmanager.filters
 

Classes in org.eclipse.ocl.examples.eventmanager.filters that implement LogicalOperationFilter
 class AndFilter
          Is an LogicalOperationFilter implementing the and-operator, so it matches if each contained operand matches the Notification.
 class NotFilter
          Is an LogicalOperationFilter and implements the not-operator.
 class OrFilter
          Is an LogicalOperationFilter implementing the or-operator, so it matches if any of the contained operand matches the Notification.
 

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

Classes in org.eclipse.ocl.examples.eventmanager.framework that implement LogicalOperationFilter
 class LogicalOperationFilterImpl
          Is the basis for any LogicalOperationFilter implementation.