Class DetailsDataFrame<N,​R,​C,​V,​Color,​Font>

  • All Implemented Interfaces:
    com.macrofocus.molap.dataframe.DataFrame<C,​java.lang.String,​java.lang.Object>

    public class DetailsDataFrame<N,​R,​C,​V,​Color,​Font>
    extends com.macrofocus.molap.dataframe.AbstractDataFrame<C,​java.lang.String,​java.lang.Object>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame

        com.macrofocus.molap.dataframe.AbstractDataFrame.ColumnSeries
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getColumnClass​(java.lang.String s)  
      com.macrofocus.molap.index.UniqueIndex<java.lang.String> getColumnIndex()  
      com.macrofocus.molap.series.Series<java.lang.String,​?> getRow​(C c)  
      java.lang.Class getRowClass​(C c)  
      com.macrofocus.molap.index.UniqueIndex<C> getRowIndex()  
      java.lang.Object getValueAt​(C c, java.lang.String s)  
      com.macrofocus.molap.dataframe.DataFrame join​(com.macrofocus.molap.series.Series series, java.lang.String[] strings)  
      protected void scheduleUpdate()  
      protected void updateImmediatelly()  
      • Methods inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame

        addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, columns, filter, getCentroid, getColumn, getColumnAddress, getColumnCount, getColumnKey, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getCube, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getRowAddress, getRowCount, getRowKey, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, notifyDataFrameChanged, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates, rows
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRowClass

        public java.lang.Class getRowClass​(C c)
      • getColumnClass

        public java.lang.Class getColumnClass​(java.lang.String s)
      • getValueAt

        public java.lang.Object getValueAt​(C c,
                                           java.lang.String s)
      • getRow

        public com.macrofocus.molap.series.Series<java.lang.String,​?> getRow​(C c)
      • getRowIndex

        public com.macrofocus.molap.index.UniqueIndex<C> getRowIndex()
      • getColumnIndex

        public com.macrofocus.molap.index.UniqueIndex<java.lang.String> getColumnIndex()
      • join

        public com.macrofocus.molap.dataframe.DataFrame join​(com.macrofocus.molap.series.Series series,
                                                             java.lang.String[] strings)
      • scheduleUpdate

        protected void scheduleUpdate()
      • updateImmediatelly

        protected void updateImmediatelly()