public abstract class ActorNode extends Object implements GenericAlgorithm
| Constructor and Description |
|---|
ActorNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
executeNode(int rightStartIndex,
int numberOfRightElementsToProcess,
int leftStartIndex,
int numberOfLeftElementsToProcess,
boolean duplicate,
String sandboxFolder,
String nodeConfigurationFileObject,
String logfileNameToProduce) |
abstract float |
getInternalStatus() |
abstract int |
getNumberOfLeftElements() |
abstract int |
getNumberOfRightElements() |
abstract void |
initSingleNode(AlgorithmConfiguration config) |
static void |
main(String[] args) |
abstract void |
postProcess(boolean manageDuplicates,
boolean manageFault) |
abstract void |
setup(AlgorithmConfiguration config) |
abstract void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getInputParameters, getName, getOutput, getPropertiespublic abstract void initSingleNode(AlgorithmConfiguration config)
public abstract float getInternalStatus()
public abstract int executeNode(int rightStartIndex,
int numberOfRightElementsToProcess,
int leftStartIndex,
int numberOfLeftElementsToProcess,
boolean duplicate,
String sandboxFolder,
String nodeConfigurationFileObject,
String logfileNameToProduce)
public abstract void setup(AlgorithmConfiguration config) throws Exception
Exceptionpublic abstract int getNumberOfRightElements()
public abstract int getNumberOfLeftElements()
public abstract void stop()
public abstract void postProcess(boolean manageDuplicates,
boolean manageFault)
Copyright © 2015. All Rights Reserved.