� Create a package diagram of the SRS system ( to simplify the SRS class diagram ) using the Rational Software Architect software on the Citrix iLab environment .
� Explain your work and the decisions you made to arrive at your proposed solution .
------------------------------------------------------------------------------------------------------------ -------------
CIS 339 iLab 6 - CRCs , Contracts , and Method Specifications ( Devry ) For more course tutorials visit
www . uophelp . com
The design phase of the SRS project is in full swing and every developer on the team is assigned a group of packages to work on and to complete the design details of the classes in the package . To help speed up the design process , you — as the software architect of the project — were assigned the task of providing a sample method contract and a sample method specification to demonstrate to your team how these two documents are developed . You decided to use the Course List and the Course classes for your demonstrations . The Course List class maintains and populates the current list of courses that the end user is working with while registering for clases . You will demonstrate the contract and the specification of the Get Course By Course ID () of the Course List class . The Get Course By Course ID () method searches the current list of courses for a course whose Course ID matches the ID supplied to the method . If a matched course is found , it is returned by the Get Course by Course ID () method ; otherwise a null value is returned , indicating there are no matching courses . Method contract of the Get Course By Course ID () method of the Course List class Method specification of the Get Course By Course ID () method of the Course List class
i L A B S T E P S |
STEP |
|
|
|
1 : |
Create |
a |
Public |
Method |
Contract |