Next:
1 Introduction
Up:
Detailed Design Document (DDD)
Previous:
Contents
 
Contents
List of Figures
1.
The decomposition of FCM into Router, Receiver and Queue size logging modules
2.
Shows the traditional MVC architecture
3.
Shows the modified MVC architecture used for SAM, including the decomposition of the model module into Logger, Model and Analysis modules.
4.
Shows the class decomposition of the
Controller
module
5.
Shows the class decomposition of the
Model
module
6.
Shows the class decomposition of the
Analysis
module
7.
Shows the class decomposition of the
Logger
module
8.
Shows the class decomposition of the
Output
module
9.
The structure of the TCP option used to send p(q)
10.
The widgets used in SAM's MainWindow class
11.
The widgets used for the file menu of SAM's MainWindow class
12.
The widgets used for the edit menu of SAM's MainWindow class
13.
The widgets used for the settings menu of SAM's MainWindow class
14.
The widgets used for the help menu of SAM's MainWindow class
15.
The widget tree for SAM's MainWindow class
16.
The widgets used in SAM's FileSelection class
17.
The widget tree for SAM's FileSelection class
18.
The widgets used in SAM's AboutDialog class
19.
The widget tree for SAM's AboutDialog class
20.
The widgets used in SAM's Logger class
21.
The widget tree for SAM's Logger class
22.
The widgets used in the PDF and CDF analysis plugins
23.
The widget tree for SAM's PDF and CDF analysis plugin
24.
The widgets used in SAM's File output plugin
25.
The widget tree for SAM's File output plugin
26.
The widgets used in SAM's ScreenTable output plugin
27.
The widget tree for SAM's ScreenTable output plugin
28.
The widgets used in SAM's Graph output plugin
29.
The widget tree for SAM's Graph output plugin
30.
The widgets used in the ErrorHandler class
31.
Shows the actors and use cases for the Router module of FCM
32.
Shows the actors and use cases for the Receiver module of FCM
33.
Shows the actors and use cases for the Logger module of FCM
34.
Shows the actors and use cases for SAM