package caltool.model.admin.administrator;

import mvp.Model;

/****
 *

 * Class CalendarToolAdministration is the top-level model class for the
 * administrative-user Calendar Tool program.  CalendarToolAdministration has
 * references to the functional model classes of the tool: File, Edit, Admin,
 * Options, and Help.  There is also a reference to the CalendarDB class that
 * houses the tool's major data bases.
 *                                                                          <p>
 * In terms of high-level design, CalendarToolAdministration is comparable in
 * structure and purpose to the regular-user <a href=
 * "caltool.model.CalendarTool.html"> CalendarTool </a> top-level class.  See
 * its documentation for further information.
 *                                                                          <p>
 * @author Gene Fisher (gfisher@calpoly.edu)
 * @version 1feb13
 *
 */
public class CalendarToolAdministration extends Model {

}