Interface NodeManager<T>

    • Method Detail

      • getNumberOfNodes

        int getNumberOfNodes()
        Returns:
        the number of nodes in this graph
      • addNode

        void addNode​(T n)
        add a node to this graph
      • containsNode

        boolean containsNode​(T n)
        Returns:
        true iff the graph contains the specified node