Uses of Class
urv.util.graph.Node

Packages that use Node
urv.emulator   
urv.emulator.topology.graph   
urv.util.graph   
 

Uses of Node in urv.emulator
 

Methods in urv.emulator that return Node
 Node VirtualAddressGenerator.getNodeNumber(java.net.InetAddress addr)
          Returns the node number of the node from the given InetAddress
 

Methods in urv.emulator with parameters of type Node
 java.net.InetAddress VirtualAddressGenerator.getInetAddress(Node nodeNumber)
          Returns the InetAddress of the node from the given node number
 

Uses of Node in urv.emulator.topology.graph
 

Methods in urv.emulator.topology.graph that return types with arguments of type Node
 NetworkGraph<Node,Weight> GraphInformation.getGraph()
           
 

Method parameters in urv.emulator.topology.graph with type arguments of type Node
 boolean GraphChanges.performChangesUntilTimeInterval(java.lang.Integer currentTimeInterval, NetworkGraph<Node,Weight> networkGraph)
          Performs the changes stored whose timeInterval is less than currentTimeInterval
 

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

Uses of Node in urv.util.graph
 

Methods in urv.util.graph that return Node
 Node Node.setValue(java.lang.Object o)