private int CalculateConflictions(Sub s)
 {
     //also a lot of stuff
     return(1);
 }
示例#2
0
 public bool addPartialSubject(Sub sbj)
 {
     //stuff
     return(false);
 }
 internal void RemoveSubject(Sub subject)
 {
     //..................
 }
示例#4
0
 public bool addSubject(Sub sbj)
 {
     //also stuff
     return(false);
 }
 internal bool AddSubject(Sub subject, int day, int period)
 {
     //add the subject into inner lists (room)
     return(true);
 }