object ConflictSched components: Time, Date, Location; operations: ; description: (* If there is a conflict, a menu pops at which time the global admin may wish to view to the time, date or location conflict. *); end ConflictSched; object Location = text; object TimeConflict components: RescheduleMeeting,Exit; operations: ; description: (* The admin can either reschedule meetings, or exit to the main menu. *); end TimeConflict; object DateConflict components:RescheduleMeeting,Exit; operations: ; description: (* The admin can either reschedule meetings, or exit to the main menu. *); end DateConflict; object LocationConflict components:RescheduleMeeting,Exit; operations: ; description: (* The admin can either reschedule meetings, or exit to the main menu. *); end LocationConflict; object ModifyGroupAdministrator components: NetworkDesignGroup,Documentation,Implementation,Design, Feasability,SelectALLgroups,Exit; operations: ; description: (* The admin may select a group to view to modify the current group administrator for that group. *); end ModifyGroupAdministrator;