Package com.macrofocus.molap.dataframe
Provides the necessary classes and interfaces for dealing with indexed table structures.
-
Interface Summary Interface Description ClosestDataFrame.Excluder<R> ColumnMajorDataFrame.Column<R,V> ColumnMajorDataFrame.Row<C,V> CombinedDataFrame.CombinedRecipe<R,C> DataFrame<Row,Column,V> An indexed table structure, i.e.DataFrameFactory Factory for supporting the most common ways of instantiatingDataFrame
object.DataFrameFactory.Callback DataFrameListener<R,C> The listener interface for receiving "interesting" events about a selection.DerivedDataFrame.Column<R,V> DerivedDataFrame.ColumnListener<R,V> FilterDataFrame.Condition<R,C,V> MutableDataFrame<R,C,V> Defines the requirements for a data frame that can change.ReIndexedDataFrame.ReIndexRecipe<R,C> ReMappedDataFrame.ReMappedRecipe<R,C> SelectDataFrame.IndexRecipe<O,E> SortKey<Column> WrappedDataFrame.Column<R,C,V> WrappedDataFrame.ColumnListener<R,C,V> -
Class Summary Class Description AbstractDataFrame<Row,Column,V> This class provides a skeletal implementation of the DataFrame interface to minimize the effort required to implement this interface.AbstractDataFrameFactory AbstractMutableDataFrame<R,C,V> AppendAndReindexDataFrame<Row,Column,V> AppendDataFrame<Row,Column,V> ArcGISJsonDataFrame AsyncDataFrame<R,C,V> Created by luc on 22.04.17.CachedDataFrame<R,C,V> ClosestDataFrame<R,C,V> Created by luc on 13/07/15.ColumnMajorDataFrame<R extends ColumnMajorDataFrame.Row<C,V>,C extends ColumnMajorDataFrame.Column<R,V>,V> Created by luc on 09/03/16.ColumnOrderDataFrame<R,C,V> Created by luc on 25/11/15.CombinedDataFrame<R,C,V> CombinedDataFrame.LeftJoinCombinedRecipe<R,C> CombinedDataFrame.UnionCombinedRecipe<R,C> CovarianceDataFrame<R,C> CPDataFrameFactory DataFrameEvent<R,C> An event that characterizes a change in a data frame.DataFrameHelper Deprecated. DataFrameHelper.ColumnStatistics DataFrameStatistics Deprecated. DefaultDataFrame<V> A data frame with direct integer indexing on the rows and textual indexing on the columns.DelegatedDataFrame<R,C,V> DerivedDataFrame<R,C,V> Created by luc on 09/03/16.DerivedDataFrame.AbstractColumn<R,V> DerivedDataFrame.ColumnEvent<R,V> DerivedDataFrame.DataFrameColumn<R,C,V> DerivedDataFrame.DerivedColumn<R,C,V> EmptyDataFrame FilterDataFrame<R,C,V> A row filterable data frame.HeadDataFrame<R,C,V> Created by luc on 13/07/15.IndexedDataFrame<R,V> An indexed data frame.JavaDataFrameFactory JavaDataFrameFactory.ApacheAccessLog This class represents an Apache access log line.JsonDataFrame MinMaxDataFrame<C> MultipageDataFrame<R,C,V> Created by luc on 28/08/15.NumberDataFrame<R,C> ReIndexedDataFrame<R,C,V,X,Y> A reindexed data frame.ReMappedDataFrame<R,C,V> A reindexed data frame.ScaledDataFrame<R,C> SelectDataFrame<R,C,V,X,Y> SelectDataFrame.OriginalRecipe<E> SelectDataFrame.SelectRecipe<O,E> SelectionDataFrame<R,C,V> A row filterable data frame.SingleSortKey<Column> Created by luc on 27/08/15.TailDataFrame<R,C,V> Created by luc on 13/07/15.WrappedDataFrame<R,C,V> Created by luc on 09/03/16.WrappedDataFrame.AbstractColumn<R,C,V> WrappedDataFrame.ColumnEvent<R,C,V> WrappedDataFrame.DataFrameColumn<R,C,V> WrappedDataFrame.DerivedColumn<R,C,V> WrappedDataFrame.NamedTypedColumn<R,V> WrappedDataFrame.SumColumn<R,C,V> -
Enum Summary Enum Description JavaDataFrameFactory.AccessLogColumn MinMaxDataFrame.Row SortOrder SortOrder is an enumeration of the possible sort orderings.