Class GenericWorkflow
- java.lang.Object
-
- org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.GenericWorkflow
-
-
Field Summary
Fields Modifier and Type Field Description protected HashMap<String,String>globalparametersprotected List<Matcher>matchersListprotected Parserparserprotected PostProcessorpostprocessorprotected StringsandboxFolder
-
Constructor Summary
Constructors Constructor Description GenericWorkflow(String sandboxFolder, HashMap<String,String> globalparameters)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description MatcherOutputexecuteChainedWorkflow(List<String> rawentries)List<Matcher>getMatchersList()voidinit(HashMap<String,String> globalparameters)protected abstract MatcherOutputmergeOutputs(List<MatcherOutput> outslist)voidresetMatchers(List<Matcher> newmatchers)
-
-
-
Method Detail
-
mergeOutputs
protected abstract MatcherOutput mergeOutputs(List<MatcherOutput> outslist)
-
executeChainedWorkflow
public MatcherOutput executeChainedWorkflow(List<String> rawentries) throws Exception
- Throws:
Exception
-
-