
it.unibz.inf.ontop.iq.BinaryNonCommutativeIQTree Maven / Gradle / Ivy
package it.unibz.inf.ontop.iq;
import it.unibz.inf.ontop.iq.node.BinaryNonCommutativeOperatorNode;
/**
* See IntermediateQueryFactory for creating a new instance.
*/
public interface BinaryNonCommutativeIQTree extends CompositeIQTree {
IQTree getLeftChild();
IQTree getRightChild();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy