Uses of Class
bcds.phison.gm.Diameter

Packages that use Diameter
bcds.phison.gm Classes in this package extract measurable properties of a graph, its nodes or links. 
 

Uses of Diameter in bcds.phison.gm
 

Subclasses of Diameter in bcds.phison.gm
 class AvgPathLength<V,E>
          Computes the average of the shortest path lengths in the topology, where the link weights are all 1 (hop count).
 class Heterogeneity<V,E>
          Computes the heterogeneity of a topology as a GraphMetric.
 class MaxNodeDegree<V,E>
          Returns the highest node degree of a topology as a GraphMetric.
 class SymmetryRatio<V,E>
          Computes the symmetry ratio of a topology as a GraphMetric.