KR101524542B1 - 이종 스마트폰 어플리케이션을 위한 mof 기반의 데이터 변환 방법 및 그 장치 - Google Patents
이종 스마트폰 어플리케이션을 위한 mof 기반의 데이터 변환 방법 및 그 장치 Download PDFInfo
- Publication number
- KR101524542B1 KR101524542B1 KR1020130048229A KR20130048229A KR101524542B1 KR 101524542 B1 KR101524542 B1 KR 101524542B1 KR 1020130048229 A KR1020130048229 A KR 1020130048229A KR 20130048229 A KR20130048229 A KR 20130048229A KR 101524542 B1 KR101524542 B1 KR 101524542B1
- Authority
- KR
- South Korea
- Prior art keywords
- data
- model
- smtl
- node
- metamodel
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 35
- 230000001131 transforming effect Effects 0.000 title 1
- 238000006243 chemical reaction Methods 0.000 claims abstract description 36
- 238000000547 structure data Methods 0.000 claims description 6
- 230000008676 import Effects 0.000 claims 1
- 238000010586 diagram Methods 0.000 description 20
- 238000013507 mapping Methods 0.000 description 6
- 230000009466 transformation Effects 0.000 description 6
- 230000006870 function Effects 0.000 description 4
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/20—Software design
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Mathematical Physics (AREA)
- Stored Programmes (AREA)
Abstract
Description
이와 관련된 기술은 '모델 변환 기법을 활용한 윈도우 모바일 어플리케이션 개발' 정보과학지 논문지 : 컴퓨터의 실제 및 레터 제16권 제11호. 2010. 11. 에 개시되어 있다.
도 2는, 본 발명의 다른 실시예에 따른 이종 스마트폰 어플리케이션을 위한 MOF 기반의 데이터 변환 방법을 설명하기 위한 흐름도.
도 3은, 본 발명의 일실시예와 관련된 SMTL 모델 변환의 예를 설명하기 위한 도면.
도 4는, 본 발명의 일실시예와 관련된 SMTL의 EBNF의 예를 나타내는 도면.
도 5는, 본 발명의 일실시예와 관련된 SMTL의 AST의 메타모델을 설명하기 위한 도면.
도 6은, 본 발명의 일실시예와 관련된 SMTL와 메타클래스와의 관계를 나타내는 도면.
도 7은, 본 발명의 일실시예와 관련된 AST 메타 모델을 기반으로 생성된 데이터의 예를 나타내는 도면.
도 8은, 본 발명의 일실시예와 관련된 AST 메테 모델을 기반으로 생성된 데이터 트리 구조를 나타내는 도면.
도 9는, 본 발명의 제 1 실시예와 관련된 맵핑 데이터 투 데이터(mapping data to data)를 나타내는 도면.
도 10은, 본 발명의 제 2 실시예와 관련된 맵핑 데이터 투 데이터(mapping data to data)를 나타내는 도면.
도 11은, 본 발명의 제 3 실시예와 관련된 맵핑 데이터 투 데이터(mapping data to data)를 나타내는 도면.
도 12는, 본 발명의 제 4 실시예와 관련된 맵핑 데이터 투 데이터(mapping data to data)를 나타내는 도면.
도 13은, 본 발명의 제 5 실시예와 관련된 맵핑 데이터 투 데이터(mapping data to data)를 나타내는 도면.
도 14는, 본 발명의 제 6 실시예와 관련된 맵핑 데이터 투 데이터(mapping data to data)를 나타내는 도면.
Type | SMTL | EMF API |
Set data | setName = “name” | setName(“name”); |
Get data | getName | getName() |
Create element | createClass | createClass() |
createOperation | createOperation() | |
createPropety | createPropety() | |
Get list | getOwnedAttributes | getOwnedAttributes() |
getOwnedOperations | getOwnedOperations() | |
Add element | getOwnedAttributes.add = element | getOwnedAttributes.add( element) |
getOwnedOperations.add = element | getOwnedOperations.add( element) |
RHS | ||||
Data | Element | Element List | ||
LHS | Data | Case 1 | Case 2 | Case 3 |
Element | X | Case 4 | Case 5 | |
Element List | X | X | Case 6 |
20 : 엔진
21 : SMTL 파서
23 : 실행기
30 : 출력부
Claims (12)
- 이종 스마트폰 어플리케이션을 위한 MOF 기반의 데이터 변환 장치에서의 이종 스마트폰 어플리케이션을 위한 MOF 기반의 데이터 변환 방법에 있어서,
입력부를 통해 제 1 메타 모델 데이터, 제 2 메타 모델 데이터, 제 1 모델 데이터, 및 상기 제 1 모델 데이터를 변환하기 위한 언어인 SMTL을 입력 받는 단계;
STML 파서를 이용하여 상기 SMTL의 텍스트 데이터를 SMTL 구조 데이터인 추상 구문 트리로 변환하는 단계;
실행기를 통해 상기 추상 구문 트리를 제 1 모델데이터를 상기 제 2 모델데이터로 변환하여 출력하되, 상기 제 1 메타 모델 데이터, 및 제 2 메타 모델 데이터의 유효성을 검사한 후, 유효성에 문제가 없는 경우 상기 추상 구문 트리에 포함된 노드의 의미적으로 해석하되, 기존 데이터 없이 초기 상태에서 데이터를 생성하는 노드인 CreateStmtNode, 기존 데이터를 그대로 가져와 이를 수정하는 노드인 UpdatingStmtNode, 및 기존 데이터에서 일정한 부분만 삭제한 후에 변환을 수행하는 노드인 DeletingStmtNode에 대한 해석을 먼저 시행한 후, 변수들의 생성 및 초기화가 이루어지는 노드인 InitNode, 조건의 참/거짓 여부를 판별하는 노드인 WhenNode, 및 데이터를 수행하는 노드인 DoNode에 대한 해석을 시행하는 단계; 및
출력부를 통해 상기 변환된 제 2 모델 데이터 및 제 2 메타 모델 데이터를 출력하는 단계를 포함하는, 이종 스마트폰 어플리케이션을 위한 MOF 기반의 데이터 변환 방법.
- 삭제
- 삭제
- 삭제
- 삭제
- 삭제
- 제 1 메타 모델 데이터, 제 2 메타 모델 데이터, 제 1 모델 데이터, 및 상기 제 1 모델 데이터를 변환하기 위한 언어인 SMTL을 입력 하기 위한 입력부;
상기 SMTL의 텍스트 데이터를 SMTL 구조 데이터인 추상 구문 트리로 변환하는 STML 파서와, 상기 추상 구문 트리를 이용하여 상기 제 1 모델데이터를 제 2 모델데이터로 변환하여 출력하는 실행기를 포함하되, 상기 실행기는 상기 제 1 메타 모델 데이터, 및 제 2 메타 모델 데이터의 유효성을 검사한 후, 유효성에 문제가 없는 경우 상기 추상 구문 트리에 포함된 노드의 의미적으로 해석하되, 기존 데이터 없이 초기 상태에서 데이터를 생성하는 노드인 CreateStmtNode, 기존 데이터를 그대로 가져와 이를 수정하는 노드인 UpdatingStmtNode, 및 기존 데이터에서 일정한 부분만 삭제한 후에 변환을 수행하는 노드인 DeletingStmtNode에 대한 해석을 먼저 시행한 후, 변수들의 생성 및 초기화가 이루어지는 노드인 InitNode, 조건의 참/거짓 여부를 판별하는 노드인 WhenNode, 및 데이터를 수행하는 노드인 DoNode에 대한 해석을 시행하는, 엔진; 및
상기 엔진으로부터 변환된 제 2 모델 데이터 및 제 2 메타 모델 데이터를 출력하는 출력부를 포함하는, 이종 스마트폰 어플리케이션을 위한 MOF 기반의 데이터 변환 장치. - 삭제
- 삭제
- 삭제
- 삭제
- 삭제
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020130048229A KR101524542B1 (ko) | 2013-04-30 | 2013-04-30 | 이종 스마트폰 어플리케이션을 위한 mof 기반의 데이터 변환 방법 및 그 장치 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020130048229A KR101524542B1 (ko) | 2013-04-30 | 2013-04-30 | 이종 스마트폰 어플리케이션을 위한 mof 기반의 데이터 변환 방법 및 그 장치 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20140129660A KR20140129660A (ko) | 2014-11-07 |
KR101524542B1 true KR101524542B1 (ko) | 2015-06-01 |
Family
ID=52454881
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020130048229A KR101524542B1 (ko) | 2013-04-30 | 2013-04-30 | 이종 스마트폰 어플리케이션을 위한 mof 기반의 데이터 변환 방법 및 그 장치 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101524542B1 (ko) |
-
2013
- 2013-04-30 KR KR1020130048229A patent/KR101524542B1/ko not_active IP Right Cessation
Non-Patent Citations (6)
Title |
---|
Tihamer Levendovszky. "Applying Metamodels in software model transformation methods". JBudapest University of Technology and Economics Department of Automation and Applied Informatics PhD Thesis. 2005 * |
Tihamer Levendovszky. "Applying Metamodels in software model transformation methods". JBudapest University of Technology and Economics Department of Automation and Applied Informatics PhD Thesis. 2005* |
김우열 외 3명. "모델 변환 기법을 활용한 윈도우즈 모바일 어플리케이션 개발". 정보과학회 논문지 : 컴퓨터의 실제 및 레터 제16권 제11호. 2010.11. * |
김우열 외 3명. "모델 변환 기법을 활용한 윈도우즈 모바일 어플리케이션 개발". 정보과학회 논문지 : 컴퓨터의 실제 및 레터 제16권 제11호. 2010.11.* |
김우열. "이종 모바일 임베디드 플랫폼을 위한 모델 변환 프레임워크". 홍익대학교 대학원 전자전산공학과 학위논문(박사). 2011.2. * |
김우열. "이종 모바일 임베디드 플랫폼을 위한 모델 변환 프레임워크". 홍익대학교 대학원 전자전산공학과 학위논문(박사). 2011.2.* |
Also Published As
Publication number | Publication date |
---|---|
KR20140129660A (ko) | 2014-11-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7941461B2 (en) | System and method for developing and enabling model-driven XML transformation framework for e-business | |
US6269475B1 (en) | Interface for object oriented programming language | |
US8312427B2 (en) | Selecting a set of candidate code expressions from a section of program code for copying | |
US9880820B2 (en) | Programming language with extensions using dynamic keywords | |
US10055399B2 (en) | Method and system for linear generalized LL recognition and context-aware parsing | |
US20100082954A1 (en) | Configuration rule prototyping tool | |
US9311077B2 (en) | Identification of code changes using language syntax and changeset data | |
Tisi et al. | Improving higher-order transformations support in ATL | |
US20070050704A1 (en) | XML compiler that will generate an application specific XML parser | |
CN107291522B (zh) | 一种面向自定义规则文件的编译优化方法及系统 | |
CN108255837A (zh) | 一种sql解析器及方法 | |
CN111736813A (zh) | Jpa代码的生成方法、装置、终端设备及存储介质 | |
KR20150092880A (ko) | 그래픽 사용자 인터페이스 개발의 가변 설정 기반 후설계 방법 및 장치 | |
US10691434B2 (en) | System and method for converting a first programming language application to a second programming language application | |
CN114443041A (zh) | 抽象语法树的解析方法及计算机程序产品 | |
US20110126171A1 (en) | Dynamic native editor code view facade | |
Klinbua et al. | Translating tosca into docker-compose yaml file using antlr | |
Zhao et al. | Pattern-based design evolution using graph transformation | |
CN105335161B (zh) | 一种从tasm时间抽象状态机到扩展nta自动机的转换方法 | |
US20140359258A1 (en) | Declarative Configuration Elements | |
Buchmann et al. | Managing Variability in Models and Derived Artefacts in Model-driven Software Product Lines. | |
KR101524542B1 (ko) | 이종 스마트폰 어플리케이션을 위한 mof 기반의 데이터 변환 방법 및 그 장치 | |
US20050177788A1 (en) | Text to XML transformer and method | |
Schaefer | A survey on transformation tools for model based user interface development | |
Dalibor et al. | Mind the gap: lessons learned from translating grammars between MontiCore and Xtext |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20130430 |
|
PA0201 | Request for examination | ||
N231 | Notification of change of applicant | ||
PN2301 | Change of applicant |
Patent event date: 20140611 Comment text: Notification of Change of Applicant Patent event code: PN23011R01D |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20140627 Patent event code: PE09021S01D |
|
PG1501 | Laying open of application | ||
E90F | Notification of reason for final refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Final Notice of Reason for Refusal Patent event date: 20150217 Patent event code: PE09021S02D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20150521 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20150526 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20150527 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
LAPS | Lapse due to unpaid annual fee | ||
PC1903 | Unpaid annual fee |
Termination category: Default of registration fee Termination date: 20190306 |