Uses of Class
urv.emulator.topology.graph.GraphChanges

Packages that use GraphChanges
urv.emulator.topology.graph   
 

Uses of GraphChanges in urv.emulator.topology.graph
 

Methods in urv.emulator.topology.graph that return GraphChanges
 GraphChanges GraphInformation.getChanges()
           
 

Constructors in urv.emulator.topology.graph with parameters of type GraphChanges
GraphInformation(NetworkGraph<Node,Weight> graph, GraphChanges changes)