Class VerticesHaveEdgesAnalyzer<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,​Boolean>

    public class VerticesHaveEdgesAnalyzer<V,​E>
    extends Object
    implements GraphAnalyzer<V,​E,​Boolean>

    Analyzes if every vertex in the graph has at least a single edge

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • VerticesHaveEdgesAnalyzer

        public VerticesHaveEdgesAnalyzer()