Class PairCheckStorage
- java.lang.Object
-
- org.drools.verifier.core.checks.base.PairCheckStorage
-
public class PairCheckStorage extends Object
-
-
Constructor Summary
Constructors Constructor Description PairCheckStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(PairCheckBundle pairCheckList)Collection<PairCheckBundle>get(RuleInspector ruleInspector)voidremove(Collection<PairCheckBundle> checks)Collection<PairCheckBundle>remove(RuleInspector ruleInspector)
-
-
-
Method Detail
-
add
public void add(PairCheckBundle pairCheckList)
-
remove
public Collection<PairCheckBundle> remove(RuleInspector ruleInspector)
-
get
public Collection<PairCheckBundle> get(RuleInspector ruleInspector)
-
remove
public void remove(Collection<PairCheckBundle> checks)
-
-