Package ghidra.graph.algo
Class GraphAlgorithmStatusListener<V>
java.lang.Object
ghidra.graph.algo.GraphAlgorithmStatusListener<V>
- Type Parameters:
V
- the vertex type
An interface and state values used to follow the state of vertices as they are processed by
algorithms
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
totalStatusChanges
protected int totalStatusChanges
-
-
Constructor Details
-
GraphAlgorithmStatusListener
public GraphAlgorithmStatusListener()
-
-
Method Details
-
statusChanged
-
finished
public void finished() -
getTotalStatusChanges
public int getTotalStatusChanges()
-