Staging
v0.5.0
https://repo1.maven.org/maven2/org/prefuse/prefuse
Raw File
package.html
<body>
<p>Classes implementing an SQL-like expression language for filtering and manipulating data.
The base type of the language, {@link prefuse.data.expression.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
{@link prefuse.data.expression.parser.ExpressionParser} class.</p>
</body>
back to top