Uses of Interface
org.decisiondeck.jmcda.structure.sorting.ISortingPreferencesParameters

Packages that use ISortingPreferencesParameters
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   
 

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

Subinterfaces of ISortingPreferencesParameters in org.decisiondeck.jmcda.structure.sorting.problem.group_preferences
 interface IGroupSortingPreferences
           Setting a preferential parameter for a decision maker (even an empty one such as a Thresholds containing no thresholds) adds that decision maker to the set of decision makers if it was not already present.
 

Classes in org.decisiondeck.jmcda.structure.sorting.problem.group_preferences that implement ISortingPreferencesParameters
 class GroupSortingPreferencesFiltering
           A read-only view.
 class GroupSortingPreferencesForwarder
           
 class GroupSortingPreferencesImpl
           
 class GroupSortingPreferencesWithOrder
           A group preferences object that provides ordering possibilities over its sets of criteria, alternatives, etc.
 

Uses of ISortingPreferencesParameters in org.decisiondeck.jmcda.structure.sorting.problem.group_results
 

Subinterfaces of ISortingPreferencesParameters in org.decisiondeck.jmcda.structure.sorting.problem.group_results
 interface IGroupSortingResults
           
 interface IGroupSortingResultsToMultiple
           
 interface IGroupSortingResultsWithCredibilities
           
 

Classes in org.decisiondeck.jmcda.structure.sorting.problem.group_results that implement ISortingPreferencesParameters
 class GroupSortingResultsFiltering
           A read-only view.
 class GroupSortingResultsForwarder
           
 class GroupSortingResultsImpl
           
 class GroupSortingResultsToMultipleImpl
           
 class GroupSortingResultsWithCredibilitiesFiltering
           A read-only view.
 class GroupSortingResultsWithCredibilitiesForwarder
           
 class GroupSortingResultsWithCredibilitiesImpl
           
 class GroupSortingResultsWithOrder
           A group results object that provides ordering possibilities over its sets of criteria, alternatives, etc.
 

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

Subinterfaces of ISortingPreferencesParameters in org.decisiondeck.jmcda.structure.sorting.problem.preferences
 interface ISortingPreferences
           Preference parameters for a preference model of the type of Electre Tri, supplementary to the data of a sorting problem.
 

Classes in org.decisiondeck.jmcda.structure.sorting.problem.preferences that implement ISortingPreferencesParameters
 class SortingPreferencesFiltering
           A read-only view.
 class SortingPreferencesForwarder
           
 class SortingPreferencesViewGroupBacked
          A writeable view that reads and writes through an IGroupSortingPreferences object.
 

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

Subinterfaces of ISortingPreferencesParameters in org.decisiondeck.jmcda.structure.sorting.problem.results
 interface ISortingResults
           
 interface ISortingResultsToMultiple
           
 interface ISortingResultsWithCredibilities
           
 

Classes in org.decisiondeck.jmcda.structure.sorting.problem.results that implement ISortingPreferencesParameters
 class SortingResultsFiltering
           A read-only view.
 class SortingResultsToMultipleComplete
           A read-only view.
 class SortingResultsToMultipleFiltering
           A read-only view.
 class SortingResultsToMultipleForwarder
           
 class SortingResultsToMultipleViewGroupBacked
          A writeable view that reads and writes through an IGroupSortingResultsToMultiple object.
 class SortingResultsViewGroupBacked
          A writeable view that reads and writes through an IGroupSortingResults object.
 class SortingResultsWithCredibilitiesViewGroupBacked
          A writeable view that reads and writes through an IGroupSortingResultsWithCredibilities object.
 



Copyright © 2011. All Rights Reserved.