|
Class Summary |
| AlternativesMerger |
|
| AssignmentsDifference |
|
| CoalitionsUtils |
|
| CompareByDominance |
This comparator must be bound to a set of criteria and to evaluations and compares the given alternatives by their
dominance relations (the dominated one is inferior to the dominating one). |
| CompareCriteriaByWeight |
|
| EvaluationsStatistics |
An object that contains statistics about evaluations. |
| EvaluationsUtils |
|
| ExternalOrderingComparator<E> |
A comparator based on an externally defined set of objects. |
| ExternalOrderingSet<E> |
TODO consider using some special interface instead of NavigableSet, because e.g. floor is not really
supported, and more generally asking for arbitrary object ordering information is not supported (only those objects
already known). |
| FeasibleSpaceExplorer |
This object allows to explore a space of alternatives. |
| LaTeXExport |
NB does not work well when ids contain characters that LaTeX does not like (such as underscores). |
| MapBackedSet<K,V> |
Note that this is completely different from Apache Commons Collection's MapBackedSet, as this one uses the map values
as the set contents (and not the keys). |
| NavigableSetBackedOrderedIterator<T> |
|
| Pair<Type1,Type2> |
A simple pair object, holding two other objects, of possibly different types. |
| PreferencesToArrays |
|
| RandomEvaluator |
|
| SharedDirector<K,V> |
Maintains a map of (key, value) pairs, together with a virtual value called shared. |
| TabbedExport |
TODO share latex export features. |
| ThresholdsUtils |
|
| Utils |
|