public abstract class DifferenceDetectorRT extends TimeDelayedEventDetectorRT
Modifier and Type | Field and Description |
---|---|
protected boolean |
eventActive
State field.
|
protected long |
lastChange |
vo
Constructor and Description |
---|
DifferenceDetectorRT() |
Modifier and Type | Method and Description |
---|---|
protected long |
getConditionActiveTime() |
void |
initializeState() |
boolean |
isEventActive() |
protected void |
pointData() |
void |
setEventActive(boolean b) |
initialize, scheduleJob, scheduleTimeoutImpl, unscheduleJob
getDurationDescription, getDurationMS, isJobScheduled, scheduleJob, scheduleTimeout, terminate, unscheduleJob
createEventContext, getEventDetectorKey, getEventType, getMessage, joinTermination, pointBackdated, pointChanged, pointInitialized, pointSet, pointTerminated, pointUpdated, raiseEvent, returnToNormal
addListener, fireEventDetectorStateChanged, fireEventDetectorTerminated, hasListeners, removeListener
protected boolean eventActive
protected long lastChange
public boolean isEventActive()
protected void pointData()
public void initializeState()
initializeState
in class TimeDelayedEventDetectorRT
protected long getConditionActiveTime()
getConditionActiveTime
in class TimeDelayedEventDetectorRT
public void setEventActive(boolean b)
setEventActive
in class TimeDelayedEventDetectorRT