Class CentersLocationAlgorithmBase<V,E>

java.lang.Object
org.jgrapht.alg.centers.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 Details

    • CentersLocationAlgorithmBase

      public CentersLocationAlgorithmBase()
  • Method Details