sim.portrayal.network.stats
Class SocialNetworkInspector
java.lang.Object
Inspector
sim.portrayal.network.stats.SocialNetworkInspector
public class SocialNetworkInspector
- extends Inspector
An inspector for Networks which provides basic network statistical information of interest to the user.
At present this includes:
- Clustering Coefficient
- Density
- Weighted Diameter (if any)
- Unweighted Diameter
- Symmetry Coefficient
- Weighted Node Eccentricity Distribution
- Unweighted Node Eccentricity Distribution
- In-Degree Distribution
- Out-Degree Distribution
- In-Degree LogLogScale Degree CCDF
- Out-Degree LogLogScale Degree CCDF
Once set to a Network, this inspector can be attached to a Display2D or Display3D.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialNetworkInspector
public SocialNetworkInspector()
setField
public void setField(Network field,
GUIState state)
updateInspector
public void updateInspector()