Package | Description |
---|---|
de.hawhamburg.reachability.reasoner |
The reachability agents reasoning engine module.
|
de.hawhamburg.reachability.reasoner.engine |
The drools based Engine.
|
de.hawhamburg.reachability.sensor |
Common data objects and enumerations related to sensor adapters.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
Reasoner.setSensorData(JsonReachabilitySensorData data)
Extracts dimension and sensor data from a received
JsonReachabilitySensorData and adds them to the
working memory. |
Modifier and Type | Method and Description |
---|---|
void |
DroolsBasedEngine.setSensorData(JsonReachabilitySensorData sensorData)
Adds a new
SensorData object to the StatefulKnowledgeSession or replaces the last known
SensorData of this dimension. |
protected void |
ExampleReasoner.setSensorData(JsonReachabilitySensorData data)
Adds a new sensor object or replaces the last known of this dimension.
|
Modifier and Type | Method and Description |
---|---|
private JsonReachabilitySensorData |
Sensor.getDataMessage(SensorData so)
Creates a new
JsonReachabilitySensorData message based on a supplied SensorData . |