Uses of Class
resources.Professor

Packages that use Professor
application   
resources   
 

Uses of Professor in application
 

Methods in application with parameters of type Professor
 void Schedule.addProfessor(Professor prof)
          Adds an Professor to the document
 void Schedule.removeProfessor(Professor prof)
          Removes a Professor from the document
 void ViewGraphSched.setViewProf(Professor viewProf)
           
 

Uses of Professor in resources
 

Methods in resources that return Professor
 Professor ProfessorSummary.getProfessor()
           
 Professor SchedCourse.getProfessor()
           
 

Methods in resources with parameters of type Professor
 void ProfessorSummary.setProfessor(Professor professor)
           
 void SchedCourse.setProfessor(Professor professor)
           
 

Constructors in resources with parameters of type Professor
ProfessorSummary(Professor professor)
          Creates a new instance of ProfessorSummary
SchedCourse(Professor professor, Classroom classroom, Course course, TimeSlot timeSlot)
          Constructor declaration
SchedCourse(Professor professor, Classroom classroom, Course course, TimeSlot timeSlot, java.lang.String crn)