Responsive image
博碩士論文 etd-0511119-171953 詳細資訊
Title page for etd-0511119-171953
論文名稱
Title
架構導向進口貨物通關系統模型之研究
Study on Architecture-Oriented Import Goods Clearance System Model
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
131
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2019-05-25
繳交日期
Date of Submission
2019-06-11
關鍵字
Keywords
進口貨物通關系統、軟體架構、SBC架構學說、海關
Import Goods Clearance System、Software Architecture、SBC(Structure Behavior Coalescence) architecture theory、Customs
統計
Statistics
本論文已被瀏覽 5775 次,被下載 67
The thesis/dissertation has been browsed 5775 times, has been downloaded 67 times.
中文摘要
進口貨物通關系統是我國目前唯一處理進口貨物通關的軟體,進口貨物通關系統的功能涵蓋了通關方式篩選、價格審核註記、稅則審核註記等,舉凡現行法規所規定的內容或者與他國之間的貿易協定都可以寫入進口貨物通關系統,這些功能用以提醒海關人員進口貨物通關時需要注意的事項,因此,在我國關稅課徵、毒品查緝、國際貿易等範疇當中,進口貨物通關系統扮演非常重要的角色。
本研究採用SBC架構學說當中的六大金律語言重新對進口貨物通關系統進行軟體架構塑模,並提出架構導向進口貨物通關系統模型(Architecture-Oriented Import Goods Clearance System Model,AOIGCSM),透過AOIGCSM與原先系統在軟體理解性、軟體維護、軟體實作和軟體成本估算四大面向進行完整的分析與比較,結果發現,AOIGCSM可以大幅降低開發以及維護系統之成本並且大幅優化了系統的理解性與成本估算。
Abstract
The Import Goods Clearance System is the only software in Taiwan that handles customs clearance of imported goods. The functions of the customs clearance system for imported goods cover Risk level screening, price review notes, tax review notes, etc. The contents of the current regulations or the trade agreements with other countries can be written into the Import Goods Clearance System. These functions are used to remind customs officers of the matters needing attention when importing goods. Therefore, in the areas of tariffs, drug investigations, and international trade in Taiwan, the Import Goods Clearance System plays a very important role.
This study uses the SBC architecture theory and the six golden language to modify the structure of the Import Goods Clearance System and propose the Architecture-Oriented Impory Goods Clearance System Model (AOIGCSM). The AOIGCSM and the original system were analyzed and compared in terms of software comprehension, software maintenance, software implementation and software cost estimation. It was found that AOIGCSM can not only greatly reduce the cost of development and maintenancebut also greatly optimize the understanding of the system and the cost estimation of the system.
目次 Table of Contents
目錄
論文審定書 i
誌謝 ii
論文提要 iii
中文摘要 iv
Abstract v
目錄 vi
圖次 ix
表次 xii
第壹章、 緒論 1
1.1. 研究背景 1
1.2. 研究動機 2
1.3. 研究目的 2
1.4. 研究方法 3
1.4.1. 建立研究目標 4
1.4.2. 文獻探討 4
1.4.3. 架構導向進口貨物通關系統模型(AOIGCSM) 4
1.4.4. 架構導向與非架構導向系統模型分析比較 4
1.4.5. 結論與建議 5
第貳章、 文獻探討 6
2.1. 進口貨物通關及相關背景知識 6
2.1.1進口貨物通關流程 6
2.1.2進口貨物通關相關規定 8
2.2. 軟體架構 15
2.2.1軟體架構定義 15
2.2.2軟體架構實作 15
2.3. SBC架構學說 17
2.3.1. SBC架構核心 17
2.3.2. SBC架構描述語言 21
2.3.3. 架構階層圖 22
2.3.4. 框架圖 23
2.3.5. 構件操作圖 24
2.3.6. 構件連結圖 25
2.3.7. 結構行為合一圖 26
2.3.8. 互動流程圖 27
第參章、 架構導向進口貨物通關流程系統 28
3.1. AOIGCSM架構階層圖 28
3.2. AOIGCSM框架圖 29
3.3. AOIGCSM構件操作圖 32
3.4. AOIGCSM構件連結圖 41
3.5. AOIGCSM結構行為合一圖 45
3.6. AOIGCSM互動流程圖 53
3.6.1. 艙單查詢作業 53
3.6.2. 報單收單作業 55
3.6.3. 通關方式篩選作業 56
3.6.4. 分估審核稅則作業 58
3.6.5. 分估審核價格作業 59
3.6.6. 分估查價作業 61
3.6.7. 報單驗貨作業 62
3.6.8. 報單押金作業 63
3.6.9. 徵稅作業 65
3.6.10. 報單放行作業 66
3.6.11. 報單補稅作業 68
3.6.12. 報單退押抵繳作業 69
3.6.13. 報單簽審比對作業 71
第肆章、 AOIGCSM與非架構導向系統比較 73
4.1. 軟體理解性觀點 75
4.1.1. 非架構導向軟體理解性觀點 75
4.1.2. AOIGCSM軟體理解性觀點 77
4.1.3. AOIGCSM與非架構導向軟體理解性觀點之比較 78
4.2. 軟體維護觀點 81
4.2.1. 非架構導向系統軟體維護觀點 81
4.2.2. AOIGCSM軟體維護觀點 84
4.2.3. AOIGCSM與非架構導向軟體維護觀點之比較 89
4.3. 軟體實作觀點 92
4.3.1. 非架構導向系統軟體實作觀點 92
4.3.2. AOIGCSM軟體實作觀點 95
4.3.3. AOIGCSM與非架構導向軟體實作觀點之比較 101
4.4. 軟體成本估算觀點 103
4.4.1. 非架構導向軟體成本估算觀點 103
4.4.2. AOIGCSM軟體成本估算觀點 108
4.4.3. 架構導向與非架構導向軟體成本估算比較 112
第伍章、 結論與建議 114
5.1. 研究結論 114
5.2. 研究建議 116
參考文獻 117
參考文獻 References
[1] 財政部關務署,關務及貿易統計,2019年2月14日取自: https://web.customs.gov.tw/
[2] SBC Architecture,2019年2月14日,取自: https://sites.google.com/site/sbcarchitecture/home/2-1-sbc-model/sbc-architecture-description-language
[3] 財政部關務署,進口貨物通關流程圖,2019年2月14日,取自: https://taipei.customs.gov.tw/News_Content.aspx?n=25F5ADF630EC4EA1&sms=2C46F5E37DC2E1D2&s=6BEE1040CE269635
[4] 財政部關務署台北關,進口貨物通關,2019年3月15日,取自: https://taipei.customs.gov.tw/News_Content.aspx?n=25F5ADF630EC4EA1&sms=2C46F5E37DC2E1D2&s=2C26E56D113DE7D7
[5] 搞笑談軟工,什麼是軟體架構,2019年3月11日,取自: http://teddy-chen-tw.blogspot.com/2017/01/blog-post_17.html
[6] 軟體架構,2019年2月14日,取自: https://msdn.microsoft.com/zh-tw/hh144976.aspx
[7] 趙善中、孫述平,2016,軟體工程2.0:使用SBC軟體架構,義守大學系統架構研訓中心發行。
[8] 軟體可讀性,2018,國家教育研究院,2018年8月1日,取自http://terms.naer.edu.tw/detail/1286755/。
[9] 趙善中、郭麗齡、尤柄文,2009,軟體工程:使用軟體架構模型,儒林出版社出版。
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:自定論文開放時間 user define
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code