|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'IAlgorithm Runner'.
The following features are supported:
EnginePackage.getIAlgorithmRunner()| Method Summary | |
|---|---|
int |
estimateWork(IAnalysisScope scope,
IAlgorithm[] algorithms,
IEngine engine)
Returns the number of units of work expected to be performed by this runner to execute enabled algorithms on the given analysis scope. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
void |
run(IEngine engine,
IAlgorithm[] algorithms,
org.eclipse.core.resources.IResource[] resources,
IEngineListener listener)
|
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
boolean |
supports(IAlgorithm algorithm)
|
| 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 |
public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
EnginePackage.getIAlgorithmRunner_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()
public void run(IEngine engine,
IAlgorithm[] algorithms,
org.eclipse.core.resources.IResource[] resources,
IEngineListener listener)
public boolean supports(IAlgorithm algorithm)
public int estimateWork(IAnalysisScope scope,
IAlgorithm[] algorithms,
IEngine engine)
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||