|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.visualization.p2p.p2pnetworkvisualization.P2PNetworkVisualizationAlgorithm
Wrapper for P2PNetworkVisualization program
| Constructor Summary | |
P2PNetworkVisualizationAlgorithm(edu.uci.ics.jung.graph.Graph g,
java.lang.String title)
Constructor. |
|
| Method Summary | |
boolean |
execute()
Runs the algorithm. |
edu.uci.ics.jung.graph.Graph |
getGraph()
Get the network graph |
java.lang.String |
getTitle()
Get the title of the network graph |
void |
setGraph(edu.uci.ics.jung.graph.Graph graph)
Set the network graph to be visualized |
void |
setTitle(java.lang.String string)
Set the title of the network graph |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public P2PNetworkVisualizationAlgorithm(edu.uci.ics.jung.graph.Graph g,
java.lang.String title)
| Method Detail |
public boolean execute()
Algorithm
execute in interface AlgorithmAlgorithm.execute()public void setGraph(edu.uci.ics.jung.graph.Graph graph)
graph - public edu.uci.ics.jung.graph.Graph getGraph()
public java.lang.String getTitle()
public void setTitle(java.lang.String string)
string - title
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||