Interface ReachabilityIndexExt<T>

    • Method Detail

      • addEdges

        void addEdges​(@NotNull
                      T child,
                      @NotNull
                      List<T> parents)
        Extends index with additional edges from the specified child node to the given parent nodes
        Parameters:
        child - child node of interest, must not be present in the index
        parents - parent nodes of interest, must be present in the index