Class CheckFactory
java.lang.Object
org.drools.verifier.core.checks.base.CheckFactory
Creates checks. Uses a white list to make sure the only the checks the user wants are used.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Optional<PairCheckBundle>makePairRowCheck(RuleInspector ruleInspector, RuleInspector other) makeSingleChecks(RuleInspector ruleInspector)
-
Constructor Details
-
CheckFactory
-
-
Method Details
-
makeSingleChecks
-
makePairRowCheck
protected Optional<PairCheckBundle> makePairRowCheck(RuleInspector ruleInspector, RuleInspector other)
-