|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sample | |
---|---|
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.facade | Provides the interfaces for the persistence package. |
de.unikassel.android.sdcframework.util | Does contain utility classes and interfaces. |
de.unikassel.android.sdcframework.util.facade | Provides the interfaces for the util package. |
Uses of Sample in de.unikassel.android.sdcframework.data |
---|
Fields in de.unikassel.android.sdcframework.data with type parameters of type Sample | |
---|---|
static Parcelable.Creator<Sample> |
Sample.CREATOR
The Parcelable creator. |
private List<Sample> |
SampleCollection.samples
The collection of sensor device Samples |
Methods in de.unikassel.android.sdcframework.data that return types with arguments of type Sample | |
---|---|
List<Sample> |
SampleCollection.getSamples()
Access to the collection |
Iterator<Sample> |
SampleCollection.iterator()
|
Methods in de.unikassel.android.sdcframework.data with parameters of type Sample | |
---|---|
boolean |
SampleCollection.add(Sample sample)
|
Method parameters in de.unikassel.android.sdcframework.data with type arguments of type Sample | |
---|---|
boolean |
SampleCollection.addAll(Collection<? extends Sample> samples)
|
void |
SampleCollection.setSamples(List<Sample> samples)
Setter for the samples |
Constructors in de.unikassel.android.sdcframework.data with parameters of type Sample | |
---|---|
Sample(Sample sample)
Copy-Constructor |
Uses of Sample in de.unikassel.android.sdcframework.devices |
---|
Methods in de.unikassel.android.sdcframework.devices that return Sample | |
---|---|
Sample |
SampleFactory.createSample(TimeInformation timeInfo,
SensorDeviceIdentifier id,
int priority,
SampleData data)
Method to create a sample from available information |
Sample |
GSMDevice.getSample()
|
Sample |
TimeProviderDevice.getSample()
|
Sample |
AbstractLocationDevice.getSample()
|
Sample |
AbstractAndroidSensorDevice.getSample()
|
Methods in de.unikassel.android.sdcframework.devices with parameters of type Sample | |
---|---|
private Location |
LocationTracker.locationFromSample(Sample sample)
Method to create a location object from a location sample |
void |
LocationTracker.onEvent(ObservableEventSource<? extends Sample> eventSource,
Sample observedEvent)
|
Method parameters in de.unikassel.android.sdcframework.devices with type arguments of type Sample | |
---|---|
void |
LocationTracker.onEvent(ObservableEventSource<? extends Sample> eventSource,
Sample observedEvent)
|
void |
SensorDeviceManagerImpl.registerEventObserver(EventObserver<? extends Sample> observer)
|
void |
SensorDeviceManagerImpl.unregisterEventObserver(EventObserver<? extends Sample> observer)
|
Uses of Sample in de.unikassel.android.sdcframework.devices.facade |
---|
Methods in de.unikassel.android.sdcframework.devices.facade that return Sample | |
---|---|
Sample |
SampleProvidingSensorDevice.getSample()
Getter for a device sample |
Uses of Sample in de.unikassel.android.sdcframework.persistence.facade |
---|
Methods in de.unikassel.android.sdcframework.persistence.facade that return Sample | |
---|---|
Sample |
DatabaseSample.toSample()
Does create a sample from this database sample |
Constructors in de.unikassel.android.sdcframework.persistence.facade with parameters of type Sample | |
---|---|
DatabaseSample(Sample sample)
Constructor |
Uses of Sample in de.unikassel.android.sdcframework.util |
---|
Fields in de.unikassel.android.sdcframework.util with type parameters of type Sample | |
---|---|
protected EventCollector<Sample> |
AbstractAsynchrounousSampleObserver.collector
The internal sample collector to store the observed events |
Methods in de.unikassel.android.sdcframework.util that return types with arguments of type Sample | |
---|---|
EventObserver<Sample> |
AbstractAsynchrounousSampleObserver.getObserver()
|
Uses of Sample in de.unikassel.android.sdcframework.util.facade |
---|
Methods in de.unikassel.android.sdcframework.util.facade that return types with arguments of type Sample | |
---|---|
EventObserver<Sample> |
DelegatingSampleObserver.getObserver()
Getter for the sample observer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |