Class NumberOfVertexAnalyzer<V,​E>

  • Type Parameters:
    V - the type of the decorated vertex value
    E - the type of the decorated edge value
    All Implemented Interfaces:
    GraphAnalyzer<V,​E,​Integer>

    public class NumberOfVertexAnalyzer<V,​E>
    extends Object
    implements GraphAnalyzer<V,​E,​Integer>

    Returns the number of vertices in ghe graph state

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • NumberOfVertexAnalyzer

        public NumberOfVertexAnalyzer()