be.ac.ulg.montefiore.run.totem.repository.DynamicStrategy.RoutingAlgorithms
Class RoutingMatrix
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoutingMatrix
public RoutingMatrix(Domain domain)
resetAllValues
public void resetAllValues()
addValue
public void addValue(int srcNodeId,
int dstNodeId,
int linkId,
float value)
computeLinkLoads
public float[] computeLinkLoads(TrafficMatrix tm)
Copyright © 2004-2006 Research Unit in Networking, All Rights Reserved.