|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectschedule.Schedule
public abstract class Schedule
A Schedule object is generated from the Schedule generator.
Field Summary | |
---|---|
(package private) java.util.Collection<Day> |
days
The collection of days in a schedule. |
(package private) java.lang.String |
scheduleName
The schedule name, i.e. |
Constructor Summary | |
---|---|
Schedule()
|
Method Summary | |
---|---|
abstract void |
addScheduledItem(Day day,
ScheduledItem scheduledItem)
Function that will add a course to the schedule. |
abstract void |
removeScheduledItem(Day day,
ScheduledItem scheduledItem)
Removes the given ScheduledItem from the schedule |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String scheduleName
java.util.Collection<Day> days
Constructor Detail |
---|
public Schedule()
Method Detail |
---|
public abstract void addScheduledItem(Day day, ScheduledItem scheduledItem)
public abstract void removeScheduledItem(Day day, ScheduledItem scheduledItem)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |