TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.review
Interface FilterReview

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IReview, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FilterReviewImpl

public interface FilterReview
extends IReview

A representation of the model object 'Filter Review'.

The following features are supported:

See Also:
ReviewPackage.getFilterReview()

Method Summary
 AbstractFilter getFilter()
          Returns the value of the 'Filter' containment reference.
 void setFilter(AbstractFilter value)
          Sets the value of the 'Filter' containment reference.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.engine.IReview
getDescription, getName, includes, setDescription, 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
 

Method Detail

getFilter

public AbstractFilter getFilter()
Returns the value of the 'Filter' containment reference.

If the meaning of the 'Filter' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filter' containment reference.
See Also:
setFilter(AbstractFilter), ReviewPackage.getFilterReview_Filter()

setFilter

public void setFilter(AbstractFilter value)
Sets the value of the 'Filter' containment reference.

Parameters:
value - the new value of the 'Filter' containment reference.
See Also:
getFilter()

TPTP 4.1.0 Platform Project
Public API Specification