Interface ChildGenerationLogic<P extends NodeProperties,​S extends NodeState,​N extends LocalNode<P,​S,​N>>

    • Method Detail

      • generateChild

        N generateChild​(N parent)
      • hasChildrenLeft

        boolean hasChildrenLeft​(N parent)
      • potentialChildrenCount

        int potentialChildrenCount​(N parent)
      • potentialFutureChildren

        java.lang.Iterable<N> potentialFutureChildren​(N parent)