TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.algorithm
Interface MatchEqualsFilter

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

public interface MatchEqualsFilter
extends EMFEqualsFilter

A representation of the model object 'Match Equals Filter'.

The following features are supported:

See Also:
AlgorithmPackage.getMatchEqualsFilter()

Method Summary
 IMatch getIMatch()
          Returns the value of the 'IMatch' containment reference.
 void setIMatch(IMatch value)
          Sets the value of the 'IMatch' containment reference.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.util.filter.EMFEqualsFilter
getEObject, setEObject
 
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

getIMatch

public IMatch getIMatch()
Returns the value of the 'IMatch' containment reference.

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

Returns:
the value of the 'IMatch' containment reference.
See Also:
setIMatch(IMatch), AlgorithmPackage.getMatchEqualsFilter_IMatch()

setIMatch

public void setIMatch(IMatch value)
Sets the value of the 'IMatch' containment reference.

Parameters:
value - the new value of the 'IMatch' containment reference.
See Also:
getIMatch()

TPTP 4.1.0 Platform Project
Public API Specification