Package eu.planets_project.pp.plato.sensitivity

Examples of eu.planets_project.pp.plato.sensitivity.RangCorrelationTest


import eu.planets_project.pp.plato.sensitivity.SimpleIterativeWeightModifier;

public class SensitivityAnalysisTestFactory {
   
    public static ISensitivityTest getSensitivityTest(Node root, IAggregator aggregator, List<Alternative> alternatives) {
        return new RangCorrelationTest(root, aggregator, alternatives);
    }
View Full Code Here

TOP

Related Classes of eu.planets_project.pp.plato.sensitivity.RangCorrelationTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.