Package com.jgalgo

Interface BiConnectedComponentsAlgo.Builder

    • Method Detail

      • build

        BiConnectedComponentsAlgo build()
        Create a new algorithm object for bi-connected components computation.
        Returns:
        a new bi-connected components algorithm
      • setOption

        default BuilderType setOption​(String key,
                                      Object value)
        [TL;DR Don't call me!] Set an option.

        The builder might support different options to customize its implementation. These options never change the behavior of the algorithm, only its internal implementation. The possible options are not exposed as 'public' because they are not part of the API and may change in the future.

        These options are mainly for debug and benchmark purposes.

        Parameters:
        key - the option key
        value - the option value
        Returns:
        this builder