|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkGraph | |
---|---|
org.jgroups.protocols | |
urv.emulator.topology.graph | |
urv.machannel | |
urv.olsr.mcast | |
urv.olsr.message | |
urv.omolsr.data | |
urv.omolsr.util |
Uses of NetworkGraph in org.jgroups.protocols |
---|
Methods in org.jgroups.protocols with parameters of type NetworkGraph | |
---|---|
java.lang.Object |
OLSR.passUpdateEvent(NetworkGraph<OLSRNode,Weight> networkGraph,
RoutingTable routingTable)
Passes an update (VIEW_CHANGE) event up to the stack |
Uses of NetworkGraph in urv.emulator.topology.graph |
---|
Methods in urv.emulator.topology.graph that return NetworkGraph | |
---|---|
NetworkGraph<Node,Weight> |
GraphInformation.getGraph()
|
Methods in urv.emulator.topology.graph with parameters of type NetworkGraph | |
---|---|
boolean |
GraphChanges.performChangesUntilTimeInterval(java.lang.Integer currentTimeInterval,
NetworkGraph<Node,Weight> networkGraph)
Performs the changes stored whose timeInterval is less than currentTimeInterval |
Constructors in urv.emulator.topology.graph with parameters of type NetworkGraph | |
---|---|
GraphInformation(NetworkGraph<Node,Weight> graph,
GraphChanges changes)
|
Uses of NetworkGraph in urv.machannel |
---|
Methods in urv.machannel that return NetworkGraph | |
---|---|
NetworkGraph<OLSRNode,Weight> |
MChannelImpl.getNetworkGraph()
|
NetworkGraph<OLSRNode,Weight> |
MChannel.getNetworkGraph()
Retrieves the NetworkGraph with the topology below us |
Uses of NetworkGraph in urv.olsr.mcast |
---|
Methods in urv.olsr.mcast that return NetworkGraph | |
---|---|
NetworkGraph<OLSRNode,Weight> |
MulticastNetworkGraph.computeContractedGraph(java.lang.String mcastAddr)
Computes the contracted graph for the specified group |
Constructors in urv.olsr.mcast with parameters of type NetworkGraph | |
---|---|
TopologyEvent(NetworkGraph<OLSRNode,Weight> networkGraph,
RoutingTable routingTable,
OLSRNode localNode)
|
Uses of NetworkGraph in urv.olsr.message |
---|
Methods in urv.olsr.message with parameters of type NetworkGraph | |
---|---|
java.lang.Object |
OLSRMessageUpper.passUpdateEvent(NetworkGraph<OLSRNode,Weight> mcastNetworkGraph,
RoutingTable routingTable)
|
Uses of NetworkGraph in urv.omolsr.data |
---|
Methods in urv.omolsr.data that return NetworkGraph | |
---|---|
NetworkGraph<OLSRNode,Weight> |
OMOLSRNetworkGraph.computeMinimumSpanningTree(OLSRNode localNode)
|
NetworkGraph<OLSRNode,Weight> |
OMOLSRNetworkGraph.getNetworkGraphCopy()
|
Constructors in urv.omolsr.data with parameters of type NetworkGraph | |
---|---|
OMOLSRNetworkGraph(NetworkGraph<OLSRNode,Weight> graph)
|
Uses of NetworkGraph in urv.omolsr.util |
---|
Methods in urv.omolsr.util that return NetworkGraph | |
---|---|
NetworkGraph<N,W> |
GraphUtils.computeMinimumSpanningTree(NetworkGraph<N,W> graph,
N source)
Computes a minimum spanning tree for the specified graph and source node |
Methods in urv.omolsr.util with parameters of type NetworkGraph | |
---|---|
NetworkGraph<N,W> |
GraphUtils.computeMinimumSpanningTree(NetworkGraph<N,W> graph,
N source)
Computes a minimum spanning tree for the specified graph and source node |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |