Package | Description |
---|---|
com.serotonin.mango.rt | |
com.serotonin.mango.rt.dataImage | |
com.serotonin.mango.rt.event.detectors | |
com.serotonin.mango.vo.event |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeManager.addPointEventDetector(PointEventDetectorRT ped) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PointEventDetectorRT> |
DataPointRT.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 |
PointChangeDetectorRT |
class |
PositiveCusumDetectorRT
The PositiveCusumDetector is used to detect occurances of point values exceeding the given CUSUM limit for a given
duration.
|
class |
StateChangeCountDetectorRT |
class |
StateDetectorRT |
class |
TimeDelayedEventDetectorRT
This is a base class for all subclasses that need to schedule timeouts for them to become active.
|
class |
TimeoutDetectorRT
This class is a base class for detectors that need to schedule timeouts for their operation.
|
Modifier and Type | Method and Description |
---|---|
PointEventDetectorRT |
PointEventDetectorVO.createRuntime() |