Class CentersLocationAlgorithmBase<V,​E>

  • Type Parameters:
    V - the graph vertex type.
    E - the graph edge type.
    All Implemented Interfaces:
    CentersLocationAlgorithm<V,​E>
    Direct Known Subclasses:
    GonHeuristic

    public abstract class CentersLocationAlgorithmBase<V,​E>
    extends Object
    implements CentersLocationAlgorithm<V,​E>
    Base class for Centers Location algorithms.

    This class provides implementations of utilities for Centers Location classes.

    Author:
    Jose Alejandro Cornejo-Acosta
    • Constructor Detail

      • CentersLocationAlgorithmBase

        public CentersLocationAlgorithmBase()