Package org.hortonmachine.modules
Class TrentoPCalibration
java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.TrentoPCalibration
public class TrentoPCalibration
extends org.hortonmachine.gears.libs.modules.HMModel
-
Field Summary
Fields Modifier and Type Field Description java.lang.Integerdtjava.lang.StringinFolderjava.lang.StringinRainjava.lang.StringoutDischargejava.lang.StringoutFillDegreejava.lang.StringoutPipesjava.lang.IntegeroutTpMaxjava.lang.IntegerpOutPipeinttMaxjava.lang.IntegertpMaxCalibration -
Constructor Summary
Constructors Constructor Description TrentoPCalibration() -
Method Summary
Modifier and Type Method Description double[][]getResults()static voidmain(java.lang.String[] args)voidprocess()
-
Field Details
-
pOutPipe
public java.lang.Integer pOutPipe -
dt
public java.lang.Integer dt -
tMax
public int tMax -
tpMaxCalibration
public java.lang.Integer tpMaxCalibration -
inRain
public java.lang.String inRain -
inFolder
public java.lang.String inFolder -
outPipes
public java.lang.String outPipes -
outDischarge
public java.lang.String outDischarge -
outFillDegree
public java.lang.String outFillDegree -
outTpMax
public java.lang.Integer outTpMax
-
-
Constructor Details
-
TrentoPCalibration
public TrentoPCalibration()
-
-
Method Details
-
process
public void process() throws java.lang.Exception- Throws:
java.lang.Exception
-
getResults
public double[][] getResults() -
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-