TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.filter
Interface OrFilter

All Superinterfaces:
AbstractFilter, AbstractMultiFilter, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
OrFilterImpl

public interface OrFilter
extends AbstractMultiFilter

A representation of the model object 'Or Filter'.

See Also:
FilterPackage.getOrFilter()

Methods inherited from interface org.eclipse.tptp.platform.analysis.util.filter.AbstractMultiFilter
findFilter, getFilters
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.util.filter.AbstractFilter
getName, satisfies, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 


TPTP 4.1.0 Platform Project
Public API Specification