package view; /** * The weekly calendar representation of a generated schedule. */ abstract class WeeklyView extends CalendarView { }