|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unikassel.android.sdcframework.data.independent.BasicSampleCollection
public class BasicSampleCollection
Implementation of a collection of BasicSamples.
Field Summary | |
---|---|
static String |
SAMPLE_COLLECTION_FILE
The filename for the serialized sample collection |
private List<BasicSample> |
samples
The collection of sensor device Samples |
Constructor Summary | |
---|---|
BasicSampleCollection()
Constructor |
Method Summary | |
---|---|
List<BasicSample> |
getSamples()
Access to the collection |
void |
setSamples(List<BasicSample> samples)
Setter for the samples |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SAMPLE_COLLECTION_FILE
private List<BasicSample> samples
Constructor Detail |
---|
public BasicSampleCollection()
Method Detail |
---|
public final void setSamples(List<BasicSample> samples)
samples
- the samples to setpublic List<BasicSample> getSamples()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |