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

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

public class Conjunction
extends AbstractLogicExpr

See Also:
Serialized Form

Constructor Summary
Conjunction(java.util.Collection<LogicNode> childs)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.ql.tree.nodes.AbstractLogicExpr
getChilds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conjunction

public Conjunction(java.util.Collection<LogicNode> childs)
Parameters:
childs -