public class CheckerFactory extends Object
| Constructor and Description |
|---|
CheckerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection[] |
createCheckerInstances(RuleSet ruleConf,
Collection<String> resourcesNewestVersions,
BpmnScanner bpmnScanner,
ProcessVariablesScanner scanner,
Collection<DataFlowRule> dataFlowRules,
Collection<ProcessVariable> processVariables,
Map<AnomalyContainer,List<Path>> invalidPathMap)
create checkers
|
Map<String,String> |
getIncorrectCheckers() |
void |
setIncorrectCheckers(Rule rule,
String message) |
public Collection[] createCheckerInstances(RuleSet ruleConf, Collection<String> resourcesNewestVersions, BpmnScanner bpmnScanner, ProcessVariablesScanner scanner, Collection<DataFlowRule> dataFlowRules, Collection<ProcessVariable> processVariables, Map<AnomalyContainer,List<Path>> invalidPathMap)
ruleConf - rules for checkerresourcesNewestVersions - resourcesNewestVersions in contextbpmnScanner - bpmnScanner for modelscanner - ProcessVariablesScanner for process variables, if activedataFlowRules - dataFlowRulesprocessVariables - Process VariablesinvalidPathMap - invalidPathMapCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.