Interface FinalNode<N>

    • Method Detail

      • getFinalNode

        @Nullable N getFinalNode()
        Retrieves the final node, or null if this graph does not have a final node.
        Returns:
        the final node.