be.ac.ulg.montefiore.run.totem.trafficMatrix.model
Class ListOfTrafficMatrices

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.trafficMatrix.model.ListOfTrafficMatrices

public class ListOfTrafficMatrices
extends java.lang.Object

Creation date: 20 avr. 2007

Author:
Simon Balon (balon@run.montefiore.ulg.ac.be)

Constructor Summary
ListOfTrafficMatrices(java.lang.String directoryToLoad)
          This constructor loads all the traffic matrices in the directory and builds the corresponding Traffic Matrix List
 
Method Summary
 java.util.Calendar getNextDate()
           
 java.io.File getNextTM()
           
 boolean hasNextTM()
           
 void removeNextTm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListOfTrafficMatrices

public ListOfTrafficMatrices(java.lang.String directoryToLoad)
                      throws java.io.IOException
This constructor loads all the traffic matrices in the directory and builds the corresponding Traffic Matrix List

Parameters:
directoryToLoad - : directory in which all the traffic matrix to load are loacted
Throws:
java.io.IOException
Method Detail

hasNextTM

public boolean hasNextTM()

getNextTM

public java.io.File getNextTM()

getNextDate

public java.util.Calendar getNextDate()

removeNextTm

public void removeNextTm()


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