Package | Description |
---|---|
gov.sandia.cognition.data.temporal |
Provides interfaces for temporal data.
|
gov.sandia.cognition.util |
Provides general utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchTemporalDataSource<DataType extends Temporal>
Defines the interface for an offline temporal data source, which can
be resampled.
|
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. |
interface |
TemporalDataReadChannel<DataType extends Temporal>
The
TemporalDataReadChannel interface defines the functionality of a
class for reading temporal data. |
interface |
TemporalDataSource<DataType extends Temporal>
The
TemporalDataSource interface defines the functionality of a
class that represents a data source. |
Modifier and Type | Method and Description |
---|---|
BatchTemporalDataSource<DataType> |
BatchTemporalDataSource.zeroOrderHold(BatchTemporalDataSource<? extends Temporal> alignTo)
Creates a new version of this data source that is aligned to the given
temporal data source using zero-order holding.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TemporalValue<ValueType>
The
TemporalValue interface defines the interface for a container
that has a temporal coordinate plus a stored value. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTemporal
Partial implementation of Temporal
|
class |
DefaultTemporalValue<ValueType>
The
DefaultTemporalValue class is a default implementation of the
TemporalValue interface. |
Modifier and Type | Method and Description |
---|---|
int |
AbstractTemporal.compareTo(Temporal o) |