I have done with ProfessorAssaigner.java to assaign a professor for a subject based on priorities..
But i can't understand how get competing professors for that subject..
My method for that..
private ArrayList getCompetingProf(Subject s)
{
ArrayList competingProfs = new ArrayList();
return competingProfs;
}
Please anyone help
Thanks in advance...
No comments:
Post a Comment