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

Packages that use TrafficMatrixIdException
be.ac.ulg.montefiore.run.totem.repository.tomography   
be.ac.ulg.montefiore.run.totem.trafficMatrix.facade This package holds the manager for the trafficMatrix package. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.model This package holds the model for the trafficMatrix package. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl This package holds the implementation of the model for the trafficMatrix package. 
 

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

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography that throw TrafficMatrixIdException
static void Test.main(java.lang.String[] args)
           
 

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

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade that throw TrafficMatrixIdException
 void TrafficMatrixManager.addTrafficMatrix(TrafficMatrix tm, int tmId)
          Adds the traffic matrix tm with the TM ID tmId.
 

Uses of TrafficMatrixIdException in be.ac.ulg.montefiore.run.totem.trafficMatrix.model
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model that throw TrafficMatrixIdException
 int TrafficMatrix.getTmId()
          Returns the id associated with the traffic matrix if it has already been set.
 void TrafficMatrix.setTmId(int tmId)
          Associate an id with the matrix if it not already set.
 

Uses of TrafficMatrixIdException in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that throw TrafficMatrixIdException
 int TrafficMatrixImpl.getTmId()
           
 void TrafficMatrixImpl.setTmId(int tmId)
           
 



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