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

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

public class Disjunction
extends AbstractLogicExpr

See Also:
Serialized Form

Constructor Summary
Disjunction(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

Disjunction

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