- Calendar - Class in edu.sc.csce747.MeetingPlanner
-
- Calendar() - Constructor for class edu.sc.csce747.MeetingPlanner.Calendar
-
Default constructor, builds a calendar and initializes each day
to an empty list.
- calendar - Variable in class edu.sc.csce747.MeetingPlanner.Person
-
- calendar - Variable in class edu.sc.csce747.MeetingPlanner.Room
-
- checkAgendaPerson() - Method in class edu.sc.csce747.MeetingPlanner.PlannerInterface
-
Allows the user to view the agenda for a particular employee
on a particular month or day.
- checkAgendaRoom() - Method in class edu.sc.csce747.MeetingPlanner.PlannerInterface
-
Allows the user to view the agenda of a room on a particular month
or day.
- checkEmployeeAvailability() - Method in class edu.sc.csce747.MeetingPlanner.PlannerInterface
-
Allows the user to check the availability of a given employee
at a particular time.
- checkRoomAvailability() - Method in class edu.sc.csce747.MeetingPlanner.PlannerInterface
-
Allows a user to check the availability of a room at a given time.
- checkTimes(int, int, int, int) - Static method in class edu.sc.csce747.MeetingPlanner.Calendar
-
Basic error checking on numbers.
- clearSchedule(int, int) - Method in class edu.sc.csce747.MeetingPlanner.Calendar
-
Clears all meetings for a day.