public abstract class AbstractThresholdEvaluatorState extends Object implements ThresholdEvaluatorState
Abstract AbstractThresholdEvaluatorState class.
ThresholdEvaluatorState.Status
Modifier and Type | Field and Description |
---|---|
static String |
FORMATED_NAN |
Constructor and Description |
---|
AbstractThresholdEvaluatorState() |
Modifier and Type | Method and Description |
---|---|
protected Event |
createBasicEvent(String uei,
Date date,
double dsValue,
CollectionResourceWrapper resource,
Map<String,String> additionalParams)
createBasicEvent
|
protected String |
formatValue(double value)
formatValue
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clearState, evaluate, getCleanClone, getEventForState, getThresholdConfig, isTriggered
public static final String FORMATED_NAN
protected Event createBasicEvent(String uei, Date date, double dsValue, CollectionResourceWrapper resource, Map<String,String> additionalParams)
createBasicEvent
uei
- a String
object.date
- a Date
object.dsValue
- a double.resource
- a CollectionResourceWrapper
object.additionalParams
- a Map
object.Event
object.Copyright © 2019. All rights reserved.