public interface Predicate extends Expression
Expression.getBoolean(Tuple)
method is supported. Predicates are particularly useful for issuing
queries to prefuse data structures. To create a Predicate, one can
either instantiate the desired Predicate instances directly, or
write a parseable textual expression. The documentation for the
ExpressionParser
class includes
a full reference for prefuse's textual expression language.addExpressionListener, get, getBoolean, getDouble, getFloat, getInt, getLong, getType, removeExpressionListener, visit
Copyright ? 2013 Regents of the University of California