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

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

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

Subclasses of LogicalOperationFilterImpl in org.eclipse.ocl.examples.eventmanager.filters
 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.
 

Methods in org.eclipse.ocl.examples.eventmanager.filters that return LogicalOperationFilterImpl
 LogicalOperationFilterImpl AndFilter.clone()
           
 

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

Methods in org.eclipse.ocl.examples.eventmanager.framework with parameters of type LogicalOperationFilterImpl
static int RegistrationManagerTableBased.getDepth(LogicalOperationFilterImpl filter)
          Computes the depth of the subtree.
static OrFilter RegistrationManagerTableBased.getDisjunctiveNormalForm(LogicalOperationFilterImpl filter)
          Transforms the (sub-)tree into disjunctive normal form.