Package de.unikassel.android.sdcframework.data

Package class diagram package de.unikassel.android.sdcframework.data
Does contain the classes and interfaces covering the data sample part as well as the service configuration data classes.

See:
          Description

Class Summary
ConcreteDeviceInformation The concrete device information data used internally.
DatabaseConfigurationEntry A database configuration does describe the configuration for the persistent storage management.
DeviceInformationManager A static class class managing the creation of the device information.
Sample Implementation of the sensor device sample used inside of the framework.
SampleCollection Implementation of a collection of Samples.
SDCConfiguration This class is the serializable representation of the default configuration for the SDC framework.
SensorConfigurationEntry A sensor configuration does describe the default configuration for a sensor type.
TimeProviderConfigurationEntries A time provider configuration entry hold the address of a single NTP time provider.
TransmissionConfigurationEntry A transmission configuration does describe the default configuration settings for the transmission service.
TransmissionProtocolConfigurationEntry A transmission protocol configuration does describe the default configuration settings for a transmission protocol.
WeekdaySchedule Weekday schedule representation.
WeekdayScheduleEntry A weekday schedule entry marks a time stamp hh:mm:ss at the connected weekday and an action to perform.
WeeklySchedule A weekly runtime schedule for the service.
 

Enum Summary
Weekday Weekday enumeration.
WeekdaySchedulerAction Performable Scheduler actions.
 

Package de.unikassel.android.sdcframework.data Description

Does contain the classes and interfaces covering the data sample part as well as the service configuration data classes.