All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> |
extractChildren(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<AbstractMap.SimpleImmutableEntry<IQTree,IQTree>> newChildren) |
IQTree |
transformAggregation(IQTree tree,
AggregationNode aggregationNode,
IQTree child) |
protected IQTree |
transformBinaryNonCommutativeNode(IQTree tree,
BinaryNonCommutativeOperatorNode rootNode,
IQTree leftChild,
IQTree rightChild) |
protected it.unibz.inf.ontop.com.google.common.collect.ImmutableList<AbstractMap.SimpleImmutableEntry<IQTree,IQTree>> |
transformChildren(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
IQTree |
transformConstruction(IQTree tree,
ConstructionNode rootNode,
IQTree child) |
IQTree |
transformDistinct(IQTree tree,
DistinctNode rootNode,
IQTree child) |
IQTree |
transformEmpty(EmptyNode node) |
IQTree |
transformExtensionalData(ExtensionalDataNode dataNode) |
IQTree |
transformFilter(IQTree tree,
FilterNode rootNode,
IQTree child) |
IQTree |
transformInnerJoin(IQTree tree,
InnerJoinNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
IQTree |
transformIntensionalData(IntensionalDataNode dataNode) |
IQTree |
transformLeftJoin(IQTree tree,
LeftJoinNode rootNode,
IQTree leftChild,
IQTree rightChild) |
protected IQTree |
transformNaryCommutativeNode(IQTree tree,
NaryOperatorNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
IQTree |
transformNonStandardBinaryNonCommutativeNode(IQTree tree,
BinaryNonCommutativeOperatorNode rootNode,
IQTree leftChild,
IQTree rightChild) |
IQTree |
transformNonStandardLeafNode(LeafIQTree leafNode) |
IQTree |
transformNonStandardNaryNode(IQTree tree,
NaryOperatorNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |
IQTree |
transformNonStandardUnaryNode(IQTree tree,
UnaryOperatorNode rootNode,
IQTree child) |
IQTree |
transformOrderBy(IQTree tree,
OrderByNode rootNode,
IQTree child) |
IQTree |
transformSlice(IQTree tree,
SliceNode sliceNode,
IQTree child) |
IQTree |
transformTrue(TrueNode node) |
IQTree |
transformUnion(IQTree tree,
UnionNode rootNode,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<IQTree> children) |