Package prefuse.data.expression

Classes implementing an SQL-like expression language for filtering and manipulating data.

See: Description

Package prefuse.data.expression Description

Classes implementing an SQL-like expression language for filtering and manipulating data. The base type of the language, Expression, represents a calculation over a single tuple at a time. Expressions can be created programatically by instantiating the desired classes of this package, or can be compiled from a textual language with a SQL-like syntax by the ExpressionParser class.

Copyright ? 2013 Regents of the University of California