be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy.RoutingAlgorithms
Class RoutingMatrix

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy.RoutingAlgorithms.RoutingMatrix

public class RoutingMatrix
extends java.lang.Object

Creation date: 24 avr. 2007

Author:
Simon Balon (balon@run.montefiore.ulg.ac.be)

Constructor Summary
RoutingMatrix(Domain domain)
           
 
Method Summary
 void addValue(int srcNodeId, int dstNodeId, int linkId, float value)
           
 float[] computeLinkLoads(TrafficMatrix tm)
           
 void resetAllValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingMatrix

public RoutingMatrix(Domain domain)
Method Detail

resetAllValues

public void resetAllValues()

addValue

public void addValue(int srcNodeId,
                     int dstNodeId,
                     int linkId,
                     float value)

computeLinkLoads

public float[] computeLinkLoads(TrafficMatrix tm)


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.