Package | Description |
---|---|
prefuse.data.expression |
Classes implementing an SQL-like expression language for filtering and manipulating data.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteral
Literal expression of a boolean value.
|
class |
NumericLiteral
Literal expression of a numeric value.
|
class |
ObjectLiteral
Literal expression of an Object value.
|
Modifier and Type | Method and Description |
---|---|
static Literal |
Literal.getLiteral(java.lang.Object val)
Return the given object as a new Literal instance.
|
static Literal |
Literal.getLiteral(java.lang.Object val,
java.lang.Class type)
Return the given object as a new Literal instance.
|
static Literal |
Literal.getLiteral(Tuple t,
java.lang.String field)
Evaluate the given tuple and data field and return the
result as a new Literal instance.
|
Copyright ? 2013 Regents of the University of California