package schedule; /** * Each professor and course has a WTU - work time units. Professors get an * extra unit per lab than the course is worth. **/ public class WTU { double wtu; }