boolean |
Graph.equalLinks(Graph obj) |
Returns true if the clone graph contains all the links in graph, returns false otherwise
|
boolean |
Graph.equalNodes(Graph obj) |
Returns true if the clone graph contains all the node IDs in graph, returns false otherwise
|
java.util.ArrayList<ILink> |
Disconnectivity.getSuggestedLinks(Graph graph) |
Returns a list of suggestedLinks to increase graph connectivity
|
java.util.ArrayList<ILink> |
IDisconnectivity.getSuggestedLinks(Graph graph) |
Returns a list of suggested links to increase graph connectivity.
|
void |
Disconnectivity.setSuggestedLinks(ILink x,
Graph graph) |
Sets suggestedLinks
|
java.lang.String |
Disconnectivity.suggestedLinksToString(Graph graph) |
Gets a string representation of the suggested links from the graph
|
java.lang.String |
IDisconnectivity.suggestedLinksToString(Graph graph) |
Gets a string representation of the suggested links from the graph.
|
void |
Disconnectivity.suggestLinks(java.util.ArrayList<IGraph> partitionList,
Graph graph) |
Sends a list of suggested links to the graph
|
void |
IDisconnectivity.suggestLinks(java.util.ArrayList<IGraph> partitionList,
Graph graph) |
Sends a list of suggested links to the graph
|