DOC PREVIEW
DREXEL CS 451 - TheraWii_design

This preview shows page 1-2-3-4-5-6 out of 18 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 18 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

IntroductionPurposeScopeDefinitions, Acronyms, AbbreviationsPhysical TherapyNintendo WiiSoftwareDesign OverviewDescription of ProblemTechnologies UsedSystem ArchitectureSystem OperationRequirements TraceabilityTherapist InterfaceGame InterfaceInput Devices SubsystemData Model and StorageData_StorageAttributesMethodsData_ModelAttributesMethodsDSxmlAttributesMethodsDScsvAttributesMethodsReferencesSoftware Design DocumentTheraWiiTim ChagnonJoe KokindaAndrew MeinertDon NaegelyApril 7, 2009Revision 7SRS RevisionsDate Description Revision Editor2/1/2009 Created the document 0 Tim Chagnon2/1/2009 Added Profile & UI UML 1 Andrew Meinert2/2/2009 Added Storage UML & Text 2 Joe Kokinda2/2/2009 Added Architecture Diagram 3 Tim Chagnon2/3/2009 Added wiiuse, Therapy UML 4 Tim Chagnon2/3/2009 Added Controller, State, Game 5 Don Nagely2/3/2009 Data Storage, Model Methods 6 Joe Kokinda2/3/2009 Formatting 7 Tim Chagnon4/6/2009 GUI 8 Andrew Meinert4/6/2009 Task Editing 9 Tim Chagnon4/6/2009 Sequence Diagram 10 Joe KokindaiContents1 Introduction 11.1 Purpose . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11.2 Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11.3 Definitions, Acronyms, Abbreviations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11.3.1 Physical Therapy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11.3.2 Nintendo Wii . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11.3.3 Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 Design Overview 12.1 Description of Problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12.2 Technologies Used . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.3 System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.4 System Operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 Requirements Traceability 34 Therapist Interface 35 Game Interface 66 Input Devices Subsystem 67 Data Model and Storage 77.1 Data_Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107.1.1 Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107.1.2 Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107.2 Data_Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117.2.1 Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117.2.2 Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117.3 DSxml . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127.3.1 Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127.3.2 Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127.4 DScsv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137.4.1 Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137.4.2 Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 References 15iiSoftware Design Document TheraWii1 Introduction1.1 PurposeThe purpose of this document is to describe the implementation of the TheraWii Software described in theTheraWii Business Requirments. The TheraWii Software is designed to create and perform physical therapyactivities.1.2 ScopeThis document describes the implementation details of the TheraWii Software. The software will consist ofa two major functions. First to design therapies that are made up of tasks, and the second to perform thetherapies. This …


View Full Document

DREXEL CS 451 - TheraWii_design

Download TheraWii_design
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view TheraWii_design and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view TheraWii_design 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?