| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
DataAdapter.fetchDecodedData(java.lang.String path,
java.time.Instant begin,
java.time.Instant end,
java.util.List<TimeSeriesInfo<T>> seriesInfo,
boolean bypassCache)
Gets decoded data from the source as a map of
TimeSeriesProcessor, for the time interval and TimeSeriesInfo specified. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
Decoder.decode(java.io.InputStream in,
java.util.List<TimeSeriesInfo<T>> seriesNames)
Decode a stream of data into a map of
TimeSeriesProcessor instances. |
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
CsvDecoder.decode(java.io.InputStream in,
java.util.List<TimeSeriesInfo<T>> seriesInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleTimeSeriesProcessor
This class provides a full implementation of a
TimeSeriesProcessor of Double values. |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesProcessor<T> |
TimeSeriesProcessorFactory.create()
Initializes a new instance of the
TimeSeriesProcessor class from the provided TimeSeriesBinding |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> |
LargestTriangleThreeBucketsTransform.apply(java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> m) |
protected abstract java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
TimeSeriesTransform.apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> series)
The actual transform implementation
|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
DecimationTransform.apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> m) |
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
TimeSeriesTransform.transform(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> series,
boolean enabled)
Applies the transform function to the provided series
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> |
LargestTriangleThreeBucketsTransform.apply(java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> m) |
protected abstract java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
TimeSeriesTransform.apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> series)
The actual transform implementation
|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
DecimationTransform.apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> m) |
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
TimeSeriesTransform.transform(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> series,
boolean enabled)
Applies the transform function to the provided series
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesProcessor<T> |
TimeSeriesInfo.getProcessor()
Gets the data processor for the series
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.Property<TimeSeriesProcessor<T>> |
TimeSeriesInfo.processorProperty()
The processor property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesInfo.setProcessor(TimeSeriesProcessor<T> processor)
Sets the data processor for the series
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> |
CsvFileAdapter.fetchDecodedData(java.lang.String path,
java.time.Instant begin,
java.time.Instant end,
java.util.List<TimeSeriesInfo<java.lang.Double>> seriesInfo,
boolean bypassCache) |
Copyright © 2018 Frederic Thevenet. All rights reserved.