Uses of Interface
org.decisiondeck.jmcda.structure.sorting.assignment.IOrderedAssignmentsWriteable

Packages that use IOrderedAssignmentsWriteable
org.decisiondeck.jmcda.structure.sorting.assignment   
 

Uses of IOrderedAssignmentsWriteable in org.decisiondeck.jmcda.structure.sorting.assignment
 

Subinterfaces of IOrderedAssignmentsWriteable in org.decisiondeck.jmcda.structure.sorting.assignment
 interface IOrderedAssignments
           Equivalent to IAssignments 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.
 interface IOrderedAssignmentsToMultiple
           Equivalent to IAssignmentsToMultiple 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.
 

Classes in org.decisiondeck.jmcda.structure.sorting.assignment that implement IOrderedAssignmentsWriteable
 class OrderedAssignments
           
 class OrderedAssignmentsForwarder
           
 class OrderedAssignmentsFromRead
           
 class OrderedAssignmentsToMultiple
           
 class OrderedAssignmentsToMultipleExtended
          A writeable view to an other IOrderedAssignmentsToMultiple that extends the set of assigned alternatives with a given set of alternatives being constantly assigned to the whole set of categories contained in the delegate object.
 class OrderedAssignmentsToMultipleForwarder
           
 class OrderedAssignmentsToMultipleFromRead
           
 



Copyright © 2011. All Rights Reserved.