|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.javanetworkanalyzer.analyzers.GeneralizedGraphAnalyzer<V,E>
public abstract class GeneralizedGraphAnalyzer<V,E>
Root class of all classes that do some type of analysis on graphs (centrality, connectedness, etc.).
| Field Summary | |
|---|---|
protected org.jgrapht.Graph<V,E> |
graph
The graph to be analyzed. |
protected int |
nodeCount
The number of nodes in this graph. |
protected Set<V> |
nodeSet
The set of nodes of this graph. |
| Constructor Summary | |
|---|---|
GeneralizedGraphAnalyzer(org.jgrapht.Graph<V,E> graph)
Initializes a new instance of a graph analyzer with the given ProgressMonitor. |
|
| Method Summary | |
|---|---|
org.jgrapht.Graph<V,E> |
getGraph()
Returns the graph this analyzer is using. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.jgrapht.Graph<V,E> graph
protected final Set<V> nodeSet
protected final int nodeCount
| Constructor Detail |
|---|
public GeneralizedGraphAnalyzer(org.jgrapht.Graph<V,E> graph)
ProgressMonitor.
graph - The graph to be analyzed.pm - The ProgressMonitor to be used.| Method Detail |
|---|
public org.jgrapht.Graph<V,E> getGraph()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||