Interface NodeAcceptance<N>

  • Type Parameters:
    N - node class
    All Known Subinterfaces:
    AcceptanceGraph<N,​E>

    public interface NodeAcceptance<N>
    Node acceptance concept, for Graphs that represent a structure for deciding acceptance or rejection.
    • Method Detail

      • isAcceptingNode

        boolean isAcceptingNode​(N node)
        Checks whether a node is an accepting node.
        Parameters:
        node - the node
        Returns:
        true if the given node is an accepting node, false otherwise.