|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOrderedInterval | |
|---|---|
| org.decisiondeck.jmcda.sample_problems | |
| org.decisiondeck.jmcda.services.generator | |
| org.decisiondeck.jmcda.structure | Base model classes such as alternatives, criteria, and in sub-packages classes for sorting problems such as categories, and so on. |
| org.decisiondeck.jmcda.structure.sorting.problem | |
| org.decisiondeck.jmcda.structure.sorting.problem.data | Interfaces and classes representing the objective data in a typical sorting problem. |
| org.decisiondeck.jmcda.structure.sorting.problem.preferences | |
| org.decisiondeck.xmcda_oo.data | |
| org.decisiondeck.xmcda_oo.services.sorting | |
| org.decisiondeck.xmcda_oo.services.utils | |
| org.decisiondeck.xmcda_oo.structure | |
| org.decisiondeck.xmcda_oo.structure.sorting | |
| org.decisiondeck.xmcda_oo.utils | |
| Uses of IOrderedInterval in org.decisiondeck.jmcda.sample_problems |
|---|
| Methods in org.decisiondeck.jmcda.sample_problems that return types with arguments of type IOrderedInterval | |
|---|---|
Map<Criterion,IOrderedInterval> |
SixRealCars.getScales()
|
| Uses of IOrderedInterval in org.decisiondeck.jmcda.services.generator |
|---|
| Methods in org.decisiondeck.jmcda.services.generator that return types with arguments of type IOrderedInterval | |
|---|---|
Map<Criterion,IOrderedInterval> |
DataGenerator.setScales(IOrderedInterval scale)
Associates the given scale to each criterion stored in this object. |
| Methods in org.decisiondeck.jmcda.services.generator with parameters of type IOrderedInterval | |
|---|---|
Map<Criterion,IOrderedInterval> |
DataGenerator.setScales(IOrderedInterval scale)
Associates the given scale to each criterion stored in this object. |
| Method parameters in org.decisiondeck.jmcda.services.generator with type arguments of type IOrderedInterval | |
|---|---|
IEvaluations |
DataGenerator.genSplitProfilesEvaluations(Set<Alternative> profiles,
Map<Criterion,IOrderedInterval> scales)
A convenience method that stores the given profiles and categories and then generate the split profiles evaluations as if #gen had been called. |
void |
DataGenerator.setScales(Map<Criterion,IOrderedInterval> scales)
|
| Uses of IOrderedInterval in org.decisiondeck.jmcda.structure |
|---|
| Methods in org.decisiondeck.jmcda.structure that return types with arguments of type IOrderedInterval | |
|---|---|
static Equivalence<IOrderedInterval> |
StructureUtils.getOrderedIntervalsEquivalenceRelation()
|
| Methods in org.decisiondeck.jmcda.structure with parameters of type IOrderedInterval | |
|---|---|
static boolean |
StructureUtils.equivalent(IOrderedInterval i1,
IOrderedInterval i2)
|
| Uses of IOrderedInterval in org.decisiondeck.jmcda.structure.sorting.problem |
|---|
| Method parameters in org.decisiondeck.jmcda.structure.sorting.problem with type arguments of type IOrderedInterval | |
|---|---|
static IProblemData |
ProblemFactory.newProblemData(IRdEvaluations evaluations,
Map<Criterion,IOrderedInterval> scales)
Creates a problem data object that contains the given evaluations and scales. |
static ISortingResultsToMultiple |
ProblemFactory.newResultsToMultiple(IRdEvaluations alternativesEvaluations,
Map<Criterion,IOrderedInterval> scales,
ICatsAndProfs catsAndProfs,
IRdEvaluations profilesEvaluations,
ICriteriaWithThresholds thresholds,
ICoalitions coalitions,
IOrderedAssignmentsToMultipleRead assignments)
|
static ISortingAssignmentsToMultiple |
ProblemFactory.newSortingAssignmentsToMultiple(IRdEvaluations alternativesEvaluations,
Map<Criterion,IOrderedInterval> scales,
ICatsAndProfs catsAndProfs,
IOrderedAssignmentsToMultipleRead assignments)
|
static ISortingData |
ProblemFactory.newSortingData(IRdEvaluations evaluations,
Map<Criterion,IOrderedInterval> scales,
ICatsAndProfs catsAndProfs)
Creates a sorting problem object that contains the given evaluations, scales, categories, profiles. |
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 IOrderedInterval in org.decisiondeck.jmcda.structure.sorting.problem.data |
|---|
| Methods in org.decisiondeck.jmcda.structure.sorting.problem.data that return IOrderedInterval | |
|---|---|
IOrderedInterval |
SortingDataImpl.getScale(Criterion criterion)
|
| Methods in org.decisiondeck.jmcda.structure.sorting.problem.data that return types with arguments of type IOrderedInterval | |
|---|---|
Map<Criterion,IOrderedInterval> |
ProblemDataFiltering.getScales()
|
Map<Criterion,IOrderedInterval> |
IProblemData.getScales()
Retrieves a read-only view of the scales. |
Map<Criterion,IOrderedInterval> |
SortingDataImpl.getScales()
|
Map<Criterion,IOrderedInterval> |
ProblemDataForwarder.getScales()
|
Map<Criterion,IOrderedInterval> |
SortingDataForwarder.getScales()
|
| Methods in org.decisiondeck.jmcda.structure.sorting.problem.data with parameters of type IOrderedInterval | |
|---|---|
boolean |
ProblemDataFiltering.setScale(Criterion criterion,
IOrderedInterval scale)
|
boolean |
SortingDataFiltering.setScale(Criterion criterion,
IOrderedInterval scale)
|
boolean |
IProblemData.setScale(Criterion criterion,
IOrderedInterval scale)
Sets, replaces, or removes the scale of the given criterion. |
boolean |
SortingDataImpl.setScale(Criterion criterion,
IOrderedInterval scale)
|
boolean |
ProblemDataForwarder.setScale(Criterion criterion,
IOrderedInterval scale)
|
boolean |
SortingDataForwarder.setScale(Criterion criterion,
IOrderedInterval scale)
|
| Uses of IOrderedInterval in org.decisiondeck.jmcda.structure.sorting.problem.preferences |
|---|
| Methods in org.decisiondeck.jmcda.structure.sorting.problem.preferences that return types with arguments of type IOrderedInterval | |
|---|---|
Map<Criterion,IOrderedInterval> |
SortingPreferencesViewGroupBacked.getScales()
|
| Methods in org.decisiondeck.jmcda.structure.sorting.problem.preferences with parameters of type IOrderedInterval | |
|---|---|
boolean |
SortingPreferencesViewGroupBacked.setScale(Criterion criterion,
IOrderedInterval scale)
|
| Uses of IOrderedInterval in org.decisiondeck.xmcda_oo.data |
|---|
| Method parameters in org.decisiondeck.xmcda_oo.data with type arguments of type IOrderedInterval | |
|---|---|
void |
BasicGenerator.setScales(Map<Criterion,IOrderedInterval> scales)
Deprecated. |
| Uses of IOrderedInterval in org.decisiondeck.xmcda_oo.services.sorting |
|---|
| Constructor parameters in org.decisiondeck.xmcda_oo.services.sorting with type arguments of type IOrderedInterval | |
|---|---|
PreferencesProbabilisticDifference(ICatsAndProfs categories,
ICoalitions coalitions1,
IRdEvaluations profilesEvaluations1,
ICoalitions coalitions2,
IRdEvaluations profilesEvaluations2,
Map<Criterion,IOrderedInterval> scales)
|
|
PreferencesProbabilisticDifferenceOptimized(ICatsAndProfs categories,
ICoalitions coalitions1,
IRdEvaluations profilesEvaluations1,
ICoalitions coalitions2,
IRdEvaluations profilesEvaluations2,
Map<Criterion,IOrderedInterval> scales)
|
|
| Uses of IOrderedInterval in org.decisiondeck.xmcda_oo.services.utils |
|---|
| Method parameters in org.decisiondeck.xmcda_oo.services.utils with type arguments of type IOrderedInterval | |
|---|---|
Preorder<Alternative> |
Dominance.getDominanceRelation(IRdEvaluations evaluations,
Map<Criterion,IOrderedInterval> scales)
Computes the dominance relation in the large sense, i.e. two alternatives dominate each other if they are ex-æquo. |
NavigableSet<Alternative> |
Dominance.getStrictDominanceOrder(IRdEvaluations evaluations,
Map<Criterion,IOrderedInterval> scales)
Retrieves the strict dominance relation. |
| Uses of IOrderedInterval in org.decisiondeck.xmcda_oo.structure |
|---|
| Classes in org.decisiondeck.xmcda_oo.structure that implement IOrderedInterval | |
|---|---|
class |
DiscreteOrderedInterval
A facade to an IOrderedInterval permitting easier use when the interval is discrete. |
class |
IntegerStepScaleToDel
An immutable object. |
class |
OrderedInterval
An interval on the set of reals, with a preference direction, typically attached to a criterion. |
| Methods in org.decisiondeck.xmcda_oo.structure that return types with arguments of type IOrderedInterval | |
|---|---|
static Map<Criterion,IOrderedInterval> |
CriteriaDirections.getDirectionsAsScales(Set<Criterion> criteria)
A temporary method to help refactoring. |
| Method parameters in org.decisiondeck.xmcda_oo.structure with type arguments of type IOrderedInterval | |
|---|---|
static Map<Criterion,Criterion.PreferenceDirection> |
CriteriaDirections.getDirectionsFromScales(Map<Criterion,IOrderedInterval> scales)
|
| Uses of IOrderedInterval in org.decisiondeck.xmcda_oo.structure.sorting |
|---|
| Methods in org.decisiondeck.xmcda_oo.structure.sorting with parameters of type IOrderedInterval | |
|---|---|
static void |
SortingProblemUtils.setScales(IProblemData target,
IOrderedInterval scale)
Associates the given scale to each criterion stored in the given problem. |
| Uses of IOrderedInterval in org.decisiondeck.xmcda_oo.utils |
|---|
| Method parameters in org.decisiondeck.xmcda_oo.utils with type arguments of type IOrderedInterval | |
|---|---|
void |
PreferencesToArrays.setBounds(Map<Criterion,IOrderedInterval> scales)
|
| Constructors in org.decisiondeck.xmcda_oo.utils with parameters of type IOrderedInterval | |
|---|---|
RandomEvaluator(IOrderedInterval scale)
Creates a new object associated with the given scale. |
|
RandomEvaluator(IOrderedInterval scale,
Random rand)
Creates a new object associated with the given scale. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||