|
Interface Summary |
| IAssignmentsWithCredibilities |
A set of assignments where one assignment is a mapping of an alternative to a set of categories with associated
credibilities, meaning that each category to which an alternative is mapped has an associated degree of credibility,
a real number greater than zero, generally indicating the strength of assignment of that alternative to that
category. |
| IAssignmentsWithCredibilitiesRead |
A read-only interface for a set of assignments where one assignment is a mapping of an alternative to a set of
categories with associated credibilities, meaning that each category to which an alternative is mapped has an
associated degree of credibility (a real number greater than zero) indicating how strong the alternative belongs to
that category. |
| IOrderedAssignmentsWithCredibilities |
A set of assignments where one assignment is a mapping of an alternative to a set of ordered categories, with
associated credibilities, meaning that each category to which an alternative is mapped has an associated degree of
credibility (a real number greater than zero) indicating how strong the alternative belongs to that category. |
| IOrderedAssignmentsWithCredibilitiesRead |
Equivalent to IAssignmentsWithCredibilitiesRead to use when the categories the alternatives are assigned to
are provided with a total ordering, thus can be sorted from worst to best without ex-æquo. |