09.01.2013 Views

CISC 323 Intro to Software Engineering

CISC 323 Intro to Software Engineering

CISC 323 Intro to Software Engineering

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

¤<br />

¢ £<br />

¤ ¥<br />

¦ §<br />

¨¥<br />

©�<br />

Façade Implementation<br />

StudentInformationSystem.java<br />

public class StudentInformation System {<br />

Courses cs;<br />

Students ss;<br />

Facilities fs;<br />

…<br />

public StudentList getEnrollment (CourseId c) {<br />

return cs.getEnrollment (c);<br />

}<br />

}<br />

public CourseList getCourses (StudentId s) {<br />

return ss.getCourses (s);<br />

}<br />

public LectureHallId getLectureHall (CourseId c) {<br />

return fs.getLectureHall (c);<br />

}<br />

¤�<br />

§<br />

©��<br />

�<br />

�<br />

��<br />

��<br />

�<br />

¡<br />

��<br />

��<br />

�<br />

�<br />

� � ����<br />

�£<br />

� § �<br />

¤<br />

¤ ¥<br />

§£ �<br />

�<br />

���<br />

��<br />

©§<br />

� �<br />

¡ �

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!