Class SubsumptionResolver
- java.lang.Object
-
- org.drools.verifier.core.relations.SubsumptionResolver
-
public class SubsumptionResolver extends Object
-
-
Constructor Summary
Constructors Constructor Description SubsumptionResolver(InspectorList collection, boolean record)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubsumptionBlockerisSubsumedByAnObjectInThisList(InspectorList otherCollection, HasUUID object)booleanlistSubsumesOther(InspectorList otherList)
-
-
-
Constructor Detail
-
SubsumptionResolver
public SubsumptionResolver(InspectorList collection, boolean record)
-
-
Method Detail
-
listSubsumesOther
public boolean listSubsumesOther(InspectorList otherList)
-
isSubsumedByAnObjectInThisList
public static SubsumptionBlocker isSubsumedByAnObjectInThisList(InspectorList otherCollection, HasUUID object)
-
-