Class Summary |
BallExpansion |
Control to observe the ball expansion, that is,
the number of nodes that are
accessible from a given node in at most 1, 2, etc steps. |
Clustering |
Control to observe the clustering coefficient. |
ConnectivityObserver |
Reports statistics about connectivity properties of the network, such as
weakly or strongly connected clusters. |
DegreeStats |
Prints several statistics about the node degrees in the graph. |
GraphObserver |
Class that provides functionality for observing graphs. |
GraphPrinter |
Prints the whole graph in a given format. |
GraphStats |
Prints reports on the graph like average clustering and average path length,
based on random sampling of the nodes. |
MemoryObserver |
This observer reports memory utilization (max, total and
free, as defined by java.lang.Runtime ). |
RandRemoval |
It tests the network for robustness to random node removal. |