Class Diameter<U>
java.lang.Object
es.uam.eps.ir.relison.sna.metrics.distance.graph.Diameter<U>
- Type Parameters:
U
- Type of the users
- All Implemented Interfaces:
GraphMetric<U>
public class Diameter<U> extends java.lang.Object implements GraphMetric<U>
Computes the diameter of a network.
-
Field Summary
Fields Modifier and Type Field Description private DistanceCalculator<U>
dc
Distance calculator -
Constructor Summary
Constructors Constructor Description Diameter()
Constructor.Diameter(DistanceCalculator<U> dc)
Constructor. -
Method Summary
-
Field Details
-
dc
Distance calculator
-
-
Constructor Details
-
Method Details
-
compute
Description copied from interface:GraphMetric
Computes the value.- Specified by:
compute
in interfaceGraphMetric<U>
- Parameters:
graph
- graph metric.- Returns:
- the value of the metric.
-