Package com.macrofocus.molap.timeseries
Class TimeSeriesDataFrames.DefaultStatic
- java.lang.Object
-
- com.macrofocus.molap.dataframe.AbstractDataFrame<R,C,V>
-
- com.macrofocus.molap.dataframe.AbstractMutableDataFrame<R,C,V>
-
- com.macrofocus.molap.dataframe.ReIndexedDataFrame<MultiKey,C,V,R,C>
-
- com.macrofocus.molap.timeseries.TimeSeriesDataFrames.DefaultStatic
-
- All Implemented Interfaces:
DataFrame<MultiKey,C,V>
,MutableDataFrame<MultiKey,C,V>
,TimeSeriesDataFrames.Static<MultiKey,C,V>
- Enclosing class:
- TimeSeriesDataFrames<R,C,V>
public class TimeSeriesDataFrames.DefaultStatic extends ReIndexedDataFrame<MultiKey,C,V,R,C> implements TimeSeriesDataFrames.Static<MultiKey,C,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.macrofocus.molap.dataframe.ReIndexedDataFrame
ReIndexedDataFrame.ReIndexRecipe<R,C>
-
Nested classes/interfaces inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame
AbstractDataFrame.ColumnSeries
-
-
Field Summary
-
Fields inherited from class com.macrofocus.molap.dataframe.ReIndexedDataFrame
dataFrame
-
-
Constructor Summary
Constructors Constructor Description DefaultStatic(DataFrame<R,C,V> dataFrame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.macrofocus.selection.MutableSingleSelection<java.lang.Long>
getTime()
-
Methods inherited from class com.macrofocus.molap.dataframe.ReIndexedDataFrame
columns, dataFrameChanged, getColumn, getColumnAddress, getColumnClass, getColumnCount, getColumnIndex, getColumnKey, getRow, getRowAddress, getRowClass, getRowCount, getRowIndex, getRowKey, getValueAt, join, rows, setRecipe, setValueAt
-
Methods inherited from class com.macrofocus.molap.dataframe.AbstractMutableDataFrame
reindexRows, reindexRows
-
Methods inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame
addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, filter, getCentroid, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getCube, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, notifyDataFrameChanged, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.molap.dataframe.DataFrame
addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, columns, filter, getCentroid, getColumn, getColumnAddress, getColumnClass, getColumnCount, getColumnIndex, getColumnKey, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getRow, getRowAddress, getRowClass, getRowCount, getRowIndex, getRowKey, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getValueAt, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, join, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates, rows
-
Methods inherited from interface com.macrofocus.molap.dataframe.MutableDataFrame
reindexRows, reindexRows
-
-