- removeAttendee(Person) - Method in class edu.sc.csce747.MeetingPlanner.Meeting
-
Removes an attendee from the meeting.
- removeMeeting(int, int, int) - Method in class edu.sc.csce747.MeetingPlanner.Calendar
-
Removes a meeting from the calendar.
- removeMeeting(int, int, int) - Method in class edu.sc.csce747.MeetingPlanner.Person
-
Removes a particular meeting.
- removeMeeting(int, int, int) - Method in class edu.sc.csce747.MeetingPlanner.Room
-
Removes a particular meeting.
- room - Variable in class edu.sc.csce747.MeetingPlanner.Meeting
-
- Room - Class in edu.sc.csce747.MeetingPlanner
-
- Room() - Constructor for class edu.sc.csce747.MeetingPlanner.Room
-
Default constructor
- Room(String) - Constructor for class edu.sc.csce747.MeetingPlanner.Room
-
Constructor, initializes calendar and sets name.
- rooms - Variable in class edu.sc.csce747.MeetingPlanner.Organization
-