Class ListenableUndirectedGraph

    • Constructor Detail

      • ListenableUndirectedGraph

        public ListenableUndirectedGraph()
        Creates a new listenable undirected simple graph.
      • ListenableUndirectedGraph

        public ListenableUndirectedGraph​(UndirectedGraph base)
        Creates a new listenable undirected graph.
        Parameters:
        base - the backing graph.