Uses of Class
org.objectweb.medor.api.QueryNodeException

Packages that use QueryNodeException
org.objectweb.medor.query.api   
org.objectweb.medor.query.lib   
 

Uses of QueryNodeException in org.objectweb.medor.query.api
 

Methods in org.objectweb.medor.query.api that throw QueryNodeException
 QueryNode BinaryUnaryQueryNodeFactory.createQueryNode(QueryTree child, short operationType, Expression filter, TupleStructure tupleStructure)
          This methods creates the links between the children QueryTrees and the created QueryNode.
 QueryNode BinaryUnaryQueryNodeFactory.createQueryNode(QueryTree leftChild, QueryTree rightChild, short operationType, Expression filter, TupleStructure tupleStructure)
           
 QueryNode QueryNodeFactory.createQueryNode(QueryTree[] children, short OperationType, Expression filter, TupleStructure tupleStructure)
          This methods creates the links between the children QueryTrees and the created QueryNode.
 

Uses of QueryNodeException in org.objectweb.medor.query.lib
 

Methods in org.objectweb.medor.query.lib that throw QueryNodeException
 QueryNode BasicBinaryUnaryQueryNodeFactory.createQueryNode(QueryTree child, short operationType, Expression filter, TupleStructure tupleStructure)
           
 QueryNode BasicBinaryUnaryQueryNodeFactory.createQueryNode(QueryTree leftChild, QueryTree rightChild, short operationType, Expression filter, TupleStructure tupleStructure)