검색 상세

요구사항 다이어그램을 자연어로 작성하기 위한 번역 알고리즘 구현

An implementation of translation algorithm to translate the Requirement Diagram into Natural Language

초록/요약

최근 임베디드 시스템(Embedded System)들을 다루어 보면, 복잡하면서도 지능적인 기능들을 수행하는 것을 볼 수 있다. 따라서 기능적인 요구사항이 많아지고, 강화되고 있는 것이 현실이다. 그 결과, 시스템의 요구사항 관리(Requirement Manangement)가 중요시되고 있다. 이 요구사항 관리를 통하여 시스템의 개발을 시작하고, 개발 도중, 요구사항의 변경으로 인한 시스템의 기능이 수정되거나 추가/삭제가 된다. 끝으로 모든 요구사항을 만족시켰을 경우, 시스템의 개발을 종료하게 된다. 결론적으로 내장 시스템의 개발의 모든 분야에 영향을 준다. 이러한 과정들을 진행시켜 시스템을 개발함으로, 요구사항을 정확하게 작성하여 프로젝트 참여자간의 원활한 의사소통을 할 수 있게 하여야 하고, 프로젝트를 개발완료 할 수 있도록 하여야 한다. 본 논문에서는 현재 요구사항 기술 방법에 대하여 소개하고, 그 기술 방법의 문제점을 제시한다. 그리고 문제점을 해결할 수 있는 새로운 요구사항 작성 방법을 제안하여, 이를 설계하고 구현하여 결과를 확인한다.

more

초록/요약

By treating a recent embedded system, you can see that it is performed complicate and intellectual functions. Corresponding, It has increased functional requirement and strengthen. As a result it make much account of system’s requirement management. through requirement management owing to the requirement management make over, system’s functions are modified or addition/delete during the development. finally, in case of every requirement satisfied then be existed system development. Consequently, It is effected in all area of interior system development Carrying on these Processes, the thing which fill out exactly requirement can do smoothly communication each of participant of project and then conclude development of project. This thesis is introduced about requirement how to description and suggested technical problems. And it suggested how to description of solvable new requirement to problems , these methods design and confirm result.

more

목차

본문차례 (LIST OF TEXT) = 2
그림차례 (LIST OF FIGURE) = 4
표차례 (LIST OF TABLE) = 5
제1장 서론 = 6
제2장 요구사항 관리의 개요 = 9
제1절 요구사항 추출 = 10
제2절 요구사항 분석 = 10
제3절 요구사항 문서화 및 검증 = 11
제4절 요구사항 HISTORY 관리 = 11
제3장 관련 연구 = 13
제1절 TBI사의 VALUE-ORIENTED PRIORITIZATION(VOP) = 13
제2절 노키아의 요구사항 정보 모델(REQUIREMENT INFORMATION MODEL) 사례 = 15
제3절 REED = 17
제4장 요구사항 작성 = 19
제1절 요구사항의 자연어 기술 = 19
제2절 요구사항 다이어그램 작성 = 21
제5장 다이어그램 구성요소 DATABASE 설계 = 23
제1절 BLOCK TRANSLATION = 23
제2절 ENTITY BLOCK = 23
제3절 OPERATION BLOCK = 26
제6장 다이어그램 TRANSLATION ALGORITHM = 32
제1절 BASIC METHOD = 32
제2절 전체적인 BLOCK DATA STRUCTURE = 33
제3절 DATASTRUCTURE MAPPING ALGORITHM = 36
제4절 MAIN FUNCTION = 38
제5절 실험 결과 = 50
제7장 결론 = 52
참고문헌 = 53

more