Package | Description |
---|---|
gov.sandia.cognition.data.temporal |
Provides interfaces for temporal data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SeekableTemporalDataReadChannel<DataType extends Temporal>
The
SeekableTemporalDataReadChannel interface extends the
TemporalDataReadChannel interface to give the ability to seek around in
the temporal data based on a time coordinate. |
Modifier and Type | Method and Description |
---|---|
TemporalDataReadChannel<DataType> |
TemporalDataSource.readChannel()
Gets the data channel for the data source.
|