Class BionymBiodiv
- java.lang.Object
-
- org.gcube.dataanalysis.ecoengine.interfaces.ActorNode
-
- org.gcube.dataanalysis.executor.nodes.transducers.bionym.BionymFlexibleWorkflowTransducer
-
- org.gcube.dataanalysis.executor.nodes.transducers.bionym.BionymBiodiv
-
- All Implemented Interfaces:
org.gcube.dataanalysis.ecoengine.interfaces.AlgorithmDescriptor,org.gcube.dataanalysis.ecoengine.interfaces.GenericAlgorithm
public class BionymBiodiv extends BionymFlexibleWorkflowTransducer
-
-
Field Summary
-
Fields inherited from class org.gcube.dataanalysis.executor.nodes.transducers.bionym.BionymFlexibleWorkflowTransducer
currentconfig, dbconnection, destinationTableLableParam, destinationTableParam, headers, matcherParamPrefix, maxMatchersInterface, maxMatchersReal, maxresultsParamPrefix, originTableParam, prevbroadcastTimePeriod, prevmaxMessages, prevmaxNumberOfStages, rawnamesColumnParam, rawnamescount, thresholdParamPrefix
-
-
Constructor Summary
Constructors Constructor Description BionymBiodiv()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Matcher>buildMatcherList(org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration config, String sandboxFolder, HashMap<String,String> globalparameters)StringgetDescription()List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType>getInputParameters()StringgetName()-
Methods inherited from class org.gcube.dataanalysis.executor.nodes.transducers.bionym.BionymFlexibleWorkflowTransducer
executeNode, getEnum2Matcher, getInternalStatus, getNumberOfLeftElements, getNumberOfRightElements, getOutput, getProperties, initSingleNode, postProcess, setup, stop
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.gcube.dataanalysis.ecoengine.interfaces.GenericAlgorithm- Overrides:
getNamein classBionymFlexibleWorkflowTransducer
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.gcube.dataanalysis.ecoengine.interfaces.AlgorithmDescriptor- Overrides:
getDescriptionin classBionymFlexibleWorkflowTransducer
-
buildMatcherList
public List<Matcher> buildMatcherList(org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration config, String sandboxFolder, HashMap<String,String> globalparameters)
- Overrides:
buildMatcherListin classBionymFlexibleWorkflowTransducer
-
getInputParameters
public List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> getInputParameters()
- Specified by:
getInputParametersin interfaceorg.gcube.dataanalysis.ecoengine.interfaces.AlgorithmDescriptor- Overrides:
getInputParametersin classBionymFlexibleWorkflowTransducer
-
-