org.gcube.dataanalysis.ecoengine.interfaces
Class ActorNode
java.lang.Object
org.gcube.dataanalysis.ecoengine.interfaces.ActorNode
- All Implemented Interfaces:
- GenericAlgorithm
public abstract class ActorNode
- extends Object
- implements GenericAlgorithm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActorNode
public ActorNode()
initSingleNode
public abstract void initSingleNode(AlgorithmConfiguration config)
getInternalStatus
public abstract float getInternalStatus()
executeNode
public abstract int executeNode(int rightStartIndex,
int numberOfRightElementsToProcess,
int leftStartIndex,
int numberOfLeftElementsToProcess,
boolean duplicate,
String sandboxFolder,
String nodeConfigurationFileObject,
String logfileNameToProduce)
setup
public abstract void setup(AlgorithmConfiguration config)
throws Exception
- Throws:
Exception
getNumberOfRightElements
public abstract int getNumberOfRightElements()
getNumberOfLeftElements
public abstract int getNumberOfLeftElements()
stop
public abstract void stop()
postProcess
public abstract void postProcess(boolean manageDuplicates,
boolean manageFault)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.