urv.emulator.topology.graph
Class GraphInformation

java.lang.Object
  extended by 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

Constructor Summary
GraphInformation()
           
GraphInformation(NetworkGraph<Node,Weight> graph, GraphChanges changes)
           
 
Method Summary
 GraphChanges getChanges()
           
 NetworkGraph<Node,Weight> getGraph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphInformation

public GraphInformation()

GraphInformation

public GraphInformation(NetworkGraph<Node,Weight> graph,
                        GraphChanges changes)
Parameters:
graph -
changes -
Method Detail

getChanges

public GraphChanges getChanges()
Returns:
Returns the changes.

getGraph

public NetworkGraph<Node,Weight> getGraph()
Returns:
Returns the graph.