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

Packages that use IAssignmentsRead
org.decisiondeck.jmcda.persist.text Utilities to export (and perhaps import) XMCDA data to text files, meaning Comma Separated Value (CSV) files or more general text files, but not including more specialized (even text) formats such as LaTeX or IRIS data or XML. 
org.decisiondeck.jmcda.structure.sorting.assignment   
org.decisiondeck.jmcda.structure.sorting.assignment.utils   
 

Uses of IAssignmentsRead in org.decisiondeck.jmcda.persist.text
 

Methods in org.decisiondeck.jmcda.persist.text with parameters of type IAssignmentsRead
 void CsvExporter.exportAssignments(IAssignmentsRead assignments)
           
static void CsvExporter.exportAssignments(Writer writer, IAssignmentsRead assignments)
           
 

Method parameters in org.decisiondeck.jmcda.persist.text with type arguments of type IAssignmentsRead
 void TextExporter.exportAllAssignments(Map<DecisionMaker,? extends IAssignmentsRead> allAssignments)
           
static void TextExporter.exportAllAssignments(Writer writer, Map<DecisionMaker,? extends IAssignmentsRead> allAssignments)
           
 

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

Subinterfaces of IAssignmentsRead in org.decisiondeck.jmcda.structure.sorting.assignment
 interface IAssignments
           A set of assignments, where an assignment is a mapping of an alternative to exactly one category.
 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 IOrderedAssignmentsRead
           A read-only interface for a set of assignments where one assignment is a mapping of an alternative to exactly one category among a set of ordered categories.
 

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

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

Methods in org.decisiondeck.jmcda.structure.sorting.assignment.utils with parameters of type IAssignmentsRead
static void AssignmentsUtils.copyAssignmentsToOrderedTarget(IAssignmentsRead source, IOrderedAssignments target)
           Copies the given source assignments into the target.
 



Copyright © 2011. All Rights Reserved.