Uses of Class
org.decisiondeck.xmcda_oo.structure.DecisionMaker

Packages that use DecisionMaker
org.decisiondeck.jmcda.persist.text Utilities to export (and perhaps import) XMCDA data to text files, meaning Comma Separated Value (CSV) files or more general text files, but not including more specialized (even text) formats such as LaTeX or IRIS data or XML. 
org.decisiondeck.jmcda.persist.utils   
org.decisiondeck.jmcda.services.generator   
org.decisiondeck.jmcda.services.sorting   
org.decisiondeck.jmcda.structure.sorting.assignment.utils   
org.decisiondeck.jmcda.structure.sorting.problem.group_assignments   
org.decisiondeck.jmcda.structure.sorting.problem.group_data   
org.decisiondeck.jmcda.structure.sorting.problem.group_preferences   
org.decisiondeck.jmcda.structure.sorting.problem.group_results   
org.decisiondeck.jmcda.structure.sorting.problem.preferences   
org.decisiondeck.jmcda.structure.sorting.problem.results   
org.decisiondeck.xmcda_oo.data   
org.decisiondeck.xmcda_oo.structure   
org.decisiondeck.xmcda_oo.structure.sorting   
org.decisiondeck.xmcda_oo.utils   
 

Uses of DecisionMaker in org.decisiondeck.jmcda.persist.text
 

Method parameters in org.decisiondeck.jmcda.persist.text with type arguments of type DecisionMaker
 void TextExporter.exportAllAssignments(Map<DecisionMaker,? extends IAssignmentsRead> allAssignments)
           
static void TextExporter.exportAllAssignments(Writer writer, Map<DecisionMaker,? extends IAssignmentsRead> allAssignments)
           
 void CsvExporter.exportDms(Set<DecisionMaker> dms)
           
 

Uses of DecisionMaker in org.decisiondeck.jmcda.persist.utils
 

Methods in org.decisiondeck.jmcda.persist.utils that return types with arguments of type DecisionMaker
 Set<DecisionMaker> ExportSettings.getDmsOrder()
           
 Function<DecisionMaker,String> ExportSettings.getDmsToString()
           
 Set<DecisionMaker> ExportSettings.interOrderDms(Set<DecisionMaker> dms)
           
 

Methods in org.decisiondeck.jmcda.persist.utils with parameters of type DecisionMaker
 String ExportSettings.DecisionMakerToId.apply(DecisionMaker input)
           
 String ExportSettings.getDmString(DecisionMaker dm)
           
 

Method parameters in org.decisiondeck.jmcda.persist.utils with type arguments of type DecisionMaker
 Set<DecisionMaker> ExportSettings.interOrderDms(Set<DecisionMaker> dms)
           
 void ExportSettings.setDmsOrder(Collection<DecisionMaker> dmsOrder)
           
 void ExportSettings.setDmsToString(Function<DecisionMaker,String> dmsToString)
           
 

Uses of DecisionMaker in org.decisiondeck.jmcda.services.generator
 

Methods in org.decisiondeck.jmcda.services.generator that return types with arguments of type DecisionMaker
 Set<DecisionMaker> DataGenerator.genDms(int nbDms)
           
 

Method parameters in org.decisiondeck.jmcda.services.generator with type arguments of type DecisionMaker
 void DataGenerator.setDms(Set<DecisionMaker> dms)
           
 

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

Methods in org.decisiondeck.jmcda.services.sorting that return types with arguments of type DecisionMaker
 Map<DecisionMaker,IOrderedAssignments> SortingFull.pessimisticAll(IGroupSortingPreferences problem, Map<DecisionMaker,Set<Alternative>> alternatives)
           
 

Method parameters in org.decisiondeck.jmcda.services.sorting with type arguments of type DecisionMaker
 Map<DecisionMaker,IOrderedAssignments> SortingFull.pessimisticAll(IGroupSortingPreferences problem, Map<DecisionMaker,Set<Alternative>> alternatives)
           
static void SortingFull.pessimisticInto(Map<DecisionMaker,Set<Alternative>> alternatives, IGroupSortingResults results)
           
 

Uses of DecisionMaker in org.decisiondeck.jmcda.structure.sorting.assignment.utils
 

Method parameters in org.decisiondeck.jmcda.structure.sorting.assignment.utils with type arguments of type DecisionMaker
static void AssignmentsUtils.assertEqual(Map<DecisionMaker,? extends IOrderedAssignmentsRead> assignments1, Map<DecisionMaker,? extends IOrderedAssignmentsRead> assignments2, String name1, String name2)
           
static void AssignmentsUtils.assertEqual(Map<DecisionMaker,? extends IOrderedAssignmentsRead> assignments1, Map<DecisionMaker,? extends IOrderedAssignmentsRead> assignments2, String name1, String name2)
           
 

Uses of DecisionMaker in org.decisiondeck.jmcda.structure.sorting.problem.group_assignments
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_assignments that return types with arguments of type DecisionMaker
 Map<DecisionMaker,IOrderedAssignments> IGroupSortingAssignments.getAssignments()
           Retrieves the assignments of alternatives to categories associated to each decision maker.
 Map<DecisionMaker,IOrderedAssignmentsWithCredibilities> IGroupSortingAssignmentsWithCredibilities.getAssignments()
           Retrieves the assignments of alternatives to categories associated to each decision maker.
 Map<DecisionMaker,IOrderedAssignmentsToMultiple> IGroupSortingAssignmentsToMultiple.getAssignments()
           Retrieves the assignments of alternatives to categories associated to each decision maker.
 Map<DecisionMaker,IOrderedAssignments> GroupSortingAssignmentsFiltering.getAssignments()
           
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_assignments with parameters of type DecisionMaker
 IOrderedAssignments IGroupSortingAssignments.getAssignments(DecisionMaker dm)
           Retrieves a writeable view of the assignments associated to the given decision maker.
 IOrderedAssignmentsWithCredibilities IGroupSortingAssignmentsWithCredibilities.getAssignments(DecisionMaker dm)
           Retrieves a writeable view of the assignments associated to the given decision maker.
 IOrderedAssignmentsToMultiple IGroupSortingAssignmentsToMultiple.getAssignments(DecisionMaker dm)
           Retrieves a writeable view of the assignments associated to the given decision maker.
 IOrderedAssignments GroupSortingAssignmentsFiltering.getAssignments(DecisionMaker dm)
           
 

Uses of DecisionMaker in org.decisiondeck.jmcda.structure.sorting.problem.group_data
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_data that return types with arguments of type DecisionMaker
 Set<DecisionMaker> GroupSortingDataForwarder.getDms()
           
 Set<DecisionMaker> GroupSortingDataWithOrder.getDms()
           
 Set<DecisionMaker> GroupSortingDataImpl.getDms()
           
 Set<DecisionMaker> IGroupSortingData.getDms()
          Retrieves a writeable view of the decision makers.
 Set<DecisionMaker> GroupSortingDataArray.getDms()
           
 Set<DecisionMaker> GroupSortingDataFiltering.getDms()
           
 Comparator<? super DecisionMaker> GroupSortingDataWithOrder.getDmsComparator()
          Retrieves the comparator defining the ordering on the decision makers used in this object.
 Map<DecisionMaker,Integer> GroupSortingDataArray.getDmsIndexes()
           
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_data with parameters of type DecisionMaker
 int GroupSortingDataArray.getDmIdx(DecisionMaker dm)
           
 

Method parameters in org.decisiondeck.jmcda.structure.sorting.problem.group_data with type arguments of type DecisionMaker
 void GroupSortingDataWithOrder.setDmsComparator(Comparator<DecisionMaker> dmsComparator)
           
 void GroupSortingDataWithOrder.setDmsOrder(Collection<DecisionMaker> order)
           
 

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

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_preferences that return types with arguments of type DecisionMaker
 Map<DecisionMaker,IRdEvaluations> GroupSortingPreferencesFiltering.getAllEvaluations()
           
 Map<DecisionMaker,IRdEvaluations> GroupSortingPreferencesWithOrder.getAllEvaluations()
           
 Map<DecisionMaker,IRdEvaluations> IGroupSortingPreferences.getAllEvaluations()
          Retrieves a read-only view of the evaluations of the alternatives and of the profiles.
 Map<DecisionMaker,IRdEvaluations> GroupSortingPreferencesImpl.getAllEvaluations()
           
 Map<DecisionMaker,IRdEvaluations> GroupSortingPreferencesForwarder.getAllEvaluations()
           
 Map<DecisionMaker,ICoalitions> GroupSortingPreferencesFiltering.getCoalitions()
           
 Map<DecisionMaker,ICoalitions> GroupSortingPreferencesWithOrder.getCoalitions()
           
 Map<DecisionMaker,ICoalitions> IGroupSortingPreferences.getCoalitions()
          Retrieves a read-only view of the winning coalitions.
 Map<DecisionMaker,ICoalitions> GroupSortingPreferencesImpl.getCoalitions()
           
 Map<DecisionMaker,ICoalitions> GroupSortingPreferencesForwarder.getCoalitions()
           
 Set<DecisionMaker> IGroupSortingPreferences.getDms()
           Retrieves a writeable view of the decision makers.
 Set<DecisionMaker> GroupSortingPreferencesImpl.getDms()
           
 Map<DecisionMaker,IRdEvaluations> GroupSortingPreferencesFiltering.getProfilesEvaluations()
           
 Map<DecisionMaker,IRdEvaluations> GroupSortingPreferencesWithOrder.getProfilesEvaluations()
           
 Map<DecisionMaker,IRdEvaluations> IGroupSortingPreferences.getProfilesEvaluations()
          Retrieves a read-only view of the evaluations of the profiles.
 Map<DecisionMaker,IRdEvaluations> GroupSortingPreferencesImpl.getProfilesEvaluations()
           
 Map<DecisionMaker,IRdEvaluations> GroupSortingPreferencesForwarder.getProfilesEvaluations()
           
 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 DecisionMaker
 IRdEvaluations GroupSortingPreferencesFiltering.getAllEvaluations(DecisionMaker dm)
           
 IRdEvaluations GroupSortingPreferencesWithOrder.getAllEvaluations(DecisionMaker dm)
           
 IRdEvaluations IGroupSortingPreferences.getAllEvaluations(DecisionMaker dm)
          Retrieves a read-only view of the evaluations of the alternatives and of the profiles according to the given decision maker.
 IRdEvaluations GroupSortingPreferencesImpl.getAllEvaluations(DecisionMaker dm)
           
 IRdEvaluations GroupSortingPreferencesForwarder.getAllEvaluations(DecisionMaker dm)
           
 ICoalitions GroupSortingPreferencesFiltering.getCoalitions(DecisionMaker dm)
           
 ICoalitions GroupSortingPreferencesWithOrder.getCoalitions(DecisionMaker dm)
           
 ICoalitions IGroupSortingPreferences.getCoalitions(DecisionMaker dm)
           Retrieves a read-only view of the winning coalitions of the given decision maker.
 ICoalitions GroupSortingPreferencesImpl.getCoalitions(DecisionMaker dm)
           
 ICoalitions GroupSortingPreferencesForwarder.getCoalitions(DecisionMaker dm)
           
 ISortingPreferences GroupSortingPreferencesFiltering.getPreferences(DecisionMaker dm)
           
 ISortingPreferences GroupSortingPreferencesWithOrder.getPreferences(DecisionMaker dm)
           
 ISortingPreferences IGroupSortingPreferences.getPreferences(DecisionMaker dm)
          Retrieves a writeable view of all preferences related to a given decision maker (together with the data in this object).
 ISortingPreferences GroupSortingPreferencesImpl.getPreferences(DecisionMaker dm)
           
 ISortingPreferences GroupSortingPreferencesForwarder.getPreferences(DecisionMaker dm)
           
 IRdEvaluations GroupSortingPreferencesFiltering.getProfilesEvaluations(DecisionMaker dm)
           
 IRdEvaluations GroupSortingPreferencesWithOrder.getProfilesEvaluations(DecisionMaker dm)
           
 IRdEvaluations IGroupSortingPreferences.getProfilesEvaluations(DecisionMaker dm)
          Retrieves a read-only view of the evaluations of the profiles of the given decision maker.
 IRdEvaluations GroupSortingPreferencesImpl.getProfilesEvaluations(DecisionMaker dm)
           
 IRdEvaluations GroupSortingPreferencesForwarder.getProfilesEvaluations(DecisionMaker dm)
           
 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)
           
 Double GroupSortingPreferencesFiltering.getWeight(DecisionMaker dm, Criterion criterion)
           
 Double GroupSortingPreferencesWithOrder.getWeight(DecisionMaker dm, Criterion criterion)
           
 Double IGroupSortingPreferences.getWeight(DecisionMaker dm, Criterion criterion)
          Retrieves the weight of the given criterion bound to the given decision maker.
 Double GroupSortingPreferencesImpl.getWeight(DecisionMaker dm, Criterion criterion)
           
 Double GroupSortingPreferencesForwarder.getWeight(DecisionMaker dm, Criterion criterion)
           
 boolean GroupSortingPreferencesFiltering.setCoalitions(DecisionMaker dm, ICoalitions coalitions)
           
 boolean GroupSortingPreferencesWithOrder.setCoalitions(DecisionMaker dm, ICoalitions coalitions)
           
 boolean IGroupSortingPreferences.setCoalitions(DecisionMaker dm, ICoalitions coalitions)
           Sets, replaces, or removes the coalitions informations bound to the given decision maker.
 boolean GroupSortingPreferencesImpl.setCoalitions(DecisionMaker dm, ICoalitions coalitions)
           
 boolean GroupSortingPreferencesForwarder.setCoalitions(DecisionMaker dm, ICoalitions coalitions)
           
 boolean GroupSortingPreferencesFiltering.setProfilesEvaluation(DecisionMaker dm, Alternative alternative, Criterion criterion, Double value)
           
 boolean GroupSortingPreferencesWithOrder.setProfilesEvaluation(DecisionMaker dm, Alternative alternative, Criterion criterion, Double value)
           
 boolean IGroupSortingPreferences.setProfilesEvaluation(DecisionMaker dm, Alternative alternative, Criterion criterion, Double value)
          Sets, replaces, or removes the evaluation of the given alternative according to the given criterion.
 boolean GroupSortingPreferencesImpl.setProfilesEvaluation(DecisionMaker dm, Alternative alternative, Criterion criterion, Double value)
           
 boolean GroupSortingPreferencesForwarder.setProfilesEvaluation(DecisionMaker dm, Alternative alternative, Criterion criterion, Double value)
           
 boolean GroupSortingPreferencesFiltering.setProfilesEvaluations(DecisionMaker dm, IRdEvaluations evaluations)
           
 boolean GroupSortingPreferencesWithOrder.setProfilesEvaluations(DecisionMaker dm, IRdEvaluations evaluations)
           
 boolean IGroupSortingPreferences.setProfilesEvaluations(DecisionMaker dm, IRdEvaluations evaluations)
          Sets replaces, or remove the evaluations of the profiles bound to the given decision maker.
 boolean GroupSortingPreferencesImpl.setProfilesEvaluations(DecisionMaker dm, IRdEvaluations evaluations)
           
 boolean GroupSortingPreferencesForwarder.setProfilesEvaluations(DecisionMaker dm, IRdEvaluations evaluations)
           
 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 DecisionMaker in org.decisiondeck.jmcda.structure.sorting.problem.group_results
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_results that return types with arguments of type DecisionMaker
 Map<DecisionMaker,IOrderedAssignmentsWithCredibilities> GroupSortingResultsWithCredibilitiesFiltering.getAssignments()
           
 Map<DecisionMaker,IOrderedAssignmentsWithCredibilities> GroupSortingResultsWithCredibilitiesImpl.getAssignments()
           
 Map<DecisionMaker,IOrderedAssignments> GroupSortingResultsWithOrder.getAssignments()
           
 Map<DecisionMaker,IOrderedAssignments> GroupSortingResultsFiltering.getAssignments()
           
 Map<DecisionMaker,IOrderedAssignmentsToMultiple> GroupSortingResultsToMultipleImpl.getAssignments()
           
 Map<DecisionMaker,IOrderedAssignments> GroupSortingResultsImpl.getAssignments()
           
 Map<DecisionMaker,IOrderedAssignments> GroupSortingResultsForwarder.getAssignments()
           
 Map<DecisionMaker,IOrderedAssignmentsWithCredibilities> GroupSortingResultsWithCredibilitiesForwarder.getAssignments()
           
 Set<DecisionMaker> GroupSortingResultsWithCredibilitiesImpl.getDms()
           
 Set<DecisionMaker> GroupSortingResultsToMultipleImpl.getDms()
           
 Set<DecisionMaker> GroupSortingResultsImpl.getDms()
           
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.group_results with parameters of type DecisionMaker
 IOrderedAssignmentsWithCredibilities GroupSortingResultsWithCredibilitiesFiltering.getAssignments(DecisionMaker dm)
           
 IOrderedAssignmentsWithCredibilities GroupSortingResultsWithCredibilitiesImpl.getAssignments(DecisionMaker dm)
           
 IOrderedAssignments GroupSortingResultsWithOrder.getAssignments(DecisionMaker dm)
           
 IOrderedAssignments GroupSortingResultsFiltering.getAssignments(DecisionMaker dm)
           
 IOrderedAssignmentsToMultiple GroupSortingResultsToMultipleImpl.getAssignments(DecisionMaker dm)
           
 IOrderedAssignments GroupSortingResultsImpl.getAssignments(DecisionMaker dm)
           
 IOrderedAssignments GroupSortingResultsForwarder.getAssignments(DecisionMaker dm)
           
 IOrderedAssignmentsWithCredibilities GroupSortingResultsWithCredibilitiesForwarder.getAssignments(DecisionMaker dm)
           
 ISortingResultsWithCredibilities GroupSortingResultsWithCredibilitiesFiltering.getResults(DecisionMaker dm)
           
 ISortingResultsWithCredibilities GroupSortingResultsWithCredibilitiesImpl.getResults(DecisionMaker dm)
           
 ISortingResults GroupSortingResultsWithOrder.getResults(DecisionMaker dm)
           
 ISortingResults GroupSortingResultsFiltering.getResults(DecisionMaker dm)
           
 ISortingResultsWithCredibilities IGroupSortingResultsWithCredibilities.getResults(DecisionMaker dm)
           Retrieves a read-only view of the results for the given decision maker, that is, a sorting object containing the data in this object, the alternatives that are assigned by this decision maker, and his preferences.
 ISortingResults IGroupSortingResults.getResults(DecisionMaker dm)
           Retrieves a read-only view of the results for the given decision maker, that is, a sorting object containing the data in this object, the alternatives that are assigned by this decision maker, and his preferences.
 ISortingResultsToMultiple IGroupSortingResultsToMultiple.getResults(DecisionMaker dm)
           Retrieves a read-only view of the results for the given decision maker, that is, a sorting object containing the data in this object, the alternatives that are assigned by this decision maker, and his preferences.
 ISortingResultsToMultiple GroupSortingResultsToMultipleImpl.getResults(DecisionMaker dm)
           
 ISortingResults GroupSortingResultsImpl.getResults(DecisionMaker dm)
           
 ISortingResults GroupSortingResultsForwarder.getResults(DecisionMaker dm)
           
 ISortingResultsWithCredibilities GroupSortingResultsWithCredibilitiesForwarder.getResults(DecisionMaker dm)
           
 

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

Methods in org.decisiondeck.jmcda.structure.sorting.problem.preferences that return DecisionMaker
 DecisionMaker SortingPreferencesViewGroupBacked.getViewedDm()
          Retrieves the decision maker whose related informations this objects reads in the delegated group sorting object.
 

Constructors in org.decisiondeck.jmcda.structure.sorting.problem.preferences with parameters of type DecisionMaker
SortingPreferencesViewGroupBacked(IGroupSortingPreferences delegate, DecisionMaker dm)
          Creates a new preferences view that reads the given decision maker information into the given delegate.
 

Uses of DecisionMaker in org.decisiondeck.jmcda.structure.sorting.problem.results
 

Methods in org.decisiondeck.jmcda.structure.sorting.problem.results that return DecisionMaker
 DecisionMaker SortingResultsWithCredibilitiesViewGroupBacked.getViewedDm()
          Retrieves the decision maker whose related informations this objects reads in the delegated group sorting object.
 DecisionMaker SortingResultsToMultipleViewGroupBacked.getViewedDm()
          Retrieves the decision maker whose related informations this objects reads in the delegated group sorting object.
 DecisionMaker SortingResultsViewGroupBacked.getViewedDm()
          Retrieves the decision maker whose related informations this objects reads in the delegated group sorting object.
 

Constructors in org.decisiondeck.jmcda.structure.sorting.problem.results with parameters of type DecisionMaker
SortingResultsToMultipleViewGroupBacked(IGroupSortingResultsToMultiple delegate, DecisionMaker dm)
          This constructor creates a view that will read through the given group delegate, in particular it will see when queried for the alternatives all the alternatives in that group data.
SortingResultsViewGroupBacked(IGroupSortingResults delegate, DecisionMaker dm)
          This constructor creates a view that will read through the given group delegate, in particular it will see when queried for the alternatives all the alternatives in that group data.
SortingResultsWithCredibilitiesViewGroupBacked(IGroupSortingResultsWithCredibilities delegate, DecisionMaker dm)
          This constructor creates a view that will read through the given group delegate, in particular it will see when queried for the alternatives all the alternatives in that group data.
 

Uses of DecisionMaker in org.decisiondeck.xmcda_oo.data
 

Methods in org.decisiondeck.xmcda_oo.data that return types with arguments of type DecisionMaker
 Map<DecisionMaker,Set<Alternative>> RandomGeneratorOld.genAlternativesAttribution(int nbAlternativesTot, int nbDms, int nbAlternativesPerDm)
           Generates an attribution of a set of alternatives to a set of decision makers.
 Map<DecisionMaker,ICoalitions> RandomGeneratorOld.genCoalitions(int nbCoalitions, int nbCriteria)
          Generates random coalitions.
 Set<DecisionMaker> BasicGenerator.genDms(int nbDms)
          Deprecated.  
 Map<DecisionMaker,IEvaluations> RandomGeneratorOld.genProfilesEvaluations(int nbDms, int nbProfiles, int nbCriteria)
          Generates random profiles evaluations for the given number of decision makers.
 Map<DecisionMaker,Set<Alternative>> RandomGeneratorOld.getAlternativesAttribution()
           
 

Methods in org.decisiondeck.xmcda_oo.data with parameters of type DecisionMaker
 ISortingPreferences RandomGeneratorOld.getPreferencesWithAttributed(DecisionMaker dm)
          The alternatives must have been attributed.
 

Method parameters in org.decisiondeck.xmcda_oo.data with type arguments of type DecisionMaker
 void BasicGenerator.setDms(Set<DecisionMaker> dms)
          Deprecated.  
 

Uses of DecisionMaker in org.decisiondeck.xmcda_oo.structure
 

Methods in org.decisiondeck.xmcda_oo.structure that return types with arguments of type DecisionMaker
 Map<DecisionMaker,V> AbstractSharedDecisionMakerPreferences.getAll()
           
 

Methods in org.decisiondeck.xmcda_oo.structure with parameters of type DecisionMaker
 void AbstractSharedDecisionMakerPreferences.addDm(DecisionMaker dm)
           
 int DecisionMaker.compareTo(DecisionMaker o)
           
 boolean AbstractSharedDecisionMakerPreferences.empty(DecisionMaker dm)
           
 V AbstractSharedDecisionMakerPreferences.get(DecisionMaker dm)
           
 boolean SharedCoalitions.merge(DecisionMaker dm, ICoalitions coalitions)
           
 boolean SharedThresholds.merge(DecisionMaker dm, ICriteriaWithThresholds thresholds)
           
 boolean SharedProfilesEvaluations.mergeExtended(DecisionMaker dm, IRdEvaluations toMerge)
           
 boolean SharedProfilesEvaluations.putEvaluation(DecisionMaker dm, Alternative profile, Criterion criterion, double value)
           
 boolean SharedCoalitions.putWeight(DecisionMaker dm, Criterion criterion, double weight)
           
 void AbstractSharedDecisionMakerPreferences.remove(DecisionMaker dm)
           
 boolean SharedProfilesEvaluations.removeEvaluation(DecisionMaker dm, Alternative profile, Criterion criterion)
           
 boolean SharedCoalitions.removeMajorityThreshold(DecisionMaker dm)
           
 boolean SharedCoalitions.removeWeight(DecisionMaker dm, Criterion criterion)
           
 boolean SharedCoalitions.setMajorityThreshold(DecisionMaker dm, double threshold)
           
 

Uses of DecisionMaker in org.decisiondeck.xmcda_oo.structure.sorting
 

Methods in org.decisiondeck.xmcda_oo.structure.sorting that return types with arguments of type DecisionMaker
static Map<DecisionMaker,Set<Alternative>> SortingProblemUtils.getAssignedAlternativesByDm(IGroupSortingResults group)
           
 

Methods in org.decisiondeck.xmcda_oo.structure.sorting with parameters of type DecisionMaker
static ISortingResults SortingProblemUtils.getResultsWithOnlyAssignedAlternatives(IGroupSortingResults group, DecisionMaker dm)
           
 

Uses of DecisionMaker in org.decisiondeck.xmcda_oo.utils
 

Methods in org.decisiondeck.xmcda_oo.utils that return types with arguments of type DecisionMaker
 List<DecisionMaker> LaTeXExport.getDecisionMakersList()
           
 

Method parameters in org.decisiondeck.xmcda_oo.utils with type arguments of type DecisionMaker
static boolean ThresholdsUtils.allEmpty(Map<DecisionMaker,ICriteriaWithThresholds> allThresholds)
           
 void LaTeXExport.exportAllAssignments(Map<DecisionMaker,? extends IOrderedAssignmentsRead> allAssignments, IRdEvaluations evaluations)
           
 void LaTeXExport.exportAllAssignmentsOld(Map<DecisionMaker,Assignments> allAssignments, IRdEvaluations evaluations)
           
 void LaTeXExport.exportAllThresholds(Map<DecisionMaker,ICriteriaWithThresholds> allThresholds)
          This method buffers the output writing.
 void LaTeXExport.exportCoalitions(Map<DecisionMaker,ICoalitions> coalitions)
           
 void LaTeXExport.setDecisionMakersList(List<DecisionMaker> decisionMakersList)
           
 



Copyright © 2011. All Rights Reserved.