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>dcDistance 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:GraphMetricComputes the value.- Specified by:
computein interfaceGraphMetric<U>- Parameters:
graph- graph metric.- Returns:
- the value of the metric.
-