| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,String> |
globalparameters |
protected List<Matcher> |
matchersList |
protected Parser |
parser |
protected PostProcessor |
postprocessor |
protected String |
sandboxFolder |
| Constructor and Description |
|---|
GenericWorkflow(String sandboxFolder,
HashMap<String,String> globalparameters) |
| Modifier and Type | Method and Description |
|---|---|
MatcherOutput |
executeChainedWorkflow(List<String> rawentries) |
List<Matcher> |
getMatchersList() |
void |
init(HashMap<String,String> globalparameters) |
protected abstract MatcherOutput |
mergeOutputs(List<MatcherOutput> outslist) |
void |
resetMatchers(List<Matcher> newmatchers) |
protected String sandboxFolder
protected Parser parser
protected PostProcessor postprocessor
protected abstract MatcherOutput mergeOutputs(List<MatcherOutput> outslist)
public MatcherOutput executeChainedWorkflow(List<String> rawentries) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.