Package com.macrofocus.high_d.details
Class DetailsDataFrame<R,C,V,Color,Font>
- java.lang.Object
-
- com.macrofocus.molap.dataframe.AbstractDataFrame<C,java.lang.String,java.lang.Object>
-
- com.macrofocus.high_d.details.DetailsDataFrame<R,C,V,Color,Font>
-
- All Implemented Interfaces:
com.macrofocus.molap.dataframe.DataFrame<C,java.lang.String,java.lang.Object>
public class DetailsDataFrame<R,C,V,Color,Font> extends com.macrofocus.molap.dataframe.AbstractDataFrame<C,java.lang.String,java.lang.Object>
-
-
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
-
-
-
-
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()
-
-