ttsolver
Class TimetableLoader

java.lang.Object
  extended by ttsolver.TimetableLoader
Direct Known Subclasses:
TimetableXMLLoader

public abstract class TimetableLoader
extends Object

Abstract timetable loader class.

Version:
1.0
Author:
Tomáš Müller

Constructor Summary
TimetableLoader(TimetableModel model)
          Constructor
 
Method Summary
protected  TimetableModel getModel()
           
abstract  void load(PrintWriter out)
          Load the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimetableLoader

public TimetableLoader(TimetableModel model)
Constructor

Parameters:
model - an empty instance of timetable model
Method Detail

getModel

protected TimetableModel getModel()

load

public abstract void load(PrintWriter out)
                   throws Exception
Load the model.

Parameters:
out - some error/warning/info messages could be printed here
Throws:
Exception


Copyright © 2005 Tomáš Müller