Uses of Class
org.decisiondeck.jmcda.services.sorting.SortingMode

Packages that use SortingMode
org.decisiondeck.jmcda.sample_problems   
org.decisiondeck.jmcda.services.sorting   
org.decisiondeck.xmcda_oo.services.sorting   
 

Uses of SortingMode in org.decisiondeck.jmcda.sample_problems
 

Methods in org.decisiondeck.jmcda.sample_problems with parameters of type SortingMode
 IOrderedAssignmentsToMultipleRead SixRealCars.getAssignments75(SortingMode mode)
           
 

Uses of SortingMode in org.decisiondeck.jmcda.services.sorting
 

Methods in org.decisiondeck.jmcda.services.sorting that return SortingMode
static SortingMode SortingMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortingMode[] SortingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.decisiondeck.jmcda.services.sorting with parameters of type SortingMode
 IOrderedAssignmentsToMultipleRead SortingFull.assign(SortingMode mode, ISortingPreferences problem)
           Computes the assignment of the real alternatives contained in the data, using the given given data, into the given categories.
 

Uses of SortingMode in org.decisiondeck.xmcda_oo.services.sorting
 

Methods in org.decisiondeck.xmcda_oo.services.sorting with parameters of type SortingMode
 IOrderedAssignmentsToMultipleRead SortingAssigner.assign(SortingMode mode, Set<Alternative> alternatives, IAltZeroToOneMatrix outranking, ICatsAndProfs categories)
           Assigns each alternative according to the given sorting mode.
 void ProfilesDistance.computeDistances(IRdEvaluations profilesEvaluations1, IRdEvaluations profilesEvaluations2, Map<Criterion,IntegerStepScaleToDel> scales, SortingMode sortingMode)
           
 double ProfilesDistance.getDistance(double value1, double value2, IntegerStepScaleToDel scale, SortingMode sortingMode)
           
 double StandardizeProfiles.getInStandardForm(double value, IntegerStepScaleToDel scale, SortingMode sortingMode)
           
 IEvaluations StandardizeProfiles.getInStandardForm(IRdEvaluations profilesEvaluations, Map<Criterion,IntegerStepScaleToDel> scales, SortingMode sortingMode)
          Please use only in the absence of veto thresholds.
 double ProfilesDistance.getMaxDistance(IRdEvaluations profilesEvaluations1, IRdEvaluations profilesEvaluations2, Map<Criterion,IntegerStepScaleToDel> scales, SortingMode sortingMode)
           
 double ProfilesDistance.getSumDistance(IRdEvaluations profilesEvaluations1, IRdEvaluations profilesEvaluations2, Map<Criterion,IntegerStepScaleToDel> scales, SortingMode sortingMode)
           
 



Copyright © 2011. All Rights Reserved.