Package | Description |
---|---|
prefuse.data.expression |
Classes implementing an SQL-like expression language for filtering and manipulating data.
|
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticExpression
Expression supporting basic arithmetic: add, subtract, multiply,
divide, exponentiate (pow), and modulo (%).
|
class |
ComparisonPredicate
Predicate implementation that computes a comparison operation.
|
class |
RangePredicate
Predicate instance that evaluates if a value is contained within
a bounded range.
|
Copyright ? 2013 Regents of the University of California