TPTP 4.1.0 Platform Project
Public API Specification

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

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

public interface IndexOfFilter
extends AbstractFilter

A representation of the model object 'Index Of Filter'.

The following features are supported:

See Also:
FilterPackage.getIndexOfFilter()

Method Summary
 java.lang.String getPattern()
          Returns the value of the 'Pattern' attribute.
 void setPattern(java.lang.String value)
          Sets the value of the 'Pattern' attribute.
 
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
 

Method Detail

getPattern

public java.lang.String getPattern()
Returns the value of the 'Pattern' attribute.

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

Returns:
the value of the 'Pattern' attribute.
See Also:
setPattern(String), FilterPackage.getIndexOfFilter_Pattern()

setPattern

public void setPattern(java.lang.String value)
Sets the value of the 'Pattern' attribute.

Parameters:
value - the new value of the 'Pattern' attribute.
See Also:
getPattern()

TPTP 4.1.0 Platform Project
Public API Specification