Class GraphAlgorithmStatusListener<V>

  • Type Parameters:
    V - the vertex type

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

      • totalStatusChanges

        protected int totalStatusChanges
    • Constructor Detail

      • GraphAlgorithmStatusListener

        public GraphAlgorithmStatusListener()