Class RelationResolver
- java.lang.Object
-
- org.drools.verifier.core.relations.RelationResolver
-
public class RelationResolver extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelationResolver(InspectorList list)RelationResolver(InspectorList list, boolean record)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisConflicting(InspectorList otherCollection)booleanisRedundant(InspectorList otherList)ConflictresolveConflict(InspectorList otherCollection)booleansubsumes(InspectorList otherList)
-
-
-
Constructor Detail
-
RelationResolver
public RelationResolver(InspectorList list)
-
RelationResolver
public RelationResolver(InspectorList list, boolean record)
-
-
Method Detail
-
isConflicting
public boolean isConflicting(InspectorList otherCollection)
-
resolveConflict
public Conflict resolveConflict(InspectorList otherCollection)
-
subsumes
public boolean subsumes(InspectorList otherList)
-
isRedundant
public boolean isRedundant(InspectorList otherList)
-
-