Download presentation
Presentation is loading. Please wait.
Published byWilliam Harvey Modified over 8 years ago
1
Requirements Analysis Review Modeling Team Matt Weyant 26 Oct 1999
2
Goals Create model of airplane and its components Develop API for virtually navigating the airplane model Provide API for graphically manipulating “Stickies” Build a web-based navigation tool
3
What is this model? CAD-generated 3D model Data structure is a component tree
4
View of Model (rendered)
5
Functional Requirements Provide navigation methods for navigation through a 3D model of an airplane and its components Provide location information in a 3D coordinate system for the airplane and its components Map locations (x,y,z) to specific parts of the airplane and back
6
Functional Requirements, cont… Locate Stickies associated with components or the whole airplane Provide a GUI and manipulation methods for Stickies in a Sticky database owned by Workflow
7
Nonfunctional Requirements User interface and human factors Documentation Hardware considerations Performance characteristics Error handling and extreme conditions System interface Quality issues
8
Nonfunctional Requirements, cont... System modifications Physical environment Security issues Resources issues
9
User Interface and Human Factors Web-based user interface –Built on API’s –Intuitive –Restricted access Access rights –Web users will have “read” access to database –View/navigate through existing data
10
Documentation Describe features and operation of Web- based navigation tool –Help pages –Demos Javadoc of implementation Extensive additional docs available to other subsystems
11
Hardware Considerations Large storage space Lots of memory Graphics acceleration not available Web availability on remote machine
12
Performance Characteristics Real time requests –AR –Authoring Non-real time requests –Workflow Java3D
13
Error Handling and Extreme Conditions Error Handling –Method calls between subsystems –Dialogue with Web user –Examples Extreme Conditions –Multiple uses on same CPU –Memory shortage
14
System Interface Augmented Reality Maintenance/Workflow Authoring
15
Augmented Reality System Interface AR’s event-based model –AR publishes a Vector event with a reference to an empty frame –Modeling fills the frame and returns it API holds methods for rotating, translating and scaling that view Web-UI will use AR’s event- and UI-model
16
Maintenance/Workflow System Interface Modeling provides API for Sticky manipulation –Place –Remove –Review –Modify Must interface with Sticky database owned by Workflow
17
Authoring System Interface Same methods provided to Authoring as AR Generate IETMs using these methods
18
Quality Issues System overload Another system unavailable Accurate output for given input Platform-independent
19
System Modifications Extending system for some other weapons system Abstract Factory pattern means minimal changes
20
Physical Environment Never comes in contact with physical surroundings
21
Security Issues Shared memory –Each subsystem must limit access Data encryption to prevent “eavesdropping”
22
Resources Issues No permanent Workflow data Navigation information must be stored
23
Constraints Platform-independence Speed of Java Together/J
24
System Model Scenarios Use case models Object models Dynamic models Navigational paths and screen mockup
25
Scenarios System Model Inspection Repair Browser
26
Use Case Models System Model
27
NavigateComponent Use Case Use Case Models NavigateComponent –Actors: Authoring, AR, RemoteUser –Entry: Actor wants to view/manipulate model –Flow of Events 1. Request entry of system if not already in 2. Call method to use for model manipulation 3. Exit system if done –Exit: Actor is done manipulating model –Special Requirements: Is system on local machine? Speed?
28
Object Models System Model
29
Dynamic Models System Model
31
Navigational Text System Model NavigateComponent Sequence Diagram –Actor initializes display of the model; a wireframe is returned. –Actor could draw components of the model; a new wireframe is returned. –Actor could rotate and zoom model/components; a new wireframe is returned.
32
Screen Mockup System Model
33
Questions?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.