org.decisiondeck.xmcda_oo.utils
Class ThresholdsUtils
java.lang.Object
org.decisiondeck.xmcda_oo.utils.ThresholdsUtils
public class ThresholdsUtils
- extends Object
ThresholdsUtils
public ThresholdsUtils()
merge
public static boolean merge(ICriteriaWithThresholds source,
ICriteriaWithThresholds target)
- Parameters:
source - not null.target - not null.
- Returns:
true iff the call changed the state of the target object.
equivalent
public static boolean equivalent(ICriteriaWithThresholds t1,
ICriteriaWithThresholds t2)
getThresholdEquivalence
public static <T> Equivalence<ICriteriaWithThresholds> getThresholdEquivalence()
allEmpty
public static boolean allEmpty(Map<DecisionMaker,ICriteriaWithThresholds> allThresholds)
Copyright © 2011. All Rights Reserved.