Uses of Interface
org.decisiondeck.xmcda_oo.aggregators.ICriteriaWithThresholds

Packages that use ICriteriaWithThresholds
org.decisiondeck.jmcda.sample_problems   
org.decisiondeck.jmcda.services.outranking   
org.decisiondeck.jmcda.structure.sorting.problem   
org.decisiondeck.jmcda.structure.sorting.problem.group_preferences   
org.decisiondeck.jmcda.structure.sorting.problem.preferences   
org.decisiondeck.xmcda_oo.aggregators   
org.decisiondeck.xmcda_oo.services.promethee_profiles   
org.decisiondeck.xmcda_oo.structure   
org.decisiondeck.xmcda_oo.utils   
 

Uses of ICriteriaWithThresholds in org.decisiondeck.jmcda.sample_problems
 

Methods in org.decisiondeck.jmcda.sample_problems that return ICriteriaWithThresholds
 ICriteriaWithThresholds SixRealCars.getThresholds()
           
 

Uses of ICriteriaWithThresholds in org.decisiondeck.jmcda.services.outranking
 

Methods in org.decisiondeck.jmcda.services.outranking with parameters of type ICriteriaWithThresholds
 IAltZeroToOneMatrix Concordance.concordance(IProblemData data, ICriteriaWithThresholds thresholds, Weights weights)
           Computes a matrix containing the concordance indices for all the alternatives in the given data.
 Map<Criterion,IAltZeroToOneMatrix> Concordance.concordances(IProblemData data, ICriteriaWithThresholds thresholds)
           
 Map<Criterion,IAltZeroToOneMatrix> Discordance.discordances(IProblemData data, ICriteriaWithThresholds thresholds)
           Computes the discordance matrixes for each criterion in the given data.
 IAltZeroToOneMatrix OutrankingFull.getOutranking(IProblemData data, ICriteriaWithThresholds thresholds, ICoalitions coalitions)
           Computes an outranking relation as in electre methods.
 IAltZeroToOneMatrix Concordance.preference(IProblemData data, ICriteriaWithThresholds thresholds, Weights weights)
           Computes a matrix containing the preference indices, a la Promethee, for all the alternatives in the given data.
 

Uses of ICriteriaWithThresholds in org.decisiondeck.jmcda.structure.sorting.problem
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem with parameters of type ICriteriaWithThresholds
static ISortingResultsToMultiple ProblemFactory.newResultsToMultiple(IRdEvaluations alternativesEvaluations, Map<Criterion,IOrderedInterval> scales, ICatsAndProfs catsAndProfs, IRdEvaluations profilesEvaluations, ICriteriaWithThresholds thresholds, ICoalitions coalitions, IOrderedAssignmentsToMultipleRead assignments)
           
static ISortingPreferences ProblemFactory.newSortingPreferences(IRdEvaluations alternativesEvaluations, Map<Criterion,IOrderedInterval> scales, ICatsAndProfs categories, IRdEvaluations profilesEvaluations, ICriteriaWithThresholds thresholds, ICoalitions coalitions)
          Creates a problem data object that contains the given data.
 

Uses of ICriteriaWithThresholds in org.decisiondeck.jmcda.structure.sorting.problem.group_preferences
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_preferences that return ICriteriaWithThresholds
 ICriteriaWithThresholds GroupSortingPreferencesFiltering.getSharedThresholds()
           
 ICriteriaWithThresholds GroupSortingPreferencesWithOrder.getSharedThresholds()
           
 ICriteriaWithThresholds IGroupSortingPreferences.getSharedThresholds()
           Retrieves a read-only view of the thresholds shared by all decision makers.
 ICriteriaWithThresholds GroupSortingPreferencesImpl.getSharedThresholds()
           
 ICriteriaWithThresholds GroupSortingPreferencesForwarder.getSharedThresholds()
           
 ICriteriaWithThresholds GroupSortingPreferencesFiltering.getThresholds(DecisionMaker dm)
           
 ICriteriaWithThresholds GroupSortingPreferencesWithOrder.getThresholds(DecisionMaker dm)
           
 ICriteriaWithThresholds IGroupSortingPreferences.getThresholds(DecisionMaker dm)
          Retrieves a read-only view of the thresholds of the given decision maker.
 ICriteriaWithThresholds GroupSortingPreferencesImpl.getThresholds(DecisionMaker dm)
           
 ICriteriaWithThresholds GroupSortingPreferencesForwarder.getThresholds(DecisionMaker dm)
           
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_preferences that return types with arguments of type ICriteriaWithThresholds
 Map<DecisionMaker,ICriteriaWithThresholds> GroupSortingPreferencesFiltering.getThresholds()
           
 Map<DecisionMaker,ICriteriaWithThresholds> GroupSortingPreferencesWithOrder.getThresholds()
           
 Map<DecisionMaker,ICriteriaWithThresholds> IGroupSortingPreferences.getThresholds()
          Retrieves a read-only view of the thresholds.
 Map<DecisionMaker,ICriteriaWithThresholds> GroupSortingPreferencesImpl.getThresholds()
           
 Map<DecisionMaker,ICriteriaWithThresholds> GroupSortingPreferencesForwarder.getThresholds()
           
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_preferences with parameters of type ICriteriaWithThresholds
 boolean GroupSortingPreferencesFiltering.setSharedThresholds(ICriteriaWithThresholds thresholds)
           
 boolean GroupSortingPreferencesWithOrder.setSharedThresholds(ICriteriaWithThresholds thresholds)
           
 boolean IGroupSortingPreferences.setSharedThresholds(ICriteriaWithThresholds thresholds)
           Sets, replaces, or removes the shared thresholds.
 boolean GroupSortingPreferencesImpl.setSharedThresholds(ICriteriaWithThresholds thresholds)
           
 boolean GroupSortingPreferencesForwarder.setSharedThresholds(ICriteriaWithThresholds thresholds)
           
 boolean GroupSortingPreferencesFiltering.setThresholds(DecisionMaker dm, ICriteriaWithThresholds thresholds)
           
 boolean GroupSortingPreferencesWithOrder.setThresholds(DecisionMaker dm, ICriteriaWithThresholds thresholds)
           
 boolean IGroupSortingPreferences.setThresholds(DecisionMaker dm, ICriteriaWithThresholds thresholds)
           
 boolean GroupSortingPreferencesImpl.setThresholds(DecisionMaker dm, ICriteriaWithThresholds thresholds)
           
 boolean GroupSortingPreferencesForwarder.setThresholds(DecisionMaker dm, ICriteriaWithThresholds thresholds)
           
 

Uses of ICriteriaWithThresholds in org.decisiondeck.jmcda.structure.sorting.problem.preferences
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.preferences that return ICriteriaWithThresholds
 ICriteriaWithThresholds SortingPreferencesForwarder.getThresholds()
           
 ICriteriaWithThresholds ISortingPreferences.getThresholds()
          Retrieves a read-only view of the thresholds.
 ICriteriaWithThresholds SortingPreferencesFiltering.getThresholds()
           
 ICriteriaWithThresholds SortingPreferencesViewGroupBacked.getThresholds()
           
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.preferences with parameters of type ICriteriaWithThresholds
 boolean SortingPreferencesForwarder.setThresholds(ICriteriaWithThresholds thresholds)
           
 boolean ISortingPreferences.setThresholds(ICriteriaWithThresholds thresholds)
           
 boolean SortingPreferencesFiltering.setThresholds(ICriteriaWithThresholds thresholds)
           
 boolean SortingPreferencesViewGroupBacked.setThresholds(ICriteriaWithThresholds thresholds)
           
 

Uses of ICriteriaWithThresholds in org.decisiondeck.xmcda_oo.aggregators
 

Classes in org.decisiondeck.xmcda_oo.aggregators that implement ICriteriaWithThresholds
 class Thresholds
          No null values are accepted as thresholds.
 class ThresholdsView
           
 

Constructors in org.decisiondeck.xmcda_oo.aggregators with parameters of type ICriteriaWithThresholds
Thresholds(ICriteriaWithThresholds thresholds)
           
ThresholdsView(ICriteriaWithThresholds delegate)
           
ThresholdsView(ICriteriaWithThresholds delegate, Predicate<Criterion> criteriaPredicate)
           
 

Uses of ICriteriaWithThresholds in org.decisiondeck.xmcda_oo.services.promethee_profiles
 

Methods in org.decisiondeck.xmcda_oo.services.promethee_profiles with parameters of type ICriteriaWithThresholds
 IEvaluations PrometheeProfiles.computeProfiles(IProblemData data, ICriteriaWithThresholds thresholds)
           
 

Uses of ICriteriaWithThresholds in org.decisiondeck.xmcda_oo.structure
 

Methods in org.decisiondeck.xmcda_oo.structure with parameters of type ICriteriaWithThresholds
 boolean SharedThresholds.merge(DecisionMaker dm, ICriteriaWithThresholds thresholds)
           
 boolean SharedThresholds.replaceShared(ICriteriaWithThresholds newShared)
           
 

Uses of ICriteriaWithThresholds in org.decisiondeck.xmcda_oo.utils
 

Methods in org.decisiondeck.xmcda_oo.utils that return types with arguments of type ICriteriaWithThresholds
static
<T> Equivalence<ICriteriaWithThresholds>
ThresholdsUtils.getThresholdEquivalence()
           
 

Methods in org.decisiondeck.xmcda_oo.utils with parameters of type ICriteriaWithThresholds
static boolean ThresholdsUtils.equivalent(ICriteriaWithThresholds t1, ICriteriaWithThresholds t2)
           
static boolean ThresholdsUtils.merge(ICriteriaWithThresholds source, ICriteriaWithThresholds target)
           
 

Method parameters in org.decisiondeck.xmcda_oo.utils with type arguments of type ICriteriaWithThresholds
static boolean ThresholdsUtils.allEmpty(Map<DecisionMaker,ICriteriaWithThresholds> allThresholds)
           
 void LaTeXExport.exportAllThresholds(Map<DecisionMaker,ICriteriaWithThresholds> allThresholds)
          This method buffers the output writing.
 Set<Criterion> Utils.getAllCriteriaFromThresholds(Collection<ICriteriaWithThresholds> allThresholds)
           
 



Copyright © 2011. All Rights Reserved.