Uses of Class
org.decisiondeck.xmcda_oo.structure.Weights

Packages that use Weights
org.decisiondeck.jmcda.sample_problems   
org.decisiondeck.jmcda.services.outranking   
org.decisiondeck.xmcda_oo.structure   
org.decisiondeck.xmcda_oo.utils   
 

Uses of Weights in org.decisiondeck.jmcda.sample_problems
 

Methods in org.decisiondeck.jmcda.sample_problems that return Weights
 Weights SixRealCars.getWeights()
           
 

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

Methods in org.decisiondeck.jmcda.services.outranking with parameters of type Weights
 IAltZeroToOneMatrix Concordance.concordance(IProblemData data, ICriteriaWithThresholds thresholds, Weights weights)
           Computes a matrix containing the concordance indices for all the alternatives in the given data.
 IAltZeroToOneMatrix Concordance.preference(IProblemData data, ICriteriaWithThresholds thresholds, Weights weights)
           Computes a matrix containing the preference indices, a la Promethee, for all the alternatives in the given data.
 

Uses of Weights in org.decisiondeck.xmcda_oo.structure
 

Methods in org.decisiondeck.xmcda_oo.structure that return Weights
 Weights Weights.getNormalized()
          TODO do it with a view that divides by the sum!
 Weights ICoalitions.getNormalizedWeights()
          TODO talk about tolerance (through weights); provide a r-o view.
 Weights Coalitions.getNormalizedWeights()
           
 Weights ICoalitions.getWeights()
          Retrieves a view that reads and writes through to this object.
 Weights Coalitions.getWeights()
           
 

Methods in org.decisiondeck.xmcda_oo.structure with parameters of type Weights
 boolean Weights.approxEquals(Weights w2, double tolerance)
           
 void Coalitions.putAll(Weights weights)
           
 void Weights.putAll(Weights weights)
          Puts all the weights contained in the given object in this object, replacing any current value if the given object contains weights for some criteria already in this object.
 

Constructors in org.decisiondeck.xmcda_oo.structure with parameters of type Weights
Coalitions(Weights weights)
           
Coalitions(Weights weights, double majorityThreshold)
           
Weights(Weights source)
           
 

Uses of Weights in org.decisiondeck.xmcda_oo.utils
 

Constructors in org.decisiondeck.xmcda_oo.utils with parameters of type Weights
CompareCriteriaByWeight(Weights weights)
           
 



Copyright © 2011. All Rights Reserved.