Uses of Package
org.decisiondeck.xmcda_oo.utils.matrix

Packages that use org.decisiondeck.xmcda_oo.utils.matrix
org.decisiondeck.jmcda.persist.latex   
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.sample_problems   
org.decisiondeck.jmcda.services.generator   
org.decisiondeck.jmcda.services.outranking   
org.decisiondeck.jmcda.services.utils   
org.decisiondeck.jmcda.structure.sorting.problem   
org.decisiondeck.jmcda.structure.sorting.problem.data Interfaces and classes representing the objective data in a typical sorting problem. 
org.decisiondeck.jmcda.structure.sorting.problem.group_preferences   
org.decisiondeck.jmcda.structure.sorting.problem.preferences   
org.decisiondeck.xmcda_oo.data   
org.decisiondeck.xmcda_oo.services.flow   
org.decisiondeck.xmcda_oo.services.promethee_profiles   
org.decisiondeck.xmcda_oo.services.sorting   
org.decisiondeck.xmcda_oo.services.utils   
org.decisiondeck.xmcda_oo.structure   
org.decisiondeck.xmcda_oo.structure.category   
org.decisiondeck.xmcda_oo.utils   
org.decisiondeck.xmcda_oo.utils.matrix Provides matrix interfaces and classes. 
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.persist.latex
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.persist.text
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.sample_problems
IAltZeroToOneMatrix
          A zero-to-one matrix of alternatives.
IEvaluations
          A matrix of evaluations.
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.services.generator
IEvaluations
          A matrix of evaluations.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.services.outranking
IAltZeroToOneMatrix
          A zero-to-one matrix of alternatives.
IRdZeroToOneMatrix
           A matrix which is able to retrieve values in [0, 1], i.e., doubles between 0 and 1 inclusive, at a set of positions, each position being represented by a row and a column entries.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.services.utils
IRdFloatMatrix
           A matrix which is able to retrieve double values at a set of positions, each position being represented by a row and a column entries.
IZeroToOneMatrix
           A matrix which is able to store values in [0, 1], i.e., doubles between 0 and 1 inclusive, at a set of positions, each position being represented by a row and a column.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.structure.sorting.problem
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.structure.sorting.problem.data
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.structure.sorting.problem.group_preferences
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.jmcda.structure.sorting.problem.preferences
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.xmcda_oo.data
IEvaluations
          A matrix of evaluations.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.xmcda_oo.services.flow
IRdZeroToOneMatrix
           A matrix which is able to retrieve values in [0, 1], i.e., doubles between 0 and 1 inclusive, at a set of positions, each position being represented by a row and a column entries.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.xmcda_oo.services.promethee_profiles
IEvaluations
          A matrix of evaluations.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.xmcda_oo.services.sorting
IAltZeroToOneMatrix
          A zero-to-one matrix of alternatives.
IEvaluations
          A matrix of evaluations.
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.xmcda_oo.services.utils
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.xmcda_oo.structure
FloatMatrix
           
IEvaluations
          A matrix of evaluations.
IFloatMatrix
           A matrix which is able to store double values at a set of positions, each position being represented by a row and a column.
IRdEvaluations
          A matrix of evaluations whose values can be read.
IRdFloatMatrix
           A matrix which is able to retrieve double values at a set of positions, each position being represented by a row and a column entries.
IZeroToOneMatrix
           A matrix which is able to store values in [0, 1], i.e., doubles between 0 and 1 inclusive, at a set of positions, each position being represented by a row and a column.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.xmcda_oo.structure.category
IRdEvaluations
          A matrix of evaluations whose values can be read.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.xmcda_oo.utils
IRdEvaluations
          A matrix of evaluations whose values can be read.
IRdFloatMatrix
           A matrix which is able to retrieve double values at a set of positions, each position being represented by a row and a column entries.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix used by org.decisiondeck.xmcda_oo.utils.matrix
ConstrainedMatrix
          A matrix associating double values to positions specified with a row and a column.
ConstrainedMatrix.Validator
          An object able to discriminate between valid and invalid values.
ConstrainedMatrix.ValidatorType
           
FloatMatrix
           
FuzzyMatrix
           
IAltZeroToOneMatrix
          A zero-to-one matrix of alternatives.
IAltZeroToOneMatrix.Type
           
IFloatMatrix
           A matrix which is able to store double values at a set of positions, each position being represented by a row and a column.
IRdEvaluations
          A matrix of evaluations whose values can be read.
IRdFloatMatrix
           A matrix which is able to retrieve double values at a set of positions, each position being represented by a row and a column entries.
IRdZeroToOneMatrix
           A matrix which is able to retrieve values in [0, 1], i.e., doubles between 0 and 1 inclusive, at a set of positions, each position being represented by a row and a column entries.
IZeroToOneMatrix
           A matrix which is able to store values in [0, 1], i.e., doubles between 0 and 1 inclusive, at a set of positions, each position being represented by a row and a column.
 



Copyright © 2011. All Rights Reserved.