urv.emulator.topology.graph
Class GraphInformation
java.lang.Object
urv.emulator.topology.graph.GraphInformation
public class GraphInformation
- extends java.lang.Object
This class stores information about a network graph
and the changes to be performed on the graph
- Author:
- Marcel Arrufat Arias
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphInformation
public GraphInformation()
GraphInformation
public GraphInformation(NetworkGraph<Node,Weight> graph,
GraphChanges changes)
- Parameters:
graph
- changes
-
getChanges
public GraphChanges getChanges()
- Returns:
- Returns the changes.
getGraph
public NetworkGraph<Node,Weight> getGraph()
- Returns:
- Returns the graph.