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
Fields Modifier and Type Field Description java.lang.StringinDepositsThicknessjava.lang.StringinErosionDepthjava.lang.StringinVelocityjava.lang.StringinWaterDepthjava.lang.StringoutIntensityjava.lang.DoublepLowerThresDepositsThicknessjava.lang.DoublepLowerThresErosionDepthjava.lang.DoublepLowerThresVelocityjava.lang.DoublepLowerThresWaterdepthjava.lang.DoublepUpperThresDepositsThicknessjava.lang.DoublepUpperThresErosionDepthjava.lang.DoublepUpperThresVelocityjava.lang.DoublepUpperThresWaterdepth -
Constructor Summary
Constructors Constructor Description IntensityClassifierDebrisFlowTN() -
Method Summary
Modifier and Type Method Description voidprocess()
-
Field Details
-
inWaterDepth
public java.lang.String inWaterDepth -
pUpperThresWaterdepth
public java.lang.Double pUpperThresWaterdepth -
pLowerThresWaterdepth
public java.lang.Double pLowerThresWaterdepth -
inVelocity
public java.lang.String inVelocity -
pUpperThresVelocity
public java.lang.Double pUpperThresVelocity -
pLowerThresVelocity
public java.lang.Double pLowerThresVelocity -
inDepositsThickness
public java.lang.String inDepositsThickness -
pUpperThresDepositsThickness
public java.lang.Double pUpperThresDepositsThickness -
pLowerThresDepositsThickness
public java.lang.Double pLowerThresDepositsThickness -
inErosionDepth
public java.lang.String inErosionDepth -
pUpperThresErosionDepth
public java.lang.Double pUpperThresErosionDepth -
pLowerThresErosionDepth
public java.lang.Double pLowerThresErosionDepth -
outIntensity
public java.lang.String outIntensity
-
-
Constructor Details
-
IntensityClassifierDebrisFlowTN
public IntensityClassifierDebrisFlowTN()
-
-
Method Details
-
process
public void process() throws java.lang.Exception- Throws:
java.lang.Exception
-