Uses of Class
org.drools.verifier.core.maps.util.RedundancyResult
-
Packages that use RedundancyResult Package Description org.drools.verifier.core.checks org.drools.verifier.core.maps org.drools.verifier.core.maps.util -
-
Uses of RedundancyResult in org.drools.verifier.core.checks
Fields in org.drools.verifier.core.checks declared as RedundancyResult Modifier and Type Field Description protected RedundancyResult<ObjectField,ActionInspector>DetectRedundantActionBase. result -
Uses of RedundancyResult in org.drools.verifier.core.maps
Methods in org.drools.verifier.core.maps that return RedundancyResult Modifier and Type Method Description RedundancyResult<GroupBy,Value>InspectorMultiMap. hasRedundancy()RedundancyResultLeafInspectorList. hasRedundancy() -
Uses of RedundancyResult in org.drools.verifier.core.maps.util
Fields in org.drools.verifier.core.maps.util declared as RedundancyResult Modifier and Type Field Description static RedundancyResultRedundancyResult. EMPTYMethods in org.drools.verifier.core.maps.util that return RedundancyResult Modifier and Type Method Description RedundancyResultHasRedundancy. hasRedundancy()Constructors in org.drools.verifier.core.maps.util with parameters of type RedundancyResult Constructor Description RedundancyResult(Parent parent, RedundancyResult<Object,Item> result)
-