umontreal.iro.lecuyer.contactcenters.app
Class LoadSimResults
java.lang.Object
umontreal.iro.lecuyer.contactcenters.app.LoadSimResults
public class LoadSimResults
- extends Object
This class contains a main method that loads and displays results from a
simulator. These results can be produced by, e.g., CallCenterSim
.
Method Summary |
static void |
main(String[] args)
Main method for this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadSimResults
public LoadSimResults()
main
public static void main(String[] args)
throws IOException,
JAXBException
- Main method for this class.
- Parameters:
args
- the arguments.
- Throws:
IOException
- if an I/O error occurs.
ClassNotFoundException
- if a class cannot be found during loading.
ParserConfigurationException
- if an error occurs during parser configuration.
SAXException
- if an error occurs when parsing the XML input file.
JAXBException
To submit a bug or ask questions, send an e-mail to
Richard Simard.