org.apache.ode.ql.tree.nodes
Class AbstractLogicExpr

java.lang.Object
  extended by org.apache.ode.ql.tree.nodes.AbstractLogicExpr
All Implemented Interfaces:
java.io.Serializable, LogicExprNode, LogicNode, Node
Direct Known Subclasses:
Conjunction, Disjunction

public class AbstractLogicExpr
extends java.lang.Object
implements LogicExprNode, LogicNode

See Also:
Serialized Form

Constructor Summary
protected AbstractLogicExpr(java.util.Collection<LogicNode> childs)
           
 
Method Summary
 java.util.Collection<LogicNode> getChilds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLogicExpr

protected AbstractLogicExpr(java.util.Collection<LogicNode> childs)
Parameters:
childs -
Method Detail

getChilds

public java.util.Collection<LogicNode> getChilds()
Specified by:
getChilds in interface LogicExprNode
See Also:
LogicExprNode.getChilds()