Package org.hortonmachine.modules
Class IntensityClassifierFlood
java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.IntensityClassifierFlood
public class IntensityClassifierFlood
extends org.hortonmachine.gears.libs.modules.HMModel
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringinVelocityjava.lang.StringinWaterDepthjava.lang.StringoutIntensityjava.lang.DoublepLowerThresVelocityWaterdepthjava.lang.DoublepLowerThresWaterdepthjava.lang.DoublepUpperThresVelocityWaterdepthjava.lang.DoublepUpperThresWaterdepth -
Constructor Summary
Constructors Constructor Description IntensityClassifierFlood() -
Method Summary
Modifier and Type Method Description voidprocess()
-
Field Details
-
inWaterDepth
public java.lang.String inWaterDepth -
inVelocity
public java.lang.String inVelocity -
pUpperThresWaterdepth
public java.lang.Double pUpperThresWaterdepth -
pUpperThresVelocityWaterdepth
public java.lang.Double pUpperThresVelocityWaterdepth -
pLowerThresWaterdepth
public java.lang.Double pLowerThresWaterdepth -
pLowerThresVelocityWaterdepth
public java.lang.Double pLowerThresVelocityWaterdepth -
outIntensity
public java.lang.String outIntensity
-
-
Constructor Details
-
IntensityClassifierFlood
public IntensityClassifierFlood()
-
-
Method Details
-
process
public void process() throws java.lang.Exception- Throws:
java.lang.Exception
-