org.apache.ode.ql.tree.nodes
Interface LogicExprNode

All Superinterfaces:
Node, java.io.Serializable
All Known Implementing Classes:
AbstractLogicExpr, Conjunction, Disjunction

public interface LogicExprNode
extends Node


Method Summary
 java.util.Collection<LogicNode> getChilds()
           
 

Method Detail

getChilds

java.util.Collection<LogicNode> getChilds()