Frames | No Frames |
Methods which throw type org.objectweb.medor.api.QueryNodeException | |
QueryNode | BasicBinaryUnaryQueryNodeFactory.createQueryNode(QueryTree leftChild, QueryTree rightChild, short operationType, Expression filter, TupleStructure tupleStructure) |
QueryNode | BasicBinaryUnaryQueryNodeFactory.createQueryNode(QueryTree child, short operationType, Expression filter, TupleStructure tupleStructure) |
Methods which throw type org.objectweb.medor.api.QueryNodeException | |
QueryNode | BinaryUnaryQueryNodeFactory.createQueryNode(QueryTree leftChild, QueryTree rightChild, short operationType, Expression filter, TupleStructure tupleStructure) |
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 | QueryNodeFactory.createQueryNode(QueryTree children, short OperationType, Expression filter, TupleStructure tupleStructure) This methods creates the links between the children QueryTrees and
the created QueryNode. |