|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeductionRuleLibrary.CompareResult | |
---|---|
org.deduced.rule | This package contains common fixed deduction rules that can be easily reused. |
Uses of DeductionRuleLibrary.CompareResult in org.deduced.rule |
---|
Methods in org.deduced.rule that return DeductionRuleLibrary.CompareResult | |
---|---|
private static DeductionRuleLibrary.CompareResult |
DeductionRuleLibrary.findMaximumResult(java.util.List collectionList,
PropertyCollection instanceToCompare)
find the maximum result in the list of property collection for the specified instance |
private static DeductionRuleLibrary.CompareResult |
DeductionRuleLibrary.findMinimumResult(java.util.List<?> collectionList,
PropertyCollection<?,?> instanceToCompare)
find the minimum result in the list of property collection for the specified instance |
Methods in org.deduced.rule with parameters of type DeductionRuleLibrary.CompareResult | |
---|---|
private static void |
DeductionRuleLibrary.updateMaximumResultBasedOnCollection(DeductionRuleLibrary.CompareResult retVal,
java.lang.Object instanceIdentityKey,
PropertyCollection collection)
update Maximum Result Based On Collection |
private static void |
DeductionRuleLibrary.updateMinimumResultWithCollection(DeductionRuleLibrary.CompareResult retVal,
java.lang.Object instanceIdentityKey,
PropertyCollection<?,?> collection)
update Minimum Result With Collection |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |