|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fuberlin.wiwiss.d2rq.expr.Expression
de.fuberlin.wiwiss.d2rq.expr.Constant
de.fuberlin.wiwiss.d2rq.optimizer.expr.ConstantEx
public class ConstantEx
Extends a Constant
with a Node
.
Field Summary |
---|
Fields inherited from class de.fuberlin.wiwiss.d2rq.expr.Expression |
---|
FALSE, TRUE |
Constructor Summary | |
---|---|
ConstantEx(String value,
Attribute attributeForTrackingType,
Node node)
|
|
ConstantEx(String value,
Node node)
|
Method Summary | |
---|---|
Node |
getNode()
|
Methods inherited from class de.fuberlin.wiwiss.d2rq.expr.Constant |
---|
attributes, equals, hashCode, isFalse, isTrue, renameAttributes, toSQL, toString, value |
Methods inherited from class de.fuberlin.wiwiss.d2rq.expr.Expression |
---|
and, or |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConstantEx(String value, Attribute attributeForTrackingType, Node node)
public ConstantEx(String value, Node node)
Method Detail |
---|
public Node getNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |