|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprefuse.data.expression.AbstractExpression
prefuse.visual.expression.GroupExpression
prefuse.visual.expression.QueryExpression
public class QueryExpression
Expression that returns the current query string of a data group of the type
SearchTupleSet. The data group name is provided
by a String-valued sub-expression.
| Field Summary |
|---|
| Fields inherited from class prefuse.visual.expression.GroupExpression |
|---|
m_group |
| Fields inherited from interface prefuse.data.expression.Function |
|---|
VARARGS |
| Constructor Summary | |
|---|---|
QueryExpression()
Create a new QueryExpression. |
|
QueryExpression(java.lang.String group)
Create a new QueryExpression. |
|
| Method Summary | |
|---|---|
java.lang.Object |
get(Tuple t)
By default, throws an UnsupportedOperationException. |
java.lang.String |
getName()
Get the name of this function. |
java.lang.Class |
getType(Schema s)
Returns the type that this expression evaluates to when tuples with the given Schema are provided as input. |
| Methods inherited from class prefuse.visual.expression.GroupExpression |
|---|
addParameter, getGroup, getParameterCount, toString |
| Methods inherited from class prefuse.data.expression.AbstractExpression |
|---|
addChildListeners, addExpressionListener, expressionChanged, fireExpressionChange, getBoolean, getDouble, getFloat, getInt, getLong, hasListeners, removeChildListeners, removeExpressionListener, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface prefuse.data.expression.Expression |
|---|
addExpressionListener, getBoolean, getDouble, getFloat, getInt, getLong, removeExpressionListener, visit |
| Constructor Detail |
|---|
public QueryExpression()
public QueryExpression(java.lang.String group)
group - @param group the data group name to use as a parameter| Method Detail |
|---|
public java.lang.String getName()
Function
Function.getName()public java.lang.Class getType(Schema s)
Expression
Expression.getType(prefuse.data.Schema)public java.lang.Object get(Tuple t)
AbstractExpression
get in interface Expressionget in class AbstractExpressiont - the input Tuple
Expression.get(prefuse.data.Tuple)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||