source: sasview/DataLoader/docs/use-cases.txt @ 79ac6f8

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 79ac6f8 was 3c42667, checked in by Gervaise Alina <gervyh@…>, 16 years ago

comments added

  • Property mode set to 100644
File size: 857 bytes
Line 
1Module name: DataLoader
2
3UseCase:
41.1 Flow of Events
51.1.1.Basic flow
61.1.1.1 The client selects a file
71.1.1.2 The application selects an appropriate reader
81.1.1.3 the reader loads data contains in the selected file
91.1.1.4 The application should be able to return a container of values loaded
10
111.1.2.  Alternative Flows
121.1.2.1 the client selects a file
131.1.2.2 The application does not contains a reader for a file with this extension
141.1.2.3 No container is return
15
16
171.1.3. Error Conditions
181.1.3.1.        The user selects an empty file
191.1.3.2.        The user selects a file that the loader is unable to read.
20
21
221.2.    Special requirements
231.2.1.  Preconditions
24None
25
261.2.2.  Post Conditions
27The client  received a container of data and can used it for another purpose.
28
29* When running loader.py  to containers a printed on the screen
Note: See TracBrowser for help on using the repository browser.