|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.query.Expression.Base
com.hp.hpl.jena.graph.query.Expression.Variable
public abstract static class Expression.Variable
An abstract base class for variable nodes; subclasses implement getName().
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.hp.hpl.jena.graph.query.Expression |
|---|
Expression.Application, Expression.Base, Expression.BoolConstant, Expression.Constant, Expression.Fixed, Expression.Util, Expression.Valof, Expression.Variable |
| Field Summary |
|---|
| Fields inherited from interface com.hp.hpl.jena.graph.query.Expression |
|---|
FALSE, TRUE |
| Constructor Summary | |
|---|---|
Expression.Variable()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
If this Expression is a variable, answer a [non-null] String which is its name. |
boolean |
isVariable()
Answer true iff this Expression represents a variable. |
| Methods inherited from class com.hp.hpl.jena.graph.query.Expression.Base |
|---|
argCount, equals, getArg, getFun, getValue, isApply, isConstant |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hp.hpl.jena.graph.query.Expression |
|---|
prepare |
| Constructor Detail |
|---|
public Expression.Variable()
| Method Detail |
|---|
public boolean isVariable()
Expression
isVariable in interface ExpressionisVariable in class Expression.Basepublic abstract java.lang.String getName()
Expression
getName in interface ExpressiongetName in class Expression.Base
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||