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