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

Packages that use TrafficMatrixAlreadyExistException
be.ac.ulg.montefiore.run.totem.repository.tomography   
be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout   
be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering   
be.ac.ulg.montefiore.run.totem.repository.tomography.utils   
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.repository.tomography
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography that throw TrafficMatrixAlreadyExistException
 TrafficMatrix[] Tomography.inferTM(Domain domain, LinkLoadData snmp, RoutingMatrix[] a, java.util.HashMap<java.lang.String,java.lang.String> params)
          This method is implemented for each new tomography method.
static void Test.main(java.lang.String[] args)
           
 

Uses of TrafficMatrixAlreadyExistException in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout that throw TrafficMatrixAlreadyExistException
 TrafficMatrix[] Fanout.inferTM(Domain domain, LinkLoadData snmp, RoutingMatrix[] a, java.util.HashMap<java.lang.String,java.lang.String> params)
           
 

Uses of TrafficMatrixAlreadyExistException in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering that throw TrafficMatrixAlreadyExistException
 TrafficMatrix[] KalmanFiltering.inferTM(Domain domain, LinkLoadData snmp, RoutingMatrix[] a, java.util.HashMap<java.lang.String,java.lang.String> params)
           
 

Uses of TrafficMatrixAlreadyExistException in be.ac.ulg.montefiore.run.totem.repository.tomography.utils
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.utils that throw TrafficMatrixAlreadyExistException
 TrafficMatrix RealTMLoader.loadTM(java.lang.String fileName, Domain domain)
           
 TrafficMatrix[] RealTMLoader.loadTMInterval(java.lang.String directory, int nbTM, long timeOfFirst, Domain domain)
           
 

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.
 TrafficMatrix TrafficMatrixManager.createEmptyTrafficMatrix(int asId, int tmId)
          Create a new traffic matrix with all values set to zero.
 void TrafficMatrixManager.generateTrafficMatrix(int asId, int tmId, TrafficModel model, double fraction)
          Deprecated. Use TrafficGeneratorInterface and sub-classes instead and TrafficGeneratorFactory.
 TrafficMatrix TrafficMatrixManager.generateTrafficMatrix(int asId, int tmId, TrafficModel model, double fraction, boolean generateOnlyEdgeTraffic)
          Deprecated. Use TrafficGeneratorInterface and sub-classes instead and TrafficGeneratorFactory.
 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-2007 Research Unit in Networking, All Rights Reserved.