Interface InitialNode<N>

    • Method Detail

      • getInitialNode

        @Nullable N getInitialNode()
        Retrieves the initial node, or null if this graph does not have an initial node.
        Returns:
        the initial node.