Package prefuse.data.util

Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections.

See: Description

Package prefuse.data.util Description

Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections.

Indexes (Index) support efficient access to table rows organized by the data values of a particular column.

Filtered Iterators support selecting subsets of data from data tables. This includes optimized queries over table rows (using availabled indexes). Currently all query planning is performed by the FilterIteratorFactory class.

Column Projections filter out unwanted table columns, controlling what data fields are inherited by a CascadedTable.

Copyright ? 2013 Regents of the University of California