|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectttsolver.TimetableSaver
public abstract class TimetableSaver
Abstract timetable saver class.
| Constructor Summary | |
|---|---|
TimetableSaver(Solution solution)
Constructor |
|
| Method Summary | |
|---|---|
protected TimetableModel |
getModel()
Model of the solution |
protected Solution |
getSolution()
Solution to be saved |
abstract void |
save(PrintWriter out)
Save the solution |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimetableSaver(Solution solution)
solution - solution to be saved| Method Detail |
|---|
protected Solution getSolution()
protected TimetableModel getModel()
public abstract void save(PrintWriter out)
throws Exception
out - some error/warning/info messages could be printed here
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||