TPTP 4.1.0 Platform Project
Public API Specification

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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AbstractMultiFilter, AdaptableFilter, AndFilter, EMFEqualsFilter, ExtensionFilter, IndexOfFilter, InstanceOfFilter, MatchEqualsFilter, ModifierFilter, OrFilter, ResourceFilter, ReverseFilter, StartsWithFilter, ToggleFilter
All Known Implementing Classes:
AbstractFilterImpl, AbstractMultiFilterImpl, AdaptableFilterImpl, AndFilterImpl, EMFEqualsFilterImpl, ExtensionFilterImpl, IndexOfFilterImpl, InstanceOfFilterImpl, MatchEqualsFilterImpl, ModifierFilterImpl, OrFilterImpl, ResourceFilterImpl, ReverseFilterImpl, StartsWithFilterImpl, ToggleFilterImpl

public interface AbstractFilter
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Abstract Filter'.

The following features are supported:

See Also:
FilterPackage.getAbstractFilter()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 boolean satisfies(java.lang.Object obj)
           
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
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

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), FilterPackage.getAbstractFilter_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

satisfies

public boolean satisfies(java.lang.Object obj)


TPTP 4.1.0 Platform Project
Public API Specification