ttsolver
Class TimetableXMLSaver
java.lang.Object
ttsolver.TimetableSaver
ttsolver.TimetableXMLSaver
public class TimetableXMLSaver
- extends TimetableSaver
This class saves the resultant solution in the XML format.
Parameters:
| Parameter | Type | Comment |
| General.Output | String | Folder with the output solution in XML format (solution.xml) |
| General.ConvertIds | Boolean | If true, ids are converted (to be able to make input data public) |
- Version:
- 1.0
- Author:
- Tomáš Müller
|
Field Summary |
static boolean |
DEBUG
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static boolean DEBUG
TimetableXMLSaver
public TimetableXMLSaver(Solution solution)
setSolution
public void setSolution(Solution solution)
save
public void save(PrintWriter out)
throws Exception
- Description copied from class:
TimetableSaver
- Save the solution
- Specified by:
save in class TimetableSaver
- Parameters:
out - some error/warning/info messages could be printed here
- Throws:
Exception
Copyright © 2005 Tomáš Müller