Class CheckStorage
- java.lang.Object
-
- org.drools.verifier.core.checks.base.CheckStorage
-
public class CheckStorage extends Object
Stores the Checks. When a rule is added or removed, makes sure that all the necessary relations are added or removed.
-
-
Constructor Summary
Constructors Constructor Description CheckStorage(CheckFactory checkFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Check>getChecks(RuleInspector ruleInspector)voidmakeChecks(RuleInspector ruleInspector)Set<Check>remove(RuleInspector ruleInspector)
-
-
-
Constructor Detail
-
CheckStorage
public CheckStorage(CheckFactory checkFactory)
-
-
Method Detail
-
getChecks
public Set<Check> getChecks(RuleInspector ruleInspector)
-
remove
public Set<Check> remove(RuleInspector ruleInspector)
-
makeChecks
public void makeChecks(RuleInspector ruleInspector)
-
-