public class ChildTransformer extends DefaultNonRecursiveIQTreeTransformer
| Constructor and Description |
|---|
ChildTransformer(IntermediateQueryFactory iqFactory,
IQTreeTransformer transformer) |
| Modifier and Type | Method and Description |
|---|---|
protected IQTree |
transformBinaryNonCommutativeNode(IQTree tree,
BinaryNonCommutativeOperatorNode rootNode,
IQTree leftChild,
IQTree rightChild) |
protected IQTree |
transformLeaf(LeafIQTree leaf) |
protected IQTree |
transformNaryCommutativeNode(IQTree tree,
NaryOperatorNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
protected IQTree |
transformUnaryNode(IQTree tree,
UnaryOperatorNode rootNode,
IQTree child) |
transformAggregation, transformConstruction, transformDistinct, transformEmpty, transformExtensionalData, transformFilter, transformInnerJoin, transformIntensionalData, transformLeftJoin, transformNonStandardBinaryNonCommutativeNode, transformNonStandardLeafNode, transformNonStandardNaryNode, transformNonStandardUnaryNode, transformOrderBy, transformSlice, transformTrue, transformUnionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformpublic ChildTransformer(IntermediateQueryFactory iqFactory, IQTreeTransformer transformer)
protected IQTree transformLeaf(LeafIQTree leaf)
transformLeaf in class DefaultNonRecursiveIQTreeTransformerprotected IQTree transformUnaryNode(IQTree tree, UnaryOperatorNode rootNode, IQTree child)
transformUnaryNode in class DefaultNonRecursiveIQTreeTransformerprotected IQTree transformNaryCommutativeNode(IQTree tree, NaryOperatorNode rootNode, it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children)
transformNaryCommutativeNode in class DefaultNonRecursiveIQTreeTransformerprotected IQTree transformBinaryNonCommutativeNode(IQTree tree, BinaryNonCommutativeOperatorNode rootNode, IQTree leftChild, IQTree rightChild)
transformBinaryNonCommutativeNode in class DefaultNonRecursiveIQTreeTransformerCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.