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

Packages that use InvalidTrafficMatrixException
be.ac.ulg.montefiore.run.totem.repository.SAMTE.core   
be.ac.ulg.montefiore.run.totem.trafficMatrix.facade This package holds the manager for the trafficMatrix package. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.persistence This package holds classes used to load/save traffic matrices. 
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIf   
it.unina.traffic   
test This package holds JUnit test classes. 
 

Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core
 

Constructors in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core that throw InvalidTrafficMatrixException
SAMTE(java.lang.String cplName, ObjectiveFunction scf, int tmId)
           
SAMTE(java.lang.String cplName, ObjectiveFunction scf, SANeighbourhood nbh, int asId, int tmId)
           
 

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

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade that throw InvalidTrafficMatrixException
 TrafficMatrix TrafficMatrixManager.getDefaultTrafficMatrix()
          Returns the default traffic matrix for the default domain of InterDomainManager.
 TrafficMatrix TrafficMatrixManager.getDefaultTrafficMatrix(int asId)
          Returns the default traffic matrix for the domain asId.
 int TrafficMatrixManager.getDefaultTrafficMatrixID()
          Returns the TM ID of the default traffic matrix for the default domain of InterDomainManager.
 int TrafficMatrixManager.getDefaultTrafficMatrixID(int asId)
          Returns the TM ID of the default traffic matrix for the domain asId.
 TrafficMatrix TrafficMatrixManager.getTrafficMatrix(int asId, int tmId)
          Returns the 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)
          Loads the intra-domain traffic matrix contained in the file fileName.
 TrafficMatrix TrafficMatrixManager.loadTrafficMatrix(java.lang.String fileName, int tmId, boolean isDefaultTrafficMatrix)
          Loads the intra-domain traffic matrix contained in the file fileName.
 void TrafficMatrixManager.removeDefaultTrafficMatrix()
          Removes the default traffic matrix of the default domain.
 void TrafficMatrixManager.removeDefaultTrafficMatrix(int asId)
          Removes the default traffic matrix of the domain asId.
 void TrafficMatrixManager.removeTrafficMatrix(int asId, int tmId)
          Removes the traffic matrix tmId of the domain asId.
 void TrafficMatrixManager.saveTrafficMatrix(int asId, int tmId, java.lang.String fileName)
          Saves the traffic matrix tmId of the domain asId to the file fileName.
 void TrafficMatrixManager.setDefaultTrafficMatrix(int tmId)
          Sets the traffic matrix tmId as default traffic matrix for the default domain specified in InterDomainManager.
 void TrafficMatrixManager.setDefaultTrafficMatrix(int asId, int tmId)
          Sets the traffic matrix tmId as default traffic matrix for the domain asId.
 void TrafficMatrixManager.updateTrafficMatrix(int tmId, java.lang.String fileName)
          Updates the intra-domain traffic matrix tmId with the information contained in the file fileName.
 

Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.trafficMatrix.persistence
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.persistence that throw InvalidTrafficMatrixException
static TrafficMatrix TrafficMatrixFactory.loadTrafficMatrix(java.io.File file)
          Returns the intra-domain traffic matrix contained in the given file file.
static TrafficMatrix TrafficMatrixFactory.loadTrafficMatrix(java.lang.String fileName)
          Returns the intra-domain traffic matrix contained in the file fileName.
static void TrafficMatrixFactory.updateTrafficMatrix(java.lang.String fileName, int tmId)
          Updates the intra-domain traffic matrix tmId with the information contained in the file fileName.
 

Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIf
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIf that throw InvalidTrafficMatrixException
 javax.swing.JPanel WIObservedDataSelection.computeReport()
          call to report generator to generate the report
 javax.swing.JPanel ReportGenerator.generateReport()
          Create the report(s)
 void ReportGenerator.initReport(java.lang.String reportType)
          initialize the new reoprt
 void WIObservedDataSelection.saveInitialState()
          call report generator to select the observed data
 

Uses of InvalidTrafficMatrixException in it.unina.traffic
 

Methods in it.unina.traffic that throw InvalidTrafficMatrixException
 void TrafficGenerator.sendTraffic(java.util.HashMap<java.lang.String,java.lang.String> params)
          Send commands on the client socket to generate traffic with D-ITG
 

Uses of InvalidTrafficMatrixException in test
 

Methods in test that throw InvalidTrafficMatrixException
 void BandwidthUnitTest.testBwConversion()
           
 void MCFTest.testMCF()
           
 void InterDomainManagerTest.testRemoveMatrices()
           
 



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