Package | Description |
---|---|
com.serotonin.mango.rt.event.detectors |
Modifier and Type | Class and Description |
---|---|
class |
AlphanumericStateDetectorRT |
class |
AnalogHighLimitDetectorRT
The AnalogHighLimitDetector is used to detect occurrences of point values exceeding the given high limit for a given
duration.
|
class |
AnalogLowLimitDetectorRT
The AnalogLowLimitDetector is used to detect occurances of point values below the given low limit for a given
duration.
|
class |
BinaryStateDetectorRT |
class |
DifferenceDetectorRT |
class |
MultistateStateDetectorRT |
class |
NegativeCusumDetectorRT
The NegativeCusumDetectorRT is used to detect occurances of point values below the given CUSUM limit for a given
duration.
|
class |
NoChangeDetectorRT |
class |
NoUpdateDetectorRT |
class |
PositiveCusumDetectorRT
The PositiveCusumDetector is used to detect occurances of point values exceeding the given CUSUM limit for a given
duration.
|
class |
StateDetectorRT |