Uses of Package
de.unikassel.android.sdcframework.data

Packages that use de.unikassel.android.sdcframework.data
de.unikassel.android.sdcframework.app.scheduler Provides the scheduler activity related types. 
de.unikassel.android.sdcframework.broadcast Provides all broadcast related classes. 
de.unikassel.android.sdcframework.data Does contain the classes and interfaces covering the data sample part as well as the service configuration data classes. 
de.unikassel.android.sdcframework.devices Does contain the sensor device specific classes, like the sensor devices, the device manager and the device factory. 
de.unikassel.android.sdcframework.devices.facade Provides the interfaces for the device package. 
de.unikassel.android.sdcframework.persistence The classes providing the service for persistent storage of samples on the device. 
de.unikassel.android.sdcframework.persistence.facade Provides the interfaces for the persistence package. 
de.unikassel.android.sdcframework.preferences Provides the classes to manage preferences, service configurations values and defaults. 
de.unikassel.android.sdcframework.preferences.facade Provides the interfaces for the preference package. 
de.unikassel.android.sdcframework.transmission The classes providing the service for the transfer of stored samples to a remote server. 
de.unikassel.android.sdcframework.util Does contain utility classes and interfaces. 
de.unikassel.android.sdcframework.util.facade Provides the interfaces for the util package. 
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.app.scheduler
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.
WeekdaySchedulerAction
          Performable Scheduler actions.
WeeklySchedule
          A weekly runtime schedule for the service.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.broadcast
SampleCollection
          Implementation of a collection of Samples.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.data
DatabaseConfigurationEntry
          A database configuration does describe the configuration for the persistent storage management.
Sample
          Implementation of the sensor device sample used inside of the framework.
SampleCollection
          Implementation of a collection of Samples.
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.
Weekday
          Weekday enumeration.
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.
WeekdaySchedulerAction
          Performable Scheduler actions.
WeeklySchedule
          A weekly runtime schedule for the service.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.devices
Sample
          Implementation of the sensor device sample used inside of the framework.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.devices.facade
Sample
          Implementation of the sensor device sample used inside of the framework.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.persistence
SampleCollection
          Implementation of a collection of Samples.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.persistence.facade
Sample
          Implementation of the sensor device sample used inside of the framework.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.preferences
SDCConfiguration
          This class is the serializable representation of the default configuration for the SDC framework.
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.
WeeklySchedule
          A weekly runtime schedule for the service.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.preferences.facade
SDCConfiguration
          This class is the serializable representation of the default configuration for the SDC framework.
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.
WeeklySchedule
          A weekly runtime schedule for the service.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.transmission
SampleCollection
          Implementation of a collection of Samples.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.util
Sample
          Implementation of the sensor device sample used inside of the framework.
 

Classes in de.unikassel.android.sdcframework.data used by de.unikassel.android.sdcframework.util.facade
Sample
          Implementation of the sensor device sample used inside of the framework.