Data Handler are responsible for the reading and writing of tuple data from an arbitrary protocol

Tuple

The tuple data handler is the default handler for reading and writing tuple data

NTuple

This is the same as the tuple handler but allows treating of null values. For this each data element get an addtional byte with information if the value is available (!=0) or null (0). Further values could be implemented in the future.

Probabilistic Tuple

The probabilistic data handler is the required data handler to read and write discrete and continuous data.

SCAITuple

The SCAITuple data handler reads data represented in SCAI text or SCAI XML