Uses of Class
prefuse.data.expression.BinaryExpression

Packages that use BinaryExpression
prefuse.data.expression Classes implementing an SQL-like expression language for filtering and manipulating data. 
 

Uses of BinaryExpression in prefuse.data.expression
 

Subclasses of BinaryExpression in prefuse.data.expression
 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 © 2007 Regents of the University of California