Uses of Interface
org.decisiondeck.xmcda_oo.utils.matrix.IFloatMatrix

Packages that use IFloatMatrix
org.decisiondeck.xmcda_oo.structure   
org.decisiondeck.xmcda_oo.utils.matrix Provides matrix interfaces and classes. 
 

Uses of IFloatMatrix in org.decisiondeck.xmcda_oo.structure
 

Classes in org.decisiondeck.xmcda_oo.structure that implement IFloatMatrix
 class EvaluationMatrix
           A matrix which is able to store, at specific positions given by an alternative (as the row) and a criterion (as the column), an evaluation of how the given alternative performs from the point of view of the given criterion.
 class EvaluationsByRows
           
 

Uses of IFloatMatrix in org.decisiondeck.xmcda_oo.utils.matrix
 

Subinterfaces of IFloatMatrix in org.decisiondeck.xmcda_oo.utils.matrix
 interface IEvaluations
          A matrix of evaluations.
 

Classes in org.decisiondeck.xmcda_oo.utils.matrix that implement IFloatMatrix
 class FloatMatrix<RowType,ColumnType>
           
 



Copyright © 2011. All Rights Reserved.