Package org.hortonmachine.modules
Class IntensityClassifierDebrisFlowTN
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.IntensityClassifierDebrisFlowTN
-
public class IntensityClassifierDebrisFlowTN extends org.hortonmachine.gears.libs.modules.HMModel
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IntensityClassifierDebrisFlowTN()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()
-
-
-
Field Detail
-
inWaterDepth
public String inWaterDepth
-
pUpperThresWaterdepth
public Double pUpperThresWaterdepth
-
pLowerThresWaterdepth
public Double pLowerThresWaterdepth
-
inVelocity
public String inVelocity
-
pUpperThresVelocity
public Double pUpperThresVelocity
-
pLowerThresVelocity
public Double pLowerThresVelocity
-
inDepositsThickness
public String inDepositsThickness
-
pUpperThresDepositsThickness
public Double pUpperThresDepositsThickness
-
pLowerThresDepositsThickness
public Double pLowerThresDepositsThickness
-
inErosionDepth
public String inErosionDepth
-
pUpperThresErosionDepth
public Double pUpperThresErosionDepth
-
pLowerThresErosionDepth
public Double pLowerThresErosionDepth
-
outIntensity
public String outIntensity
-
-