Uses of Class
prefuse.data.expression.CompositePredicate

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

Uses of CompositePredicate in prefuse.data.expression
 

Subclasses of CompositePredicate in prefuse.data.expression
 class AndPredicate
          Predicate representing an "and" clause of sub-predicates.
 class OrPredicate
          Predicate representing an "or" clause of sub-predicates.
 class XorPredicate
          Predicate representing an "xor" clause of sub-predicates.
 



Copyright © 2007 Regents of the University of California