sim.portrayal.network.stats
Class DisplayableNetworkStatistics

java.lang.Object
  extended by sim.portrayal.network.stats.DisplayableNetworkStatistics

public class DisplayableNetworkStatistics
extends java.lang.Object


Field Summary
 Network net
           
 
Constructor Summary
DisplayableNetworkStatistics(Network net)
           
 
Method Summary
 double[] degreeDistribution(boolean out)
           
 java.lang.String[] degreeDistributionLabels()
           
 double getClusteringCoefficient()
           
 double getDensity()
           
 double getDiameterByEdge()
           
 double getDiameterByWeight()
           
 double getSymmetryCoefficient()
           
 double[] loglogScaleDegreeCCDF(boolean out)
           
 java.lang.String[] loglogScaleDegreeCCDFLabels()
           
 double[] nodeEccentricityDistribution(EdgeMetric metric)
           
 java.lang.String[] nodeEccentricityLabels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

net

public final Network net
Constructor Detail

DisplayableNetworkStatistics

public DisplayableNetworkStatistics(Network net)
Method Detail

getClusteringCoefficient

public double getClusteringCoefficient()

getDensity

public double getDensity()

getDiameterByEdge

public double getDiameterByEdge()

getDiameterByWeight

public double getDiameterByWeight()

getSymmetryCoefficient

public double getSymmetryCoefficient()

nodeEccentricityDistribution

public double[] nodeEccentricityDistribution(EdgeMetric metric)

nodeEccentricityLabels

public java.lang.String[] nodeEccentricityLabels()

degreeDistribution

public double[] degreeDistribution(boolean out)

degreeDistributionLabels

public java.lang.String[] degreeDistributionLabels()

loglogScaleDegreeCCDF

public double[] loglogScaleDegreeCCDF(boolean out)

loglogScaleDegreeCCDFLabels

public java.lang.String[] loglogScaleDegreeCCDFLabels()