net.simplace.runs.lenny.LintulScaling
Run the lintul modules for Agmip
public class LintulScaling extends net.simplace.simulation.test.StandardUnitTest {
// Public Constructors
public LintulScaling();
// Public Instance Methods public void RunLintulWaterstress0();
Runs the lintul test with water stress
public void RunLintulPotential0();
Runs the lintul test without water stress
public void RunLintulWaterstress1();
Runs the lintul test with water stress
public void RunLintulPotential1();
Runs the lintul test without water stress
public void RunLintulWaterstress2();
Runs the lintul test with water stress
public void RunLintulPotential2();
Runs the lintul test without water stress
}
Hierarchy: java.lang.Object - net.simplace.simulation.test.StandardUnitTest - LintulScaling