|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicSample | |
|---|---|
| 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.data.independent | Does contain the framework independent classes of the data package. |
| Uses of BasicSample in de.unikassel.android.sdcframework.data |
|---|
| Subclasses of BasicSample in de.unikassel.android.sdcframework.data | |
|---|---|
class |
Sample
Implementation of the sensor device sample used inside of the framework. |
| Uses of BasicSample in de.unikassel.android.sdcframework.data.independent |
|---|
| Fields in de.unikassel.android.sdcframework.data.independent with type parameters of type BasicSample | |
|---|---|
private List<BasicSample> |
BasicSampleCollection.samples
The collection of sensor device Samples |
| Methods in de.unikassel.android.sdcframework.data.independent that return types with arguments of type BasicSample | |
|---|---|
List<BasicSample> |
BasicSampleCollection.getSamples()
Access to the collection |
| Method parameters in de.unikassel.android.sdcframework.data.independent with type arguments of type BasicSample | |
|---|---|
void |
BasicSampleCollection.setSamples(List<BasicSample> samples)
Setter for the samples |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||