| Package | Description |
|---|---|
| de.hawhamburg.reachability.sensor |
Common data objects and enumerations related to sensor adapters.
|
| de.hawhamburg.reachability.sensor.adapter |
All defined sensor adapter to get the reasoner inhabitant informations.
|
| Modifier and Type | Method and Description |
|---|---|
SensorData |
SensorAdapter.getSensorOutput()
Requests the last measured sensor data from the
SensorAdapter as SensorData. |
abstract SensorData |
Sensor.getSensorOutput()
Provides the current
SensorData and null if none exists. |
| Modifier and Type | Method and Description |
|---|---|
private JsonReachabilitySensorData |
Sensor.getDataMessage(SensorData so)
Creates a new
JsonReachabilitySensorData message based on a supplied SensorData. |
private void |
Sensor.sendInternalSensorData(SensorData so)
Sends the measured
SensorData as common internal representation onto the internal data exchange topic
Sensor.internalSensorDataTopicName, if this Sensor dosn't run in silent mode (Sensor.isSilent()). |
| Modifier and Type | Method and Description |
|---|---|
SensorData |
StressCompanionAdapter.getSensorOutput()
Retrieves the current inhabitants stress level via ActiveMQ and returns it as
SensorData. |
SensorData |
LP3DObjectLocationAdapter.getSensorOutput()
Provides the inhabitants current position inside the environment as
SensorData. |
SensorData |
GoogleCalendarHookAdapter.getSensorOutput()
Provides the inhabitants next calendar events.
|
SensorData |
RSDFAdapter.getSensorOutput()
Retrieves the fictional stress level of an inhabitant via ActiveMQ and returns it as
SensorData. |
SensorData |
ExampleAdapter.getSensorOutput()
Retrieves the current inhabitants stress level via ActiveMQ and returns it as
SensorData. |
SensorData |
TimeAdapter.getSensorOutput()
Provides the current time in format HHMMSS as
SensorData. |
SensorData |
GoogleCalendarAdapter.getSensorOutput()
Provides the inhabitants next calendar events.
|