Interface GenericPlanNode<T>


  • public interface GenericPlanNode<T>
    Author:
    HÃ¥vard Mikkelsen Ottestad
    • Method Detail

      • iterator

        org.eclipse.rdf4j.common.iteration.CloseableIteration<T,​SailException> iterator()
      • depth

        int depth()
      • getPlanAsGraphvizDot

        void getPlanAsGraphvizDot​(StringBuilder stringBuilder)