Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Android
- Redirect
- Eclipse
- MS-SQL
- 웹 서비스
- 자바
- asp.net
- 자바스크립트
- SpringSource Tool Suite
- html
- MANTIS
- Bootstrap
- scrollView
- MSsql
- STS
- 이클립스
- Java
- 안드로이드
- C#
- 웹뷰
- varags
- Web Service
- TextBox
- javascript
- Maven
- decompiler
- jsp
- Apache Lucene
- 컬럼명
- WebView
Archives
- Today
- Total
bboks.net™
Context Diagram 본문
Context Diagram
- A DFD (Data Flow Diagram) that summarizes all processing activity within the system in single process sysbol.
- Describes highest level view of a system
- All external agents and all data flows into and out of a system are shown in the diagram
- The whole system is represented as one process
- The data flows that pass between the external entities and the system
DFD (Data Flow Diagram)
- A graphical system model that shows all of the main requirements for an information system: inputs, outputs, processes and data stroage
- They are primarily used in the systems development process
- A data flow diagram is often the diagram of choice for modern entities
Guidelines for drawing a Context Diagram
- List potential external entities (people, places). Look for entities that
- Give data to the system without explaining the process that creates that data
- Take data from the system without explaining what it does with that data
- Establish what flows are sent to and from the system from external entities
[출처] Context Diagram