Class WeaklyConnectedComponentTextObserver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int numComponent  
      (package private) java.io.PrintStream stream  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notifyEndComponent​(java.util.ArrayList<Node> nodes)
      Notify that the algorithm has computed a new component.
      void notifyNewNodeInComponent​(Node node)
      Notify that a new node has been found for the current component.
      void notifyStartComponent​(Node curNode)
      Notify that the algorithm is entering a new component.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait