Class GraphAlgorithmStatusListener<V>

java.lang.Object
ghidra.graph.algo.GraphAlgorithmStatusListener<V>
Type Parameters:
V - the vertex type

public class GraphAlgorithmStatusListener<V> extends Object
An interface and state values used to follow the state of vertices as they are processed by algorithms
  • Field Details

    • totalStatusChanges

      protected int totalStatusChanges
  • Constructor Details

    • GraphAlgorithmStatusListener

      public GraphAlgorithmStatusListener()
  • Method Details

    • statusChanged

      public void statusChanged(V v, GraphAlgorithmStatusListener.STATUS s)
    • finished

      public void finished()
    • getTotalStatusChanges

      public int getTotalStatusChanges()