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

Packages that use IOrderedAssignmentsRead
org.decisiondeck.jmcda.sample_problems   
org.decisiondeck.jmcda.structure.sorting.assignment   
org.decisiondeck.jmcda.structure.sorting.assignment.utils   
org.decisiondeck.xmcda_oo.utils   
 

Uses of IOrderedAssignmentsRead in org.decisiondeck.jmcda.sample_problems
 

Methods in org.decisiondeck.jmcda.sample_problems that return IOrderedAssignmentsRead
 IOrderedAssignmentsRead SixRealCars.getAssignments55()
           
 IOrderedAssignmentsRead SixRealCars.getAssignments75Optimistic()
           
 IOrderedAssignmentsRead SixRealCars.getAssignments75Pessimistic()
           
 

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

Subinterfaces of IOrderedAssignmentsRead 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.
 

Classes in org.decisiondeck.jmcda.structure.sorting.assignment that implement IOrderedAssignmentsRead
 class OrderedAssignments
           
 class OrderedAssignmentsFiltering
          A read-only view of an ordered assignments object.
 class OrderedAssignmentsForwarder
           
 class OrderedAssignmentsFromRead
           
 

Constructors in org.decisiondeck.jmcda.structure.sorting.assignment with parameters of type IOrderedAssignmentsRead
OrderedAssignmentsFromRead(IOrderedAssignmentsRead delegate)
           
 

Uses of IOrderedAssignmentsRead in org.decisiondeck.jmcda.structure.sorting.assignment.utils
 

Methods in org.decisiondeck.jmcda.structure.sorting.assignment.utils that return IOrderedAssignmentsRead
static IOrderedAssignmentsRead AssignmentsUtils.getReadView(IOrderedAssignments delegate)
           
 

Methods in org.decisiondeck.jmcda.structure.sorting.assignment.utils with parameters of type IOrderedAssignmentsRead
static boolean AssignmentsUtils.copyOrderedAssignmentsToTarget(IOrderedAssignmentsRead source, IOrderedAssignments target)
          Overrides the target by replacing every information it contains with the information in the given source.
static IOrderedAssignments AssignmentsUtils.getFakeWritable(IOrderedAssignmentsRead delegateRead)
           
 

Method parameters in org.decisiondeck.jmcda.structure.sorting.assignment.utils with type arguments of type IOrderedAssignmentsRead
static void AssignmentsUtils.assertEqual(Map<DecisionMaker,? extends IOrderedAssignmentsRead> assignments1, Map<DecisionMaker,? extends IOrderedAssignmentsRead> assignments2, String name1, String name2)
           
static void AssignmentsUtils.assertEqual(Map<DecisionMaker,? extends IOrderedAssignmentsRead> assignments1, Map<DecisionMaker,? extends IOrderedAssignmentsRead> assignments2, String name1, String name2)
           
 

Uses of IOrderedAssignmentsRead in org.decisiondeck.xmcda_oo.utils
 

Methods in org.decisiondeck.xmcda_oo.utils with parameters of type IOrderedAssignmentsRead
 void LaTeXExport.exportAssignmentsSingle(IOrderedAssignmentsRead assignments, IRdEvaluations evaluations)
           
 

Method parameters in org.decisiondeck.xmcda_oo.utils with type arguments of type IOrderedAssignmentsRead
 void LaTeXExport.exportAllAssignments(Map<DecisionMaker,? extends IOrderedAssignmentsRead> allAssignments, IRdEvaluations evaluations)
           
 



Copyright © 2011. All Rights Reserved.