1 / 18

CSC 506: Software Engineering and Knowledge Engineering

CSC 506: Software Engineering and Knowledge Engineering. Dr. Syed Noman Hasany. Course Outline. Review of known methodologies Analysis of software requirements Real-time software Software cost, quality, testing and measurements Object programming

Télécharger la présentation

CSC 506: Software Engineering and Knowledge Engineering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSC 506: Software Engineering and Knowledge Engineering Dr. Syed Noman Hasany

  2. Course Outline • Review of known methodologies • Analysis of software requirements • Real-time software • Software cost, quality, testing and measurements • Object programming • Knowledge engineering issues: knowledge representation using rules, frames & logic, basics of logical inference, and basics of search.

  3. Review of known methodologies Requirements Engineering

  4. Requirements • The requirements are the descriptions of the system services and constraints that are generated during the requirements engineering process. • It may range from a high-level abstract statement of a service or of a system constraint to a detailed mathematical functional specification.

  5. Requirements engineering • The process of establishing: • the services that the customer requires from a system and • the constraints under which it operates and is developed. • The outcome is a requirements document, which may be part of the system development contract.

  6. MHC-PMS (A case study) • The MHC-PMS (Mental Health Care-Patient Management System) is an information system that is intended for use in clinics. • The key features of the system are: • Individual care management • Clinicians can create records for patients, edit the information in the system, view patient history, etc. The system supports data summaries so that doctors who have not previously met a patient can quickly learn about the key problems and treatments that have been prescribed.

  7. MHC-PMS • Patient monitoring • The system regularly monitors the records of patients that are involved in treatment and issues warnings if possible problems are detected. Therefore, if a patient has not seen a doctor for some time, a warning may be issued. One of the most important elements of the monitoring system is to keep track of patients who have been sectioned and to ensure that the legally required checks are carried out at the right time. 3. Administrative reporting • The system generates monthly management reports showing the number of patients treated at each clinic, the number of patients who have entered and left the care system, number of patients sectioned, etc.

  8. User and system requirements: example

  9. 1. Functional and non-functional requirements • Functional requirements • Statements of services the system should provide, how the system should react to particular inputs and how the system should behave in particular situations. • May state what the system should not do. • Non-functional requirements • Constraints on the services or functions offered by the system such as timing constraints, constraints on the development process, standards, etc. • Often apply to the system as a whole rather than individual features or services. • Domain requirements • Constraints on the system from the application domain (e.g. medical domain)

  10. Functional requirements for the MHC-PMS • A user shall be able to search the appointments lists for all clinics. • The system shall generate each day, for each clinic, a list of patients who are expected to attend appointments that day. • Each staff member using the system shall be uniquely identified by his or her 8-digit employee number.

  11. Requirements imprecision • Problems arise when requirements are not precisely stated. • Ambiguous requirements may be interpreted in different ways by developers and users. • Consider the term ‘search’ in requirement 1 • User intention – search for a patient name across all appointments in all clinics; • Developer interpretation – search for a patient name in an individual clinic. User chooses clinic then search.

  12. Requirements completeness and consistency • In principle, requirements should be both complete and consistent. • Complete • They should include descriptions of all facilities required. • Consistent • There should be no conflicts or contradictions in the descriptions of the system facilities. • In practice, it is impossible to produce a complete and consistent requirements document.

  13. Non-functional requirements implementation • Non-functional requirements may affect the overall architecture of a system rather than the individual components. • For example, to ensure that performance requirements are met, you may have to organize the system to minimize communications between components. • A single non-functional requirement, such as a security requirement, may generate a number of related functional requirements that define system services that are required.

  14. Types of nonfunctional requirement

  15. Non-functional classifications • Product requirements • Requirements which specify that the delivered product must behave in a particular way e.g. execution speed, reliability, etc. • Organisational requirements • Requirements which are a consequence of organisational policies and procedures development process requirements that specify the programming language, the development environment or process standards to be used, and environmental requirements that specify the operating environment of the system. • External requirements • Requirements which arise from factors which are external to the system and its development process e.g. interoperability requirements, legislative requirements, etc.

  16. Examples of nonfunctional requirements in the MHC-PMS

  17. Domain requirements • The system’s operational domain imposes requirements on the system. • For example, a train control system has to take into account the braking characteristics in different weather conditions. • Domain requirements be new functional requirements, constraints on existing requirements or define specific computations. • If domain requirements are not satisfied, the system may be unworkable.

  18. Train protection system • This is a domain requirement for a train protection system: • The deceleration of the train shall be computed as: • Dtrain = Dcontrol + Dgradient • where Dgradient is 9.81ms2 * compensated gradient/alpha and where the values of 9.81ms2 /alpha are known for different types of train. • It is difficult for a non-specialist to understand the implications of this and how it interacts with other requirements.

More Related