de.fuberlin.wiwiss.d2rq.optimizer.expr
Class AttributeExprEx

java.lang.Object
  extended by de.fuberlin.wiwiss.d2rq.expr.Expression
      extended by de.fuberlin.wiwiss.d2rq.expr.AttributeExpr
          extended by de.fuberlin.wiwiss.d2rq.optimizer.expr.AttributeExprEx

public class AttributeExprEx
extends AttributeExpr

Extends AttributeExpr with a NodeMaker.

Author:
G. Mels

Field Summary
 
Fields inherited from class de.fuberlin.wiwiss.d2rq.expr.Expression
FALSE, TRUE
 
Constructor Summary
AttributeExprEx(Attribute attribute, NodeMaker nodeMaker)
           
 
Method Summary
 NodeMaker getNodeMaker()
           
 
Methods inherited from class de.fuberlin.wiwiss.d2rq.expr.AttributeExpr
attributes, equals, hashCode, isFalse, isTrue, renameAttributes, toSQL, toString
 
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

AttributeExprEx

public AttributeExprEx(Attribute attribute,
                       NodeMaker nodeMaker)
Method Detail

getNodeMaker

public NodeMaker getNodeMaker()