TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine
Interface IRunnerExtension

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

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

A representation of the model object 'IRunner Extension'.

The following features are supported:

See Also:
EnginePackage.getIRunnerExtension()

Method Summary
 IAlgorithmRunner getRunner()
          Returns the value of the 'Runner' reference.
 
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

getRunner

public IAlgorithmRunner getRunner()
Returns the value of the 'Runner' reference.

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

Returns:
the value of the 'Runner' reference.
See Also:
EnginePackage.getIRunnerExtension_Runner()

TPTP 4.1.0 Platform Project
Public API Specification