Package org.unisens

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.
 

Class Summary
Event An Event happens at a cetain point in time and be of a certain type.
UnisensFactoryBuilder UnisensFactoryBuilder creates a UnisensFactory of the used unisens implementation.
Value Value represent data values acquired at a certain point in time.
ValueList ValueList is a set of Values that can be accessed as Array of samplestamps and object [length][channelCount].
Version  
 

Enum Summary
DataType Enumeration of all data types that can be used in the unsiens file format.
Endianess Enumeration to describe the Endianess of a binary file format.
UnisensParseExceptionTypeEnum UnisensParseExceptionTypeEnum is an enum of UnisensParseException types that can occur while parsing an unisens.xml file.
 

Exception Summary
DuplicateIdException This exception is thrown when a new Entry or Group is created with an id that already exists in the unisens dataset.
UnisensParseException UnisensParseException represents specific Exceptions that may occur while parsing the unisens.xml file of a unisens DataSet.