Class NumberOfEdgesAnalyzer<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 NumberOfEdgesAnalyzer<V,​E>
    extends Object
    implements GraphAnalyzer<V,​E,​Integer>

    Returns the number of edges in the graph state

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • NumberOfEdgesAnalyzer

        public NumberOfEdgesAnalyzer()