TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.runner
Interface SingleFileRunner

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

public interface SingleFileRunner
extends IAlgorithmRunner

A representation of the model object 'Single File Runner'.

The following features are supported:

See Also:
RunnerPackage.getSingleFileRunner()

Method Summary
 AbstractFilter getResourceFilter()
          Returns the value of the 'Resource Filter' containment reference.
 void setResourceFilter(AbstractFilter value)
          Sets the value of the 'Resource Filter' containment reference.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.engine.IAlgorithmRunner
estimateWork, getName, run, setName, supports
 
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

getResourceFilter

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

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

Returns:
the value of the 'Resource Filter' containment reference.
See Also:
setResourceFilter(AbstractFilter), RunnerPackage.getSingleFileRunner_ResourceFilter()

setResourceFilter

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

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

TPTP 4.1.0 Platform Project
Public API Specification