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