|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use prefuse.data.expression | |
---|---|
prefuse | The top-level Visualization and Display classes, as well as Constants used throughout the toolkit. |
prefuse.action | A library of reusable and composable modules for performing data processing or assigning visual attributes. |
prefuse.action.assignment | Action modules for assigning visual properties such as colors, sizes, and fonts. |
prefuse.action.filter | Action modules for visually filtering items by controlling their visibility. |
prefuse.action.layout | Action modules providing layout algorithms for use by prefuse visualizations. |
prefuse.controls | Control modules for incorporating interaction in prefuse Displays. |
prefuse.data | Table, Graph, and Tree data structures for organizing data. |
prefuse.data.column | Data columns for storing typed data within a data table. |
prefuse.data.event | Listener interfaces for monitoring prefuse data structures and expressions. |
prefuse.data.expression | Classes implementing an SQL-like expression language for filtering and manipulating data. |
prefuse.data.expression.parser | Parser/compiler for the prefuse expression language. |
prefuse.data.query | Dynamic query bindings and data range models for creating dynamic queries. |
prefuse.data.tuple | Implementing classes for data tuples, object proxies to a row of table data. |
prefuse.data.util | Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections. |
prefuse.render | Interfaces and modules for rendering VisualItems into a graphics context. |
prefuse.util | Utility classes for use by both the toolkit and applications, including color and font support. |
prefuse.visual | Classes for representing and storing VisualItems. |
prefuse.visual.expression | Expressions in the prefuse expression language that are specific to VisualItems. |
prefuse.visual.tuple | Implementations of VisualItem types and backing TupleManager instances. |
Classes in prefuse.data.expression used by prefuse | |
---|---|
AndPredicate
Predicate representing an "and" clause of sub-predicates. |
|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.action | |
---|---|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.action.assignment | |
---|---|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.action.filter | |
---|---|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.action.layout | |
---|---|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.controls | |
---|---|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.data | |
---|---|
Expression
An Expression is an arbitrary function that takes a single Tuple as an argument. |
|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.data.column | |
---|---|
Expression
An Expression is an arbitrary function that takes a single Tuple as an argument. |
Classes in prefuse.data.expression used by prefuse.data.event | |
---|---|
Expression
An Expression is an arbitrary function that takes a single Tuple as an argument. |
Classes in prefuse.data.expression used by prefuse.data.expression | |
---|---|
AbstractExpression
Abstract base class for Expression implementations. |
|
AbstractPredicate
Abstract base class for dedicated Predicate instances. |
|
BinaryExpression
Abstract base class for Expression implementations that maintain two sub-expressions. |
|
BooleanLiteral
Literal expression of a boolean value. |
|
CompositePredicate
Abstract base class for Predicate instances that maintain one or more sub-predicates (clauses). |
|
Expression
An Expression is an arbitrary function that takes a single Tuple as an argument. |
|
ExpressionVisitor
Visitor interface for objects that visit each sub-expression of an Expression instance, performing some computation or data collection. |
|
Function
Expression sub-interface representing a function in the prefuse expression language. |
|
Literal
Abstarct base class for a Literal Expression that evaluates to a constant value. |
|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.data.expression.parser | |
---|---|
Expression
An Expression is an arbitrary function that takes a single Tuple as an argument. |
|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.data.query | |
---|---|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.data.tuple | |
---|---|
Expression
An Expression is an arbitrary function that takes a single Tuple as an argument. |
|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.data.util | |
---|---|
AbstractExpression
Abstract base class for Expression implementations. |
|
AbstractPredicate
Abstract base class for dedicated Predicate instances. |
|
AndPredicate
Predicate representing an "and" clause of sub-predicates. |
|
ComparisonPredicate
Predicate implementation that computes a comparison operation. |
|
Expression
An Expression is an arbitrary function that takes a single Tuple as an argument. |
|
OrPredicate
Predicate representing an "or" clause of sub-predicates. |
|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
|
RangePredicate
Predicate instance that evaluates if a value is contained within a bounded range. |
Classes in prefuse.data.expression used by prefuse.render | |
---|---|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.util | |
---|---|
Expression
An Expression is an arbitrary function that takes a single Tuple as an argument. |
|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.visual | |
---|---|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.visual.expression | |
---|---|
AbstractExpression
Abstract base class for Expression implementations. |
|
ColumnExpression
Expression instance that returns the value stored in a Tuple data field. |
|
Expression
An Expression is an arbitrary function that takes a single Tuple as an argument. |
|
Function
Expression sub-interface representing a function in the prefuse expression language. |
|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
Classes in prefuse.data.expression used by prefuse.visual.tuple | |
---|---|
Predicate
A Predicate is a special type of Expression that carries the guarantee that the Expression.getBoolean(Tuple)
method is supported. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |