|
Interface Summary |
| AnnotationEntry |
AnnotationEntry is the superclass of EventEntry and SignalEntry and defines the common methods. |
| BinFileFormat |
BinFileFormat is used to define that a binary representation of Entry data is used as file format. |
| Context |
The Context of a unisens dataset can contain additional information about the dataset. |
| CsvFileFormat |
CsvFileFormat is used to define that a caracter separeted value representation of Entry data is used
as file format. |
| CustomEntry |
CustomEntry can be used to describe a data file in a unisens dataset that is not
specified in the unisens specification. |
| CustomFileFormat |
CustomFileFormat is used to define that a custom file format is used, that is not specified
in the unisens specification. |
| Entry |
An Entry is a structural unit of a unisens dataset. |
| EventEntry |
EventEntry represents an Entry containing a list of Events. |
| FileFormat |
FileFormat is used to define which representation of Entry data is used
as file format. |
| Group |
A Group can be used to semantically group related Entries. |
| MeasurementEntry |
MeasurementEntry is the superclass of SignalEntry and ValuesEntry and defines
the common methods. |
| SignalEntry |
A SignalEntry represents continuously sampled data with a fixed sample rate. |
| TimedEntry |
TimedEntry is the superclass of MeasurementEntry and EventEntry and defines
their common methods. |
| Unisens |
Unisens is the basic interface to a unisens dataset. |
| UnisensFactory |
UnisensFactory is used to create all Objects of a unisens implementation, that have
to be created directly (i.e not by a Unisens object). |
| ValuesEntry |
A ValuesEntry represents data acquired at certain points in time. |
| XmlFileFormat |
XmlFileFormat is used to define that a XML representation of Entry data is used
as file format. |