Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SimpleEventDetector> |
RuntimeManager.simpleEventDetectors
Store of enabled event detectors.
|
Modifier and Type | Method and Description |
---|---|
SimpleEventDetector |
RuntimeManager.getSimpleEventDetector(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
void |
EventDetectorListener.eventDetectorTerminated(SimpleEventDetector source) |
Modifier and Type | Field and Description |
---|---|
private SimpleEventDetector |
EventDetectorWrapper.source |
Modifier and Type | Method and Description |
---|---|
void |
CompoundEventDetectorRT.eventDetectorTerminated(SimpleEventDetector source) |
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 |
PointEventDetectorRT |
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 | Class and Description |
---|---|
class |
ScheduledEventRT |