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

Packages that use IRdZeroToOneMatrix
org.decisiondeck.jmcda.services.outranking   
org.decisiondeck.xmcda_oo.services.flow   
org.decisiondeck.xmcda_oo.utils.matrix Provides matrix interfaces and classes. 
 

Uses of IRdZeroToOneMatrix in org.decisiondeck.jmcda.services.outranking
 

Methods in org.decisiondeck.jmcda.services.outranking with parameters of type IRdZeroToOneMatrix
 IAltZeroToOneMatrix Outranking.getOutranking(Set<Alternative> alts, Set<Criterion> crits, IRdZeroToOneMatrix<Alternative,Alternative> concs, Map<Criterion,? extends IRdZeroToOneMatrix<Alternative,Alternative>> discs)
           
 IAltZeroToOneMatrix Outranking.getOutrankingWithCut(Set<Alternative> alts, Set<Criterion> crits, IRdZeroToOneMatrix<Alternative,Alternative> concs, Map<Criterion,? extends IRdZeroToOneMatrix<Alternative,Alternative>> discs, Double cutThreshold)
          Computes an outranking relation as in electre methods.
 

Method parameters in org.decisiondeck.jmcda.services.outranking with type arguments of type IRdZeroToOneMatrix
 IAltZeroToOneMatrix Outranking.getOutranking(Set<Alternative> alts, Set<Criterion> crits, IRdZeroToOneMatrix<Alternative,Alternative> concs, Map<Criterion,? extends IRdZeroToOneMatrix<Alternative,Alternative>> discs)
           
 IAltZeroToOneMatrix Outranking.getOutrankingWithCut(Set<Alternative> alts, Set<Criterion> crits, IRdZeroToOneMatrix<Alternative,Alternative> concs, Map<Criterion,? extends IRdZeroToOneMatrix<Alternative,Alternative>> discs, Double cutThreshold)
          Computes an outranking relation as in electre methods.
 

Uses of IRdZeroToOneMatrix in org.decisiondeck.xmcda_oo.services.flow
 

Methods in org.decisiondeck.xmcda_oo.services.flow with parameters of type IRdZeroToOneMatrix
 AlternativesScores Flow.getFlows(FlowType type, IRdZeroToOneMatrix<Alternative,Alternative> pref)
           
 AlternativesScores Flow.getNegativeFlows(IRdZeroToOneMatrix<Alternative,Alternative> pref)
           
 AlternativesScores Flow.getNetFlows(IRdZeroToOneMatrix<Alternative,Alternative> pref)
           
 AlternativesScores Flow.getPositiveFlows(IRdZeroToOneMatrix<Alternative,Alternative> pref)
           
 

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

Subinterfaces of IRdZeroToOneMatrix in org.decisiondeck.xmcda_oo.utils.matrix
 interface IAltZeroToOneMatrix
          A zero-to-one matrix of alternatives.
 interface IZeroToOneMatrix<RowType,ColumnType>
           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 that implement IRdZeroToOneMatrix
 class AltFuzzyMatrix
           
 class ConstantCompleteMatrix<Row,Column>
           
 class FuzzyMatrix<RowType,ColumnType>
           
 class OneMinusInverseMatrix<PosType>
           A fuzzy matrix based on an other fuzzy matrix (called 'base' matrix).
 

Constructors in org.decisiondeck.xmcda_oo.utils.matrix with parameters of type IRdZeroToOneMatrix
OneMinusInverseMatrix(IRdZeroToOneMatrix<PosType,PosType> base)
          Sets this object to use the given matrix as base.
 



Copyright © 2011. All Rights Reserved.