Package | Description |
---|---|
prefuse.data.expression |
Classes implementing an SQL-like expression language for filtering and manipulating data.
|
prefuse.data.util |
Utility classes for supporting prefuse data structures, including
indexes, iterators, filters, and column projections.
|
Modifier and Type | Class and Description |
---|---|
class |
AndPredicate
Predicate representing an "and" clause of sub-predicates.
|
class |
CompositePredicate
Abstract base class for Predicate instances that maintain one or
more sub-predicates (clauses).
|
class |
NotPredicate
Predicate representing the negation of another predicate.
|
class |
OrPredicate
Predicate representing an "or" clause of sub-predicates.
|
class |
XorPredicate
Predicate representing an "xor" clause of sub-predicates.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidEdgePredicate
Filtering predicate over a potential edge table that indicates which
edges are valid edges according to a backing node table.
|
Copyright ? 2013 Regents of the University of California