$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

UML 상태 다이어그램을 위한 코드 구현 모델의 생성 방법
A Method of Generating Code Implementation Model for UML State Diagrams 원문보기

한국정보통신학회논문지 = Journal of the Korea Institute of Information and Communication Engineering, v.26 no.10, 2022년, pp.1509 - 1516  

김윤호 (Department of Computer Engineering, Andong National University)

초록
AI-Helper 아이콘AI-Helper

본 논문에서는 UML 상태 다이어그램으로부터 코드 구현 모델을 생성하는 방법을 제시한다. 첫째로 상태 다이어그램의 상태를 객체화하고, 상태 디자인 패턴에 기반하여 동작 메커니즘을 구조화한다. 다음으로 이 구조에 기반하여 컨텍스트 클래스와 이의 인터페이스 역할을 하는 추상 상태 클래스, 그리고 하위 구상 클래스의 구현 코드를 생성하는 규칙들을 설정한다. 이들 규칙들은 Java의 언어 구조에 기반해서, 상태 다이어그램의 상태들과 동작들에 대한 코드 구현 모델을 생성하게 된다. 한편, 코드의 자동 생성을 위해서는 코드 모델로부터 코드 생성을 위해 구조화된 정보가 필요하다. 따라서, 코드 생성을 위한 정보를 메타 클래스 모델과 메타 행위 모델 형태로 구조화하여 구축한다. 이 메타 정보들에 기반하여 상태 다이어그램으로부터 Java 프로그래밍 언어로의 자동 코드 생성을 위한 엔진의 구축이 가능하다. 또한 코드 모델 생성 엔진은 독자적으로 또는 UML 도구의 상태 다이어그램 기능을 지원하는 도구에 통합된 모듈로서 사용될 수 있다.

Abstract AI-Helper 아이콘AI-Helper

This paper presents a method to generate a model of the code implementation for UML state diagrams. First, it promotes the states of a state machine into objects, and then it structures the behavior model on the mechanism of a state diagram based on State design pattern. Then, it establishes the rul...

주제어

표/그림 (12)

참고문헌 (12)

  1. M. I. Mukhtar and B. S. Galadanci, "Automatic code generation from UML diagrams: The-State-of-the-art," Science World Journal, vol. 13, no. 4, pp. 47-60, Feb. 2019. 

  2. J. Ali and J. Tanaka, "Implementing the dynamic behavior represented as multiple state diagrams and activity diagrams," ACIS International Journal of Computer and Information Science, vol. 2, no. 1, pp. 24-36, Mar. 2001. 

  3. M. Ehl and M. Konersmann, "Model-based Monitoring of Integrated UML State Machine Models and Code," in Proceedings of the Software Engineering 2021 (Satellite Events), Braunschweig/Virtual, Germany, pp. 12, 2021. 

  4. O. Badreddin, T. C. Lethbridge, A. Forward, M. Elaasar, H. Aljamaan, and M. A. Garzon, "Enhanced code generation from UML composite state machines," in Proceedings of 2nd International Conference on Model-Driven Engineering and Software Development, Lisbon, Portugal, pp. 235-245, 2014. 

  5. S. Viswanathan and P. Samuel, "Translation of Behavioral Models to Java Code and Enhance with State Charts," International Journal of Computer Information Systems and Industrial Management Applications, vol. 6, pp. 294-304, 2014. 

  6. M. L. Alvarez, I. Sarachaga, A. Burgos, E. Estevez, and M. Marcos, "A Methodological Approach to Model-Driven Design and Development of Automation Systems," IEEE Transactions on Automation Science and Engineering, vol. 15, no. 1, pp. 67-79, Jan. 2018. 

  7. V. C. Pham, A. Radermacher, S. Gerard, and S. Li, "Complete Code Generation from UML State Machine," in Proceedings of 5th International Conference on Modeldriven Engineering and Software Development, Porto, Portugal, pp. 208-219, 2017. 

  8. E. Gamma, R. Helm, R. Johnson, and J. Vlissides, Design Patterns: Elements of Reusable Object-Oriented Software, Addison-Wesley, USA, 1996. 

  9. Y. Kim, "Information Structuring of Diagram Repository for UML Diagrams," Journal of the Korea Institute of Information and Communication Engineering, vol. 23, no. 12, pp. 1588-1595, Dec. 2019. 

  10. S. E. Viswanathan and P. Samuel, "Automatic Code Generation from UML State Chart Diagrams," IEEE Access, vol. 7, pp. 8591-8608, Jan. 2019. 

  11. Y. Kim, "A Design of Constructing Diagram Repository for UML Diagram Tools," Journal of the Korea Institute of Information and Communication Engineering, vol. 24, no. 2, pp. 244-251, Feb. 2020. 

  12. Y. Kim, "A Method of Automatic Code Generation for UML Sequence Diagrams Based on Message Patterns," Journal of the Korea Institute of Information and Communication Engineering, vol. 24, no. 7, pp. 857-865, Jul. 2020. 

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

오픈액세스 학술지에 출판된 논문

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로