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 StringinVelocityStringinWaterDepthStringoutIntensityDoublepLowerThresVelocityWaterdepthDoublepLowerThresWaterdepthDoublepUpperThresVelocityWaterdepthDoublepUpperThresWaterdepth
-
Constructor Summary
Constructors Constructor Description IntensityClassifierFlood()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()
-
-
-
Field Detail
-
inWaterDepth
public String inWaterDepth
-
inVelocity
public String inVelocity
-
pUpperThresWaterdepth
public Double pUpperThresWaterdepth
-
pUpperThresVelocityWaterdepth
public Double pUpperThresVelocityWaterdepth
-
pLowerThresWaterdepth
public Double pLowerThresWaterdepth
-
pLowerThresVelocityWaterdepth
public Double pLowerThresVelocityWaterdepth
-
outIntensity
public String outIntensity
-
-