1 / 12

Papers Approval System

Papers Approval System. 소프트웨어 전문개발 1 200011703 현창 호. Activity 1066 Define Use-Case diagram Activity 2032. Refine Use Case Diagrams Activity 2033. Define Domain Model Activity 2035. Refine System Sequence Diagram Activity 2037. Define State Diagrams

tanaya
Download Presentation

Papers Approval System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Papers Approval System 소프트웨어 전문개발1 200011703 현창호

  2. Activity 1066 Define Use-Case diagram • Activity 2032. Refine Use Case Diagrams • Activity 2033. Define Domain Model • Activity 2035. Refine System Sequence Diagram • Activity 2037. Define State Diagrams • Activity 2044. Define Interaction Diagram • Activity 2045. Define Design Class Diagram • Coding • Realization contents

  3. Activity 1066 Define Use-Case diagram

  4. Activity 2032. Refine Use Case Diagrams

  5. Activity 2033. Define Domain Model

  6. Activity 2035. Refine System Sequence Diagram

  7. Activity 2037. Define State Diagrams

  8. Activity 2044. Define Interaction Diagram

  9. Activity 2045. Define Design Class Diagram

  10. private: • String pNum; • String pType; • String pApproval; • String pSecurity; • File pFile; • String pTitle; • Sting pContents; • /** • * @clientCardinality 1..* • * @supplierCardinality 1..* • */ • employee * lnkemployee; • /** • * @clientCardinality 1..* • * @supplierCardinality 1 • */ • menuSession * lnkmenuSession; • }; • #endif //PAPERS_H • #ifndef PAPERS_H • #define PAPERS_H • class menuSession; • class employee; • class papers { • public: • void pCreate(); • void pValidate(); • void pDelete(); • void pUpdate(); • void pSearch(); • void pDisplay(); Coding

  11. Realization

  12. Thank you

More Related