Uses of Class
be.ac.ulg.montefiore.run.totem.trafficMatrix.exception.TrafficMatrixAlreadyExistException

Packages that use TrafficMatrixAlreadyExistException
be.ac.ulg.montefiore.run.totem.trafficMatrix.facade This package holds the manager for the trafficMatrix package. 
test This package holds JUnit test classes. 
 

Uses of TrafficMatrixAlreadyExistException in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade that throw TrafficMatrixAlreadyExistException
 void TrafficMatrixManager.addTrafficMatrix(TrafficMatrix tm, int tmId)
          Adds the traffic matrix tm with the TM ID tmId.
 void TrafficMatrixManager.generateTrafficMatrix(int asId, int tmId, TrafficModel model, double fraction)
          Generates a new traffic matrix tmId for the domain asId.
 TrafficMatrix TrafficMatrixManager.generateTrafficMatrix(int asId, int tmId, TrafficModel model, double fraction, boolean generateOnlyEdgeTraffic)
          Generates a new traffic matrix tmId for the domain asId.
 TrafficMatrix TrafficMatrixManager.loadTrafficMatrix(java.io.File file, int tmId, boolean isDefaultTrafficMatrix)
          Loads the intra-domain traffic matrix contained in the given file.
 TrafficMatrix TrafficMatrixManager.loadTrafficMatrix(java.lang.String fileName, int tmId, boolean isDefaultTrafficMatrix)
          Loads the intra-domain traffic matrix contained in the file fileName.
 

Uses of TrafficMatrixAlreadyExistException in test
 

Methods in test that throw TrafficMatrixAlreadyExistException
 void MCFTest.testMCF()
           
 void InterDomainManagerTest.testRemoveMatrices()
           
 



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