JP2006139472A - Model drive development device - Google Patents

Model drive development device Download PDF

Info

Publication number
JP2006139472A
JP2006139472A JP2004327722A JP2004327722A JP2006139472A JP 2006139472 A JP2006139472 A JP 2006139472A JP 2004327722 A JP2004327722 A JP 2004327722A JP 2004327722 A JP2004327722 A JP 2004327722A JP 2006139472 A JP2006139472 A JP 2006139472A
Authority
JP
Japan
Prior art keywords
model
version
conversion rule
program
generated
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2004327722A
Other languages
Japanese (ja)
Other versions
JP4524750B2 (en
Inventor
Kenju Sano
建樹 佐野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2004327722A priority Critical patent/JP4524750B2/en
Publication of JP2006139472A publication Critical patent/JP2006139472A/en
Application granted granted Critical
Publication of JP4524750B2 publication Critical patent/JP4524750B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a model drive development device automatically generating only a file corresponding to a change of a part of a model to efficiently perform regeneration, in model drive development. <P>SOLUTION: In this model drive development device, by dividing the model and a conversion rule used for the automatic generation into a plurality of model elements and conversion rule elements that are basics of conversion in the automatic generation, and imparting a version to each the element, only a program element corresponding to the change is automatically generated as the result of version comparison and selection of the program element when only the model element of a part of the model, or a part of the conversion rule elements are updated, so that the regeneration can be efficiently performed. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、モデル駆動開発によるソースファイルの自動生成方法において、モデル、変換ルール、ソースファイルのバージョン管理による効率的な自動生成方法に関するものである。   The present invention relates to an efficient automatic generation method based on model, conversion rule, and source file version management in a method for automatically generating a source file by model driven development.

近年、UML(Unified Modeling Language:統一モデリング言語)等の標準化されたモデリング手法を用いて開発すべきプログラムのソースコードの自動生成を行うモデル駆動開発(「モデル駆動型アーキテクチュア(MDA:Model Driven Architecture」とも言う)と呼ばれるソフトウェア開発手法が注目されている。   In recent years, model-driven development ("Model Driven Architecture (MDA)") that automatically generates source code for programs to be developed using standardized modeling techniques such as UML (Unified Modeling Language) A software development method called “Same” is also drawing attention.

このモデル駆動開発によれば、アプリケーションの機能をモデル化し、これを基にジェネレータなどの専用ツールを使ってプログラムのソースコードを自動生成する。ジェネレータには、自動生成で用いる変換ルールが、予め設定されている。   According to this model-driven development, the function of the application is modeled, and based on this, the source code of the program is automatically generated using a dedicated tool such as a generator. Conversion rules used for automatic generation are set in advance in the generator.

図14は、従来技術のモデル駆動開発の方法を概念的に説明するものである。この方法では、対象とするアプリケーションをモデリングしたモデル330全体及び変更ルール全体は、1つのバージョンで管理されている。このモデル330からジェネレータ340を使ってプログラムのソースファイルを作り出す。ソースファイル1(351)は、モデル330の要素3と要素22の情報を元に変換ルール1を用いてジェネレータ340で生成される。他のソースファイル2(352)、ソースファイル3(353)も同様である。   FIG. 14 conceptually illustrates a conventional model-driven development method. In this method, the entire model 330 and the entire change rule modeling the target application are managed in one version. A program source file is created from the model 330 using a generator 340. The source file 1 (351) is generated by the generator 340 using the conversion rule 1 based on the information of the element 3 and the element 22 of the model 330. The same applies to the other source file 2 (352) and source file 3 (353).

よって、どのモデル要素または変換ルールが変更された場合でも全てのプログラム要素を再生成する必要がある。例えば、要素22だけ変更された場合でもモデル330全体がバージョン変更になり、モデル330全体を使用して、全ソースファイルを再生成する。ジェネレータ340の変換ルールが一部変更された場合も、ジェネレータ340全体のバージョンが変更されるので、全ソースファイルを再生成する。   Therefore, it is necessary to regenerate all program elements regardless of which model element or conversion rule is changed. For example, even if only the element 22 is changed, the entire model 330 is changed in version, and the entire model 330 is used to regenerate all the source files. Even when the conversion rules of the generator 340 are partially changed, the version of the entire generator 340 is changed, so that all source files are regenerated.

また、モデル駆動開発と別分野であるが、従来のプログラム及び文書情報に関するバージョン管理システムの一例が、特許文献1に記載されている。特許文献1は、一つのソースコード変更が他の複数の文書ファイルに影響を及ぼしていくものである。また、特許文献2及び3は、1つのソースプログラムの1つの差分情報の変更により、更新されバージョンアップした場合、アプリケーションプログラムは全体としてバージョンがアップしてしまうものである。
特開2002−182908号公報([0010]〜[0029][0045]、図1 図6 図7 図9 図13 図15) 特開2000−200185号公報([0013]〜[0019][0023][0024]、図1 図3 図6 図7) 特開平11−327878号公報([0014][0026][0033]、図1 図2 図5 図8)
An example of a version management system related to a conventional program and document information, which is a field different from model-driven development, is described in Patent Document 1. In Patent Document 1, one source code change affects other document files. In Patent Documents 2 and 3, when the version is updated and updated by changing one difference information of one source program, the version of the application program is upgraded as a whole.
JP 2002-182908 A ([0010] to [0029] [0045], FIG. 1, FIG. 9, FIG. 15, FIG. 15) Japanese Laid-Open Patent Publication No. 2000-200185 ([0013] to [0019] [0023] [0024], FIG. 1, FIG. 6, FIG. 7) JP-A-11-327878 ([0014] [0026] [0033], FIG. 1, FIG. 5, FIG. 8)

従来技術のモデル駆動開発において、単純な自動生成では、モデルや変換ルールの一部が変更された場合でも、モデル全体からソースファイル全部を再生成する。これでは、モデルが大きい場合、再生成に時間がかかり非効率である。また、モデルや変換ルールの一部が変更された場合でも、全生成物である全ソースファイルのバージョンが変更されてしまうものである。   In the conventional model-driven development, simple automatic generation regenerates the entire source file from the entire model even if a part of the model or conversion rule is changed. In this case, when the model is large, regeneration is time-consuming and inefficient. Even if a part of the model or conversion rule is changed, the version of all source files that are all products is changed.

そこで、本発明は、モデル駆動開発におけるモデルや変換ルールの一部の要素のみが更新された場合でも、プログラムのソースファイル全部が再生成されることなく、効率的にプログラムの再生成が行えるようにすることを課題とする。   Therefore, the present invention can efficiently regenerate a program without regenerating all the source files of the program even when only a part of the elements of the model or conversion rule in model driven development is updated. The challenge is to make it.

また、モデル要素や生成物の要素に実質上変化がない場合はバージョンが変更されないようにし、生成物の本質的差分だけがすばやく分かることである。   In addition, when there is substantially no change in the model element or the product element, the version is not changed, and only the essential difference of the product can be quickly understood.

本発明のモデル駆動開発装置は、モデル駆動開発手法を用いて開発すべきプログラムのモデルから所定の変換ルールにより前記プログラムのソースファイルを生成するモデル駆動開発装置において、前記モデルを前記生成の変換の基本となる単位である複数のモデル要素に分割し個々の前記モデル要素にバージョンを付与し、前記変換ルールを前記モデル要素と対応付けられた複数の変換ルール要素に分割し、個々の前記変換ルール要素にバージョンを付与し、前記モデル及び/又は前記変更ルールが変更されるとき、変更する前記モデル要素のみ及び/又は前記変更ルール要素のみ、バージョンを更新する制御手段と、複数の前記モデル要素とそのバージョンを記憶するモデル記憶手段と、分割された複数の前記変換ルール要素とそのバージョンを記憶する変換ルール記憶手段と、複数の生成されたソースファイルであるプログラム要素と、前記プログラム要素を生成したときの前記モデル要素のバージョンと前記変換ルール要素のバージョンを対応付けて記憶するプログラム記憶手段と、前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンとを比較するとともに、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンとを比較して結果を出力するバージョン比較手段と、前記バージョン比較手段から、前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンが一致しないか、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンが一致しない結果を受けたとき、該モデル要素と該変換ルール要素を用いてプログラム要素を生成し、該モデル要素のバージョンと該変換ルール要素のバージョンを付加して前記プログラム記憶手段に書き込むプログラム生成手段とを有することを特徴とするモデル駆動開発装置によって達成される。   The model-driven development device of the present invention is a model-driven development device that generates a source file of the program from a model of a program to be developed using a model-driven development method according to a predetermined conversion rule. Dividing into a plurality of model elements that are basic units, assigning a version to each model element, dividing the conversion rule into a plurality of conversion rule elements associated with the model element, and each of the conversion rules When a model is given a version, and the model and / or the change rule is changed, only the model element to be changed and / or only the change rule element, a control means for updating the version, a plurality of the model elements, Model storage means for storing the version, a plurality of the divided conversion rule elements and their bars A conversion rule storage means for storing an application, a plurality of generated source files of program elements, a version of the model element when the program element is generated, and a version of the conversion rule element are stored in association with each other The program storage means compares the version of the model element with the version of the model element when the corresponding program element is generated, and the conversion rule when the program element corresponding to the version of the conversion rule element is generated Version comparison means for comparing the version of the element and outputting the result; and from the version comparison means, the version of the model element and the version of the model element when the corresponding program element is generated do not match, or the conversion Before matching rule element version When receiving a result that the version of the conversion rule element does not match when the program element is generated, the program element is generated using the model element and the conversion rule element, and the version of the model element and the version of the conversion rule element And a program generation means for writing in the program storage means.

モデル駆動開発装置は、モデル要素はエンティティ又はコントロール又はバウンダリからなることを特徴とする上記のモデル駆動開発装置である。   The model-driven development apparatus is the model-driven development apparatus described above, wherein the model elements are entities, controls, or boundaries.

本発明のモデル駆動開発装置によれば、モデルをモデル要素に分割し、各要素にバージョンを付与するように構成され、変換ルールを変換ルール要素に分割し、各要素にバージョンを付与するように構成されているので、モデルの一部のモデル要素が変更された場合又は変換ルールの一部の変換ルール要素が変更された場合に、バージョン比較によりその要素の新しいバージョンによる自動生成しか行われないのでプログラム要素の無駄な再生成を防止できる。   According to the model-driven development apparatus of the present invention, the model is divided into model elements, and a version is assigned to each element. A conversion rule is divided into conversion rule elements, and a version is assigned to each element. If configured, if some model element in the model is changed or if some conversion rule element in the conversion rule is changed, version comparison will only automatically generate a new version of that element Therefore, unnecessary regeneration of program elements can be prevented.

以下、本発明の実施の形態について図面を用いて詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

モデル駆動開発装置は、モデル駆動開発におけるモデルを自動生成時の変換の基本となる単位である要素に分割し、個々の要素にバージョンを付与する。このバージョンは、各々の要素が変更された場合にのみ変更する。他の要素が変更されても、当該要素が変更されない場合はバージョンは以前と同一とする。自動生成に使用する変換ルールにもバージョンを付与する。変換ルールも、分割し、個々の変換ルール要素にバージョンを付与する。   The model-driven development device divides a model in model-driven development into elements that are basic units for conversion at the time of automatic generation, and gives a version to each element. This version changes only when each element is changed. If other elements are changed but the elements are not changed, the version is the same as before. A version is also assigned to the conversion rule used for automatic generation. The conversion rule is also divided and a version is assigned to each conversion rule element.

自動生成されるプログラム要素には、対応する全てのモデル要素と変換ルール要素のバージョンを格納する。変換ルール要素やモデル要素のバージョンが前回生成時と同じ場合はそのプログラム要素を自動生成しない。これにより、モデルの一部のモデル要素のみが更新された場合、その変更に対応するプログラム要素のみが自動生成され、効率的に再生成が行える。   The automatically generated program elements store all corresponding model elements and conversion rule element versions. If the version of the conversion rule element or model element is the same as the previous generation, the program element is not automatically generated. Thereby, when only a part of the model elements of the model is updated, only the program element corresponding to the change is automatically generated, and the regeneration can be efficiently performed.

[実施形態1]
図1に、本発明の実施形態1のモデル駆動開発の方法を示す。モデル30は複数のモデル要素を備える。各モデル要素ごとに1つずつのバージョンを設ける。
[Embodiment 1]
FIG. 1 shows a model-driven development method according to Embodiment 1 of the present invention. The model 30 includes a plurality of model elements. One version is provided for each model element.

モデル30は、モデル要素1、モデル要素2、モデル要素3、モデル要素21、モデル要素22から構成されている。モデル30は、バージョン1.1である。モデル要素1、モデル要素2、モデル要素3は、直接モデルに属しており、バージョンはそれぞれバージョン1.2、バージョン1.1、バージョン1.1である。モデル要素21とモデル要素22は、モデル要素2に属しており、バージョンはそれぞれバージョン1.1、バージョン2.1である。   The model 30 includes a model element 1, a model element 2, a model element 3, a model element 21, and a model element 22. Model 30 is version 1.1. Model element 1, model element 2, and model element 3 belong directly to the model, and the versions are version 1.2, version 1.1, and version 1.1, respectively. The model element 21 and the model element 22 belong to the model element 2, and the versions are version 1.1 and version 2.1, respectively.

モデル駆動開発装置40は、制御手段41とジェネレータ42からなる。   The model drive development device 40 includes a control unit 41 and a generator 42.

制御手段41は、モデル30がモデル駆動開発装置40内に記憶されている場合は、モデル30の制御を行う。制御手段41は、モデル30を各モデル要素に分割し、バージョンを付与する。モデル要素の変更時には、該当するモデル要素のバージョンを更新する。   The control means 41 controls the model 30 when the model 30 is stored in the model drive development device 40. The control means 41 divides the model 30 into model elements and assigns versions. When the model element is changed, the version of the corresponding model element is updated.

モデル30とその各要素は他のPCから与えられる場合や他のPCで更新を受ける場合もある。よって、このモデル30の分割やバージョン付与、更新の機能を持たない制御手段を用いたモデル駆動開発装置40も構成できる。   The model 30 and each element thereof may be given from another PC or may be updated by another PC. Therefore, the model drive development apparatus 40 using the control means that does not have the function of dividing, versioning, and updating the model 30 can also be configured.

ジェネレータ42は複数の変換ルール要素を備え、それぞれのソースファイルを生成する。モデル要素と使用される変換ルール要素は線と矢印で繋げられている。ジェネレータ42の変換ルール要素ごとにも1つのバージョンを設ける。ジェネレータ42には、変換ルール要素1(43)、変換ルール要素2(44)、変換ルール要素3(45)があり、バージョンはそれぞれバージョン1.1、バージョン2.1、バージョン1.1であり、それぞれソースファイル1(51)、ソースファイル2(52)、ソースファイル3(53)を生成する。   The generator 42 includes a plurality of conversion rule elements and generates respective source files. The model element and the conversion rule element to be used are connected by a line and an arrow. One version is also provided for each conversion rule element of the generator 42. The generator 42 includes a conversion rule element 1 (43), a conversion rule element 2 (44), and a conversion rule element 3 (45), and the versions are version 1.1, version 2.1, and version 1.1, respectively. , Source file 1 (51), source file 2 (52), and source file 3 (53) are generated.

これにより、例えば、モデル要素22だけのバージョンが変更された場合、変換ルール要素1(41)を用いてソースファイル1(51)だけが再生成となる。また、ジェネレータ42の変換ルール要素2(42)だけが変更された場合は、モデル要素2、モデル要素21を用いてソースファイル2(52)のみを再生成する。   Thereby, for example, when the version of only the model element 22 is changed, only the source file 1 (51) is regenerated using the conversion rule element 1 (41). When only the conversion rule element 2 (42) of the generator 42 is changed, only the source file 2 (52) is regenerated using the model element 2 and the model element 21.

次に、図2に、本発明の実施形態1の機能構成図を示す。コンピュータ100は、モデル駆動開発装置40となる。コンピュータ100は、上述の図1の制御手段41とジェネレータ42を構成する。   Next, FIG. 2 shows a functional configuration diagram of Embodiment 1 of the present invention. The computer 100 becomes the model drive development device 40. The computer 100 constitutes the control means 41 and the generator 42 shown in FIG.

プログラム制御により動作するコンピュータ100は、モデル記憶手段110と、 変換ルール記憶手段120と、プログラム記憶手段130と 、変換ルール要素バージョン取得手段140と、モデル要素バージョン取得手段150と、プログラム要素バージョン取得手段160と、バージョン比較手段170と、モデル要素取得手段180と、変換ルール要素取得手段190と、プログラム生成手段200と、上位制御手段230とを含む構成である。   The computer 100 operated by program control includes a model storage unit 110, a conversion rule storage unit 120, a program storage unit 130, a conversion rule element version acquisition unit 140, a model element version acquisition unit 150, and a program element version acquisition unit. 160, a version comparison unit 170, a model element acquisition unit 180, a conversion rule element acquisition unit 190, a program generation unit 200, and a host control unit 230.

図3は、このコンピュータ100のハードウェア構成図である。CPU(Central Processing Unit)250は、変換ルール要素バージョン取得手段140と、モデル要素バージョン取得手段150と、プログラム要素バージョン取得手段160と、バージョン比較手段170の制御と、モデル要素取得手段180と、変換ルール要素取得手段190と、プログラム生成手段200と、上位制御手段230の制御の機能を行う。揮発性メモリ260は、バージョン比較手段170の一時記憶とプログラム生成手段200の一時記憶の機能を行う。ハードディスク270は、モデル記憶手段110と、変換ルール記憶手段120と、プログラム記憶手段130の機能を行う。280は、CPU250、揮発性メモリ260、不揮発性メモリ270を結ぶバスである。   FIG. 3 is a hardware configuration diagram of the computer 100. A CPU (Central Processing Unit) 250 includes a conversion rule element version acquisition unit 140, a model element version acquisition unit 150, a program element version acquisition unit 160, a control of the version comparison unit 170, a model element acquisition unit 180, and a conversion. The rule element acquisition unit 190, the program generation unit 200, and the host control unit 230 perform control functions. The volatile memory 260 performs the temporary storage function of the version comparison unit 170 and the temporary storage function of the program generation unit 200. The hard disk 270 performs the functions of the model storage unit 110, the conversion rule storage unit 120, and the program storage unit 130. A bus 280 connects the CPU 250, the volatile memory 260, and the nonvolatile memory 270.

機能構成図の各部を説明する。モデル記憶手段110は、モデル30を、構成するモデル要素ごとにバージョン番号を付与可能な形式で記憶する。モデル30は3種類のモデル要素、すなわち、後述するエンティティ31、コントロール32、バウンダリ33からなる。   Each part of the functional configuration diagram will be described. The model storage means 110 stores the model 30 in a format in which a version number can be assigned for each model element constituting the model 30. The model 30 includes three types of model elements, that is, an entity 31, a control 32, and a boundary 33, which will be described later.

変換ルール記憶手段120は、変換ルールを、変換ルール要素ごとにバージョン番号を付与可能な形式で記憶する。   The conversion rule storage unit 120 stores the conversion rule in a format in which a version number can be assigned for each conversion rule element.

プログラム記憶手段130は、プログラム生成手段200が生成したプログラムを、プログラム要素のファイルごとにバージョン番号を付与可能な形式で記憶する。プログラム要素には、後述するDB(Database)ソースファイル35、EJB(Enterprise Java(登録商標)Beans)ソースファイル36、JSP(Java(登録商標)Server Pages)ソースファイル37がある。   The program storage unit 130 stores the program generated by the program generation unit 200 in a format in which a version number can be assigned to each program element file. The program elements include a DB (Database) source file 35, an EJB (Enterprise Java (registered trademark) Beans) source file 36, and a JSP (Java (registered trademark) Server Pages) source file 37, which will be described later.

なお、プログラム要素は、図1でのソースファイルに相当する。   The program element corresponds to the source file in FIG.

変換ルール要素バージョン取得手段140は、変換ルール要素のバージョン番号を変換ルール記憶手段120から取得し、バージョン比較手段170に送る。モデル要素バージョン取得手段150は、モデル要素のバージョン番号をモデル記憶手段110から取得し、バージョン比較手段170に送る。   The conversion rule element version acquisition unit 140 acquires the version number of the conversion rule element from the conversion rule storage unit 120 and sends it to the version comparison unit 170. The model element version acquisition unit 150 acquires the version number of the model element from the model storage unit 110 and sends it to the version comparison unit 170.

プログラム要素バージョン取得手段160は、変換ルール要素とモデル要素に対応するプログラム要素のバージョンをプログラム記憶手段130から検索して取得し、バージョン比較手段170に送る。つまり、該当するプログラム要素に対応したプログラム要素生成時の変換ルール要素バージョンとモデル要素バージョンをプログラム記憶手段130から取得し、バージョン比較手段170に送る。ここで、プログラム要素のバージョンとは、プログラム要素に対応したプログラム要素生成時の変換ルール要素バージョンとモデル要素バージョンを指す。   The program element version acquisition unit 160 searches and acquires the version of the program element corresponding to the conversion rule element and the model element from the program storage unit 130, and sends it to the version comparison unit 170. That is, the conversion rule element version and the model element version at the time of generating the program element corresponding to the corresponding program element are acquired from the program storage unit 130 and sent to the version comparison unit 170. Here, the version of the program element refers to a conversion rule element version and a model element version when generating a program element corresponding to the program element.

バージョン比較手段170は、変換ルール要素とモデル要素に対応するプログラム要素のバージョンが、変換ルール要素のバージョンとモデル要素のバージョンに一致するかどうかを比較する。つまり、対応するプログラム要素のプログラム要素生成時の変換ルール要素バージョンとモデル要素バージョンが、指定された変換ルール要素のバージョンとモデル要素のバージョンに一致するかどうかを比較する。そして、すべて一致する場合のみ比較結果trueを返す。他の場合は比較結果falseを返す。   The version comparison means 170 compares whether the version of the program element corresponding to the conversion rule element and the model element matches the version of the conversion rule element and the version of the model element. That is, it is compared whether or not the conversion rule element version and the model element version at the time of generating the program element of the corresponding program element match the version of the designated conversion rule element and the version of the model element. The comparison result true is returned only when they all match. In other cases, the comparison result false is returned.

モデル要素取得手段180は、モデル記憶手段110からモデル要素の情報を取得する。
変換ルール要素取得手段190は、変換ルール記憶手段120から変換ルール要素の情報を取得する。
The model element acquisition unit 180 acquires model element information from the model storage unit 110.
The conversion rule element acquisition unit 190 acquires conversion rule element information from the conversion rule storage unit 120.

プログラム生成手段200は、変換ルール要素取得手段190から取得した変換ルール要素と、変換ルール要素に入力するモデル要素をバージョン比較手段に渡し、該当するプログラム要素とバージョンが一致するかどうかを計算させ、一致しない場合はモデル要素取得手段180から取得したモデル要素と、すでに取得済みの変換ルール要素を用いて対応するプログラム要素を生成し、モデル要素と変換ルール要素のバージョン情報を追加した後、プログラム記憶手段130に格納する。一致した場合はプログラム要素を生成しない。   The program generation unit 200 passes the conversion rule element acquired from the conversion rule element acquisition unit 190 and the model element input to the conversion rule element to the version comparison unit, and calculates whether the corresponding program element and version match, If they do not match, a corresponding program element is generated using the model element acquired from the model element acquisition unit 180 and the conversion rule element already acquired, and after adding version information of the model element and the conversion rule element, the program storage Store in means 130. If they match, no program element is generated.

上位制御手段230は、バージョン比較手段170とプログラム生成手段200の上位の制御手段として制御を行う。上位制御手段230は、モデルがモデル記憶手段に記憶されている場合は、モデル要素に分割し、各モデル要素にバージョンを付与する。モデル要素の変更、バージョンの更新も行う。また、変換ルール記憶手段120に変換ルールが記憶されている場合は、変換ルール要素に分割し、各変換ルール要素にバージョンを付与する。変換ルール要素の変更、バージョンの更新も行う。   The upper control unit 230 performs control as an upper control unit of the version comparison unit 170 and the program generation unit 200. When the model is stored in the model storage unit, the upper control unit 230 divides the model into model elements and assigns a version to each model element. Change model elements and update versions. When conversion rules are stored in the conversion rule storage unit 120, the conversion rules are divided into conversion rule elements, and a version is assigned to each conversion rule element. Change conversion rule elements and update versions.

なお、モデル及び変換ルールは、モデル要素に分割し、各モデル要素にバージョンを付与されたもの及び変換ルール要素に分割し、各変換ルール要素にバージョンを付与されたものを外部のPC等から得る場合もある。また、他のPCで更新を受けたものが書き込まれる場合もある。   The model and the conversion rule are divided into model elements, each model element is given a version and divided into conversion rule elements, and each conversion rule element is given a version from an external PC or the like In some cases. In some cases, data updated by another PC is written.

図4に、プログラム記憶手段130上のプログラム要素を示す。プログラム要素に対応したプログラム要素生成時の変換ルール要素バージョンとモデル要素バージョンを記憶する。これにより、プログラム要素から、生成に使用した変換ルール要素とモデル要素のバージョンをトレースすることができ、障害調査に有効活用できる。   FIG. 4 shows program elements on the program storage unit 130. A conversion rule element version and a model element version at the time of generating a program element corresponding to the program element are stored. As a result, the version of the conversion rule element and model element used for generation can be traced from the program element, which can be effectively utilized for failure investigation.

図5に、モデル要素から構成されたモデル30の例を示す。この例では、上述したように、モデル30は、モデル駆動のモデリングによるオブジェクトである3種類のモデル要素からなる。すなわち、ひとまとまりの情報を持つ実体でありデータベースの表定義に相当するエンティティ31、演算操作や処理を行いプログラムの制御を司るものであるコントロール32、画面や帳票印刷など、外部世界とコンピュータの世界をつなぐ入出力情報であるバウンダリ33からなる。なお、エンティティの属性は、エンティティの要素となる情報であり、コントロールの操作は、他のクラスつまりエンティティやバウンダリに対する処理を実行する部分であり、バウンダリの属性は、バウンダリの要素となる情報である。   FIG. 5 shows an example of a model 30 composed of model elements. In this example, as described above, the model 30 includes three types of model elements that are objects by model-driven modeling. In other words, an entity 31 that is a group of information and corresponds to a table definition in the database, a control 32 that performs arithmetic operations and processing to control programs, and the outside world and the computer world such as screen and form printing. Boundary 33, which is input / output information for connecting. The entity attribute is information that becomes an entity element, the control operation is a part that executes processing for another class, that is, the entity and the boundary, and the boundary attribute is information that becomes a boundary element. .

エンティティ31、コントロール32、バウンダリ33はそれぞれ任意個存在する。コントロール32はエンティティ31を、バウンダリ33はコントロール32をそれぞれ任意個参照する。  There are any number of entities 31, controls 32, and boundaries 33. The control 32 refers to the entity 31, and the boundary 33 refers to any number of controls 32.

図6(a)は、モデル30の3種類のモデル要素を、矢印で示される3つの変換ルール要素でDBソースファイル35、EJBソースファイル36、JSPソースファイル37という3種類のプログラム要素に変換つまり自動生成する様子を、図6(b)は、モデル要素とプログラム要素と変換ルール要素の対応表を示す。これらを合わせて説明する。   FIG. 6A shows conversion of three types of model elements of the model 30 into three types of program elements, that is, a DB source file 35, an EJB source file 36, and a JSP source file 37, using three conversion rule elements indicated by arrows. FIG. 6B shows a correspondence table of model elements, program elements, and conversion rule elements. These will be described together.

図6(a)において、エンティティ31は、変換ルール要素1によってDBソースファイル35に変換される。コントロール32は、エンティティ31を参照し変換ルール要素2によってEJBソースファイル36に変換される。バウンダリ33は、コントロール32を参照し変換ルール要素3によってJSPソースファイル37に変換される。   In FIG. 6A, the entity 31 is converted into a DB source file 35 by the conversion rule element 1. The control 32 refers to the entity 31 and is converted into an EJB source file 36 by the conversion rule element 2. The boundary 33 is converted into a JSP source file 37 by the conversion rule element 3 with reference to the control 32.

ここで、変換されたプログラム要素であるソースファイルを説明する。   Here, the source file which is the converted program element will be described.

DBソースファイル35は、エンティティ31に対応するデータベースとしてのソースファイルである。EJBソースファイル36は、コントロール32とエンティティ31に対応するJava(登録商標)のコンポーネント仕様Java(登録商標)Beansをサーバ側で使えるように拡張したソースファイルである。EJB対応のソフトウエア部品は、いろいろなjava(登録商標)プログラムから共有できる。JSPソースファイル37は、バウンダリ33とコントロール32に対応するJava(登録商標)を使ったWebアプリケーション実行環境のソースファイルであり、Java(登録商標)コードをHTML文中に埋め込んだファイルをWebサーバ側で実行してその結果をWebブラウザに戻す。   The DB source file 35 is a source file as a database corresponding to the entity 31. The EJB source file 36 is a source file that is an extension of a Java (registered trademark) component specification Java (registered trademark) corresponding to the control 32 and the entity 31 so that it can be used on the server side. Software components that support EJB can be shared from various Java (registered trademark) programs. The JSP source file 37 is a source file of a Web application execution environment using Java (registered trademark) corresponding to the boundary 33 and the control 32, and a file in which the Java (registered trademark) code is embedded in an HTML sentence is stored on the Web server side. Execute and return the result to the web browser.

次に図6(b)の対応表を説明する。モデル要素とプログラム要素の変換と、その変換を行う変換ルール要素が番号ごとに示される。   Next, the correspondence table of FIG. Conversion of model elements and program elements and conversion rule elements for performing the conversion are shown for each number.

次に、変換ルール要素を説明する。なお、実施例を図7から図10で後述する。   Next, the conversion rule element will be described. Examples will be described later with reference to FIGS.

変換ルール要素1は、エンティティ31ひとつにつきデータベースつまりDB35の表を1つ生成する。エンティティ31の属性をDBソースファイル35の列に変換する。例えば、入力項目が、データベースの項目に変換される。   The conversion rule element 1 generates one database, that is, a table of the DB 35 for each entity 31. The attribute of the entity 31 is converted into a column of the DB source file 35. For example, an input item is converted into a database item.

変換ルール要素2は、コントロール32の1つにつき、EJBソースファイル36を1つ作成する。コントロール32の操作を、EJBのメソッドに変換する。EJBのメソッドとは、EJBの属性つまりEJBの要素となる情報を操作するための処理を実行する部分である。また、コントロール32が参照するエンティティ31に対応するDBソースファイル35を取得するためのSQL(Structured query language)文を生成する。例えば、入力の操作や使用するDBを聞くSQL文をEJBに設ける。   The conversion rule element 2 creates one EJB source file 36 for each control 32. The operation of the control 32 is converted into an EJB method. The EJB method is a portion for executing processing for manipulating information that becomes an EJB attribute, that is, an EJB element. Further, an SQL (Structured query language) statement for acquiring the DB source file 35 corresponding to the entity 31 referred to by the control 32 is generated. For example, an SQL statement for listening to an input operation or a DB to be used is provided in the EJB.

変換ルール要素3は、バウンダリ33の1つにつき、JSPソースファイル37を1つ生成する。バウンダリ33の属性をJSPソースファイル37のINPUTに変換する。JSPのINPUTとは、JSPに配置される入力領域である。バウンダリ33が参照しているコントロール32をJSPソースファイル37上にJava(登録商標)のコンポーネント仕様であるJava(登録商標)Beansを生成する。例えば、入力画面の項目をJSPの入力項目とする。また、入力という操作をJSP内にJava(登録商標)Beansとして生成する。   The conversion rule element 3 generates one JSP source file 37 for each of the boundaries 33. The attribute of the boundary 33 is converted to the INPUT of the JSP source file 37. The JSP INPUT is an input area arranged in the JSP. Java (registered trademark) Beans, which is a component specification of Java (registered trademark), is generated on the JSP source file 37 for the control 32 referred to by the boundary 33. For example, an input screen item is a JSP input item. Also, an input operation is generated in the JSP as Java (registered trademark) Beans.

ここで、図6(a)に示すように、プログラム要素のDBソースファイル35はモデル要素のエンティティ31と変換ルール要素1に依存し、プログラム要素のEJBソースファイル36はモデル要素のエンティティ31とコントロール32ならびに変換ルール要素2に依存し、プログラム要素のJSPソースファイル37はモデル要素のコントロール32とバウンダリ33ならびに変換ルール要素3に依存する。   Here, as shown in FIG. 6A, the program element DB source file 35 depends on the model element entity 31 and the conversion rule element 1, and the program element EJB source file 36 contains the model element entity 31 and the control. 32 and the conversion rule element 2, the program source JSP source file 37 depends on the model element control 32 and the boundary 33 and the conversion rule element 3.

本発明の技術を使用することにより、プログラム要素の再生成範囲が限定される。すなわち、図6(a)からわかるように、エンティティ31のみが変更された場合はJSPソースファイル37の生成は不要であり、コントロール32のみが変更された場合はEJBソースファイル36の生成は不要であり、バウンダリ33のみが変更された場合はDBソースファイル35とEJBソースファイル36の生成は不要となる。また、変換ルール要素1のみが変更された場合はEJBソースファイル36とJSPソースファイル37の生成は不要であり、変換ルール要素2のみが変更された場合はDBソースファイル35とJSPソースファイル37の生成は不要であり、変換ルール要素3のみが変更された場合はDBソースファイル35とEJBソースファイル36の生成は不要である。いずれの場合も、常に生成されたプログラム要素ごとに、生成時に使用された変換ルール要素やモデル要素のバージョンを取得できる。   By using the technique of the present invention, the regen range of program elements is limited. That is, as can be seen from FIG. 6A, it is not necessary to generate the JSP source file 37 when only the entity 31 is changed, and it is not necessary to generate the EJB source file 36 when only the control 32 is changed. Yes, when only the boundary 33 is changed, the generation of the DB source file 35 and the EJB source file 36 becomes unnecessary. When only the conversion rule element 1 is changed, the generation of the EJB source file 36 and the JSP source file 37 is not necessary. When only the conversion rule element 2 is changed, the DB source file 35 and the JSP source file 37 are not generated. Generation is unnecessary, and when only the conversion rule element 3 is changed, generation of the DB source file 35 and the EJB source file 36 is unnecessary. In either case, the version of the conversion rule element or model element used at the time of generation can be acquired for each program element that is always generated.

図7に、図6に対応する実施例である売上管理モデルを示し説明する。図7(a)が変換の例であり、図7(b)が対応表である。対応表の変換ルール要素は、上述のものと同じである。   FIG. 7 shows and describes a sales management model which is an embodiment corresponding to FIG. FIG. 7A is an example of conversion, and FIG. 7B is a correspondence table. The conversion rule elements of the correspondence table are the same as those described above.

図7(a)では、モデル30が売上管理モデル60であり、エンティティ31である売上入力画面63で入力されたデータをバウンダリ33である売上DB61に、コントロール32である入力制御62の制御により格納し保存するというアプリケーションである。これを変換ルールにより変換する。   In FIG. 7A, the model 30 is the sales management model 60, and the data input on the sales input screen 63 that is the entity 31 is stored in the sales DB 61 that is the boundary 33 under the control of the input control 62 that is the control 32. And save it. This is converted by a conversion rule.

この結果、売上DB61は、変換ルール要素1によってDBソースファイル35であるURIAGE_TABLE65に変換される。入力制御62は、売上DB61を参照し変換ルール要素2によってEJBソースファイル36であるUriageBean66に変換される。売上入力画面63は、入力制御62を参照し変換ルール要素3によってJSPソースファイル37であるUriage.JSP67に変換される。   As a result, the sales DB 61 is converted by the conversion rule element 1 into the URI_TABLE 65 that is the DB source file 35. The input control 62 refers to the sales DB 61 and is converted by the conversion rule element 2 into the URIBean 66 that is the EJB source file 36. The sales input screen 63 refers to the input control 62, and the URI. Converted to JSP67.

図7(b)の対応表では、モデル要素とプログラム要素の具体例を示している。モデル要素のエンティティが「売上DB」であり、コントロールが「入力制御」、バウンダリが「売上入力画面」である。プログラム要素のDBつまりデータベース表が「URIAGE_TABLE」であり、EJBが「UriageBean」、JSPが「Uriage.JSP」である。   The correspondence table in FIG. 7B shows a specific example of model elements and program elements. The entity of the model element is “sales DB”, the control is “input control”, and the boundary is “sales input screen”. The DB of the program elements, that is, the database table is “URIAGE_TABLE”, the EJB is “UriageBean”, and the JSP is “Uriage.JSP”.

図8は、変換ルール要素1による変換の詳細例である。図8(a)では、売上DB61につき、データベース表「URIAGE_TABLE」が作成され、売上DB61の属性である日付、顧客、品名、単価、個数、合価がそれぞれ、URIAGE_TABLE65の列である「Date DATETIME」、「Cust NUMBER(5)」、「Item VARCHAR(20)」、「Price NUMBER(10)」、「Num NUMBER(5)」、「Sum NUMBER(20)」に変換されることを示す。図8(b)は、図7(b)の対応表内の変換ルール要素1のみの対応表を示す。   FIG. 8 is a detailed example of conversion by the conversion rule element 1. In FIG. 8A, a database table “URIAGE_TABLE” is created for the sales DB 61, and “Date DATETIME” in which the attributes, the date, the customer, the product name, the unit price, the number, and the price of the sales DB 61 are the columns of the URIAGE_TABLE 65, respectively. , “Cust NUMBER (5)”, “Item VARCHAR (20)”, “Price NUMBER (10)”, “Num NUMBER (5)”, “Sum NUMBER (20)”. FIG. 8B shows a correspondence table of only the conversion rule element 1 in the correspondence table of FIG.

図9は、変換ルール要素2による変換の詳細例である。図9(a)では、入力制御62につき、EJBである「UriageBean」が作成され、入力制御62の操作である「入力する」をUriageBeanのメソッドに変換するとともに、入力制御62が参照する売上DB61に対応するDBを取得するためのSQL文をメソッド内に作成することを示す。図9(b)は、図7(b)の対応表内の変換ルール要素2のみの対応表を示す。   FIG. 9 is a detailed example of conversion by the conversion rule element 2. In FIG. 9A, “UriageBean” that is an EJB is created for the input control 62, and “input” that is an operation of the input control 62 is converted into a method of the UreaBean, and the sales DB 61 that the input control 62 refers to. The SQL statement for acquiring the DB corresponding to is created in the method. FIG. 9B shows a correspondence table of only the conversion rule element 2 in the correspondence table of FIG.

図10は、変換ルール要素3による変換の詳細例である。図10(a)では、売上入力画面63につき「Uriage.JSP」が作成され、売上入力画面63の属性である日付、顧客、品名、単価、個数、合価がそれぞれ、変換ルール要素3によって、Uriage.JSP67のINPUTである日付、顧客、品名、単価、個数、合価に変換されるとともに、売上入力画面63が参照している入力制御62をUriage.JSP上にJava(登録商標)Beansとして生成する。これにより、入力制御62により売上入力画面63の入力がUriage.JSPに入る。図10(b)は、図7(b)の対応表内の変換ルール要素3のみの対応表を示す。   FIG. 10 is a detailed example of conversion by the conversion rule element 3. 10A, “Uriage.JSP” is created for the sales input screen 63, and the attributes of the sales input screen 63 such as date, customer, product name, unit price, quantity, and price are converted by the conversion rule element 3, respectively. Urage. The input control 62 referred to by the sales input screen 63 is converted to the URI. It is generated as Java (registered trademark) Beans on JSP. As a result, the input on the sales input screen 63 by the input control 62 is URIage. Enter JSP. FIG. 10B shows a correspondence table of only the conversion rule element 3 in the correspondence table of FIG.

次に、図11及び図12のフローチャートを参照して本発明の実施形態1の動作について詳細に説明する。   Next, the operation of Embodiment 1 of the present invention will be described in detail with reference to the flowcharts of FIGS. 11 and 12.

初めに図11のフローチャートを説明する。図中ステップA3及びA4のバージョンが一致しているかの比較の動作は、図12のフローチャートで詳細に示す。   First, the flowchart of FIG. 11 will be described. The operation of comparing whether the versions of steps A3 and A4 in the figure match is shown in detail in the flowchart of FIG.

まず、変換ルール要素取得手段190が、変換ルール記憶手段120から変換ルール要素を取得する(ステップA1)。次に、モデル要素取得手段180が、変換ルール要素に対応するモデル要素をモデル記憶手段110から取得する(ステップA2)。   First, the conversion rule element acquisition unit 190 acquires a conversion rule element from the conversion rule storage unit 120 (step A1). Next, the model element acquisition unit 180 acquires a model element corresponding to the conversion rule element from the model storage unit 110 (step A2).

プログラム生成手段200は、変換ルールとモデル要素を取得し、バージョン比較手段170に送る。バージョン比較手段170は、変換ルールとモデル要素のバージョンを対応するプログラム要素のバージョンと比較する(ステップA3、詳細は図8)。 バージョンが一致する場合は、モデル要素も変換ルール要素も更新されていないため、ステップA9へ進む(ステップA4)。   The program generation unit 200 acquires the conversion rules and model elements and sends them to the version comparison unit 170. The version comparison means 170 compares the version of the conversion rule and the model element with the version of the corresponding program element (step A3, details are shown in FIG. 8). If the versions match, neither the model element nor the conversion rule element has been updated, and the process proceeds to step A9 (step A4).

バージョンが一致しない場合は、モデル要素または変換ルール要素が更新されているため、引き続き対応するプログラム要素をプログラム生成手段200にて生成する。モデル要素の情報を、取得した変換ルール要素の変換ルールに基づき変換し、プログラム要素を生成する(ステップA5)。次に、プログラム要素に、変換に使用したモデル要素のバージョンを書き込む(ステップA6)。さらに、プログラム要素に、変換に使用した変換ルールのバージョンも書き込む(ステップA7)。最後に、プログラム要素をプログラム記憶手段130に記憶する(ステップA8)。そして、処理したモデル要素が最後のモデル要素かどうかチェックする(ステップA9)。最後でなければステップA2に戻る。最後であれば、処理に使用した変換ルール要素が最後かどうかをチェックする(ステップA10)。 最後でなければステップA1に戻る。最後であれば終了する。  If the versions do not match, the model element or conversion rule element has been updated, so that the corresponding program element is continuously generated by the program generation means 200. The model element information is converted based on the acquired conversion rule element conversion rule to generate a program element (step A5). Next, the version of the model element used for the conversion is written in the program element (step A6). Further, the version of the conversion rule used for conversion is also written in the program element (step A7). Finally, the program element is stored in the program storage means 130 (step A8). Then, it is checked whether the processed model element is the last model element (step A9). If it is not the last, it returns to step A2. If it is the last, it is checked whether the conversion rule element used for the process is the last (step A10). If it is not the last, it returns to step A1. If it is the last, it ends.

次に図12のフローチャートを用いてA3及びA4のバージョン比較を説明する。   Next, version comparison of A3 and A4 will be described using the flowchart of FIG.

バージョンの一致の確認は、まず、バージョン比較手段170が、変換ルール要素とモデル要素に対応するプログラム要素をプログラム要素バージョン取得手段160を介してプログラム記憶手段130から検索して取得する(ステップB1)。対応するプログラム要素が存在するかどうかチェックする(ステップB2)。存在しない場合は、変換ルール要素又はモデル要素が追加された場合であるから「バージョンは不一致」という結果で上位の制御手段に返す。対応するプログラム要素は不存在、新規にプログラム要素が作られることになる(ステップB7)。存在する場合は、バージョン比較手段170が、プログラム要素生成時の対応づけられた変換ルール要素のバージョンをプログラム要素バージョン取得手段160を介してプログラム記憶手段130から取得する(ステップB3)。このバージョンと、現在の変換ルール要素のバージョンを比較する(ステップB4)。バージョンが一致しない場合は、「バージョンは不一致」という結果を上位の制御手段に返す(ステップB7)。一致する場合は、バージョン比較手段170が、プログラム要素生成時の対応づけられたモデル要素のバージョンをプログラム要素バージョン取得手段160を介してプログラム要素記憶手段130から取得する(ステップB5)。モデル要素は複数存在する可能性があるが、その場合は全て取得しておく。バージョン比較手段170は、これらのバージョンと、現在のモデル要素のバージョンを比較する(ステップB6)。バージョンが一致しない場合は、「バージョンは不一致」という結果を上位の制御手段に返す(ステップB7)。一致する場合は、「バージョンは一致」という結果を上位の制御手段に返す(ステップB8)。   First, the version comparison unit 170 searches and acquires the program element corresponding to the conversion rule element and the model element from the program storage unit 130 via the program element version acquisition unit 160 (step B1). . It is checked whether the corresponding program element exists (step B2). If there is not, it is a case where a conversion rule element or a model element is added, and the result is “version does not match”, and the result is returned to the upper control means. There is no corresponding program element, and a new program element is created (step B7). If it exists, the version comparison unit 170 acquires the version of the conversion rule element associated with the program element generation from the program storage unit 130 via the program element version acquisition unit 160 (step B3). This version is compared with the version of the current conversion rule element (step B4). If the versions do not match, the result “version does not match” is returned to the upper control means (step B7). If they match, the version comparison unit 170 acquires the version of the associated model element at the time of generating the program element from the program element storage unit 130 via the program element version acquisition unit 160 (step B5). There may be multiple model elements, but in that case, acquire all of them. The version comparison means 170 compares these versions with the version of the current model element (step B6). If the versions do not match, the result “version does not match” is returned to the upper control means (step B7). If they match, the result “version matches” is returned to the upper control means (step B8).

[実施形態2]
次に、本発明の実施形態2の構成について図面を参照して詳細に説明する。
[Embodiment 2]
Next, the structure of Embodiment 2 of this invention is demonstrated in detail with reference to drawings.

図13に実施形態2の構成を示す。本発明の実施形態2の構成は、実施形態1の構成に、モデル編集手段210と、変換ルール編集手段220とを追加した構成である。
実施形態1では、上位制御手段230で行う機能の内、モデル編集、変更ルール編集をモデル編集手段210と、変換ルール編集手段220で行う。
実施形態1で示した構成及び動作の説明は省略する。
FIG. 13 shows the configuration of the second embodiment. The configuration of the second embodiment of the present invention is a configuration in which a model editing unit 210 and a conversion rule editing unit 220 are added to the configuration of the first embodiment.
In the first embodiment, among the functions performed by the host control unit 230, model editing and change rule editing are performed by the model editing unit 210 and the conversion rule editing unit 220.
The description of the configuration and operation shown in Embodiment 1 is omitted.

コンピュータ100は、モデル編集手段210と、変換ルール編集手段220とを含む。   The computer 100 includes a model editing unit 210 and a conversion rule editing unit 220.

モデル編集手段210は、モデルをモデル記憶手段110から読み込み、要素の追加、要素の削除、要素の内容変更を行い、モデル記憶手段110に書き戻す。その際、変更が行われたモデル要素のバージョン情報を更新し、以前のモデル要素とバージョンの区別がつくようにする。   The model editing unit 210 reads the model from the model storage unit 110, adds an element, deletes an element, changes the content of the element, and writes back to the model storage unit 110. At that time, the version information of the changed model element is updated so that the previous model element can be distinguished from the version.

変換ルール編集手段220は、変換ルールを変換ルール記憶手段120から読み込み、変換ルールの追加、変換ルールの削除、変換ルールの内容変更を行い、変換ルール記憶手段120に書き戻す。その際、変更が行われた変換ルール要素のバージョン情報を更新し、以前の変換ルール要素とバージョンの区別がつくようにする。   The conversion rule editing unit 220 reads the conversion rule from the conversion rule storage unit 120, adds the conversion rule, deletes the conversion rule, changes the content of the conversion rule, and writes it back to the conversion rule storage unit 120. At that time, the version information of the changed conversion rule element is updated so that the previous conversion rule element can be distinguished from the version.

上位制御手段230は、モデル編集手段210と変換ルール編集手段220の制御を行う。   The host control unit 230 controls the model editing unit 210 and the conversion rule editing unit 220.

次に、本発明の実施形態2の効果について説明する。   Next, the effect of Embodiment 2 of this invention is demonstrated.

本発明の実施形態2では、モデルをモデル編集手段210で編集することにより、各要素のバージョンを自動的に更新するように構成されているため、モデルが変更された場合 のバージョン更新作業の手間を省き、正確なバージョンを付与できる。
また、実施形態2では、変換ルールを変換ルール編集手段220で編集することにより、各要素のバージョンを自動的に更新するように構成されているため、変換ルールが変更された場合のバージョン更新作業の手間を省き、正確なバージョンを付与できる。
In the second embodiment of the present invention, since the model is edited by the model editing unit 210, the version of each element is automatically updated. Therefore, the trouble of version update work when the model is changed Can be given and an accurate version can be given.
In the second embodiment, the version of each element is automatically updated by editing the conversion rule with the conversion rule editing unit 220. Therefore, the version update operation when the conversion rule is changed You can save the time and give an accurate version.

なお、本発明は上述の説明した実施の形態に限定されるものではなく、本発明の精神を逸脱することなく種々の変形が可能とされるものである。   The present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the spirit of the present invention.

本発明によれば、モデル駆動開発における自動生成といった分野に適用できる。また、 ハードウェアやミドルウェアのモデルから、保守ドキュメントを自動生成するといった用途にも適用可能である。   The present invention can be applied to fields such as automatic generation in model-driven development. It can also be applied to applications such as automatically generating maintenance documents from hardware and middleware models.

本発明の実施形態1のモデル駆動開発の方法である。It is the method of model drive development of Embodiment 1 of this invention. 本発明の実施形態1の構成図である。It is a block diagram of Embodiment 1 of this invention. 本発明の実施形態1のハードウェア構成図である。It is a hardware block diagram of Embodiment 1 of this invention. 本発明のプログラム記憶手段上のプログラム要素である。It is a program element on the program storage means of the present invention. 本発明のモデル要素から構成されたモデルの例である。It is an example of the model comprised from the model element of this invention. (a)本発明のモデルを変換ルール要素でプログラム要素に変換する例である。(b)本発明のモデル要素とプログラム要素と変換ルール要素の対応表である。(A) It is an example which converts the model of this invention into a program element by a conversion rule element. (B) A correspondence table of model elements, program elements, and conversion rule elements of the present invention. (a)本発明のモデルを変換ルール要素でプログラム要素に変換する実施例である。(b)本発明のモデル要素とプログラム要素と変換ルール要素の対応表の実施例である。(A) An embodiment in which the model of the present invention is converted into a program element by a conversion rule element. (B) It is an Example of the correspondence table of the model element of this invention, a program element, and a conversion rule element. (a)本発明のエンティティを変換ルール要素1で変換する実施例である。(b)本発明のエンティティとプログラム要素の対応表の実施例である。(A) It is the Example which converts the entity of this invention by the conversion rule element 1. FIG. (B) It is an Example of the correspondence table of the entity and program element of this invention. (a)本発明のコントロールを変換ルール要素2で変換する実施例である。(b)本発明のコントロールとプログラム要素の対応表の実施例である。(A) It is an embodiment in which the control of the present invention is converted by the conversion rule element 2. (B) It is an Example of the correspondence table of the control of this invention and a program element. (a)本発明のバウンダリを変換ルール要素3で変換する実施例である。(b)本発明のバウンダリとプログラム要素の対応表の実施例である(A) An embodiment in which the boundary of the present invention is converted by the conversion rule element 3. (B) An example of a correspondence table between the boundary and program elements of the present invention. 本発明の実施形態1の動作のフローチャートである。It is a flowchart of operation | movement of Embodiment 1 of this invention. 本発明の実施形態1のバージョン比較の動作のフローチャートである。It is a flowchart of the operation | movement of the version comparison of Embodiment 1 of this invention. 本発明の実施形態2の構成図である。It is a block diagram of Embodiment 2 of this invention. 従来のモデル駆動開発の方法である。This is a conventional model-driven development method.

符号の説明Explanation of symbols

1 モデル要素
2 モデル要素
3 モデル要素
21 モデル要素
22 モデル要素
30 モデル
31 エンティティ
32 コントロール
33 バウンダリ
35 DBソースファイル
36 EJBソースファイル
37 JSPソースファイル
40 モデル駆動開発装置
41 制御手段
42 ジェネレータ
43 変換ルール要素1
44 変換ルール要素2
45 変換ルール要素3
51 ソースファイル1
52 ソースファイル2
53 ソースファイル3
60 売上管理モデル
61 売上DB
62 入力制御
63 売上入力画面
65 URIAGE_TABLE
66 UriageBean
67 Uriage.JSP
100 コンピュータ
110 モデル記憶手段
120 変換ルール記憶手段
130 プログラム記憶手段
140 変換ルール要素バージョン
150 モデル要素バージョン取得手段
160 プログラム要素バージョン取得手段
170 バージョン比較手段
180 モデル要素取得手段
190 変換ルール要素取得手段
200 プログラム生成手段
210 モデル編集手段
220 変換ルール編集手段
230 上位制御手段
250 CPU
260 揮発性メモリ
270 ハードディスク
280 バス
330 モデル
340 ジェネレータ
351 ソースファイル1
352 ソースファイル2
353 ソースファイル3
1 Model Element 2 Model Element 3 Model Element 21 Model Element 22 Model Element 30 Model 31 Entity 32 Control 33 Boundary 35 DB Source File 36 EJB Source File 37 JSP Source File 40 Model Driven Development Device 41 Control Means 42 Generator 43 Conversion Rule Element 1
44 Conversion rule element 2
45 Conversion rule element 3
51 Source file 1
52 Source file 2
53 Source file 3
60 Sales Management Model 61 Sales DB
62 Input Control 63 Sales Input Screen 65 URIAGE_TABLE
66 UriageBean
67 Urage. JSP
100 Computer 110 Model storage means 120 Conversion rule storage means 130 Program storage means 140 Conversion rule element version 150 Model element version acquisition means 160 Program element version acquisition means 170 Version comparison means 180 Model element acquisition means 190 Conversion rule element acquisition means 200 Program generation Means 210 Model editing means 220 Conversion rule editing means 230 Host control means 250 CPU
260 Volatile memory 270 Hard disk 280 Bus 330 Model 340 Generator 351 Source file 1
352 Source file 2
353 Source File 3

Claims (10)

モデル駆動開発手法を用いて開発すべきプログラムのモデルから所定の変換ルールにより前記プログラムのソースファイルを生成するモデル駆動開発装置において、
前記モデルを前記生成の変換の基本となる単位である複数のモデル要素に分割し個々の前記モデル要素にバージョンを付与し、前記変換ルールを前記モデル要素と対応付けられた複数の変換ルール要素に分割し、個々の前記変換ルール要素にバージョンを付与し、前記モデル及び/又は前記変更ルールが変更されるとき、変更する前記モデル要素のみ及び/又は前記変更ルール要素のみ、バージョンを更新する制御手段と、
変更する前記モデル要素とこれに対応する前記変換ルール要素を用いて及び/又は変更する前記変更ルール要素とこれに対応する前記モデル要素を用いて、前記生成を行い、前記複数のモデル要素毎に複数のソースファイルを生成し、前記ソースファイルに個々の生成時の前記モデル要素と前記変換ルール要素のそれぞれのバージョンを添付するジェネレータ手段と、
を有し、
前記ジェネレータ手段は、前記ソースファイルが更新されるときに、前記変換ルール及び前記モデル要素のバージョンが、前記ソースファイルに添付された前回生成時の変換ルール及びモデル要素のバージョンと異なるときは、前記ソースファイルを生成することを特徴とするモデル駆動開発装置。
In a model-driven development device that generates a source file of the program according to a predetermined conversion rule from a model of a program to be developed using a model-driven development method,
The model is divided into a plurality of model elements that are basic units of the generation conversion, a version is given to each model element, and the conversion rule is converted into a plurality of conversion rule elements associated with the model element. Control means for dividing and assigning a version to each of the conversion rule elements, and updating the version of only the model element to be changed and / or only the change rule element when the model and / or the change rule is changed When,
The generation is performed using the model element to be changed and the conversion rule element corresponding to the model element and / or the change rule element to be changed and the model element corresponding to the change rule element, and for each of the plurality of model elements Generator means for generating a plurality of source files and attaching each version of the model element and the conversion rule element at the time of generation to the source file;
Have
The generator means, when the source file is updated, when the version of the conversion rule and the model element is different from the version of the conversion rule and the model element at the time of previous generation attached to the source file, A model-driven development device characterized by generating a source file.
前記ジェネレータ手段は、
複数の前記モデル要素とそのバージョンを記憶するモデル記憶手段と、
分割された複数の前記変換ルール要素とそのバージョンを記憶する変換ルール記憶手段と、
複数の生成されたソースファイルであるプログラム要素と、前記プログラム要素を生成したときの前記モデル要素のバージョンと前記変換ルール要素のバージョンを対応付けて記憶するプログラム記憶手段と、
前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンとを比較するとともに、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンとを比較して結果を出力するバージョン比較手段と、
前記バージョン比較手段から、前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンが一致しないか、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンが一致しない前記結果を受けたとき、該モデル要素と該変換ルール要素を用いてプログラム要素を生成し、該モデル要素のバージョンと該変換ルール要素のバージョンを付加して前記プログラム記憶手段に書き込むプログラム生成手段と、
を有することを特徴とする請求項1のモデル駆動開発装置。
The generator means includes
Model storage means for storing a plurality of model elements and their versions;
Conversion rule storage means for storing a plurality of the divided conversion rule elements and their versions;
A program storage means for storing a program element that is a plurality of generated source files, a version of the model element when the program element is generated, and a version of the conversion rule element in association with each other;
The version of the model element is compared with the version of the model element when the corresponding program element is generated, and the version of the conversion rule element is compared with the version of the conversion rule element when the corresponding program element is generated. Version comparison means for comparing and outputting the results;
A conversion rule when the version of the model element does not match the version of the model element when the version of the model element is generated from the version comparison means or when the version of the program element corresponding to the version of the conversion rule element is generated When the result of the element version not matching is received, a program element is generated using the model element and the conversion rule element, and the version of the model element and the version of the conversion rule element are added to the program storage means A program generation means for writing to
The model-driven development device according to claim 1, comprising:
モデル駆動開発手法を用いて開発すべきプログラムのモデルから所定の変換ルールにより前記プログラムのソースファイルを生成するモデル駆動開発装置において、
変更する前記モデル要素とこれに対応する前記変換ルール要素を用いて及び/又は変更する前記変更ルール要素とこれに対応する前記モデル要素を用いて前記生成を行い、複数の前記モデル要素毎に複数のソースファイルを生成し、前記ソースファイルに個々の生成時の前記モデル要素と前記変換ルール要素のそれぞれのバージョンを添付するジェネレータ手段を有し、
前記ジェネレータ手段は、前記ソースファイルが更新されるときに、前記変換ルール及び前記モデル要素のバージョンが、前記ソースファイルに添付された前回生成時の変換ルール及びモデル要素のバージョンと異なるときは、前記ソースファイルを生成することを特徴とするモデル駆動開発装置。
In a model-driven development device that generates a source file of the program according to a predetermined conversion rule from a model of a program to be developed using a model-driven development method,
The generation is performed using the model element to be changed and the conversion rule element corresponding to the model element and / or the change rule element to be changed and the model element corresponding to the change rule element. Generator means for attaching the version of the model element and the conversion rule element at the time of individual generation to the source file,
The generator means, when the source file is updated, when the version of the conversion rule and the model element is different from the version of the conversion rule and the model element at the time of previous generation attached to the source file, A model-driven development device characterized by generating a source file.
前記ジェネレータ手段は、
複数のモデル要素とそのバージョンを記憶するモデル記憶手段と、
分割された複数の変換ルール要素とそのバージョンを記憶する変換ルール記憶手段と、
複数の生成されたソースファイルであるプログラム要素と、前記プログラム要素を生成したときの前記モデル要素のバージョンと前記変換ルール要素のバージョンを対応付けて記憶するプログラム記憶手段と、
前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンとを比較するとともに、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンとを比較して結果を出力するバージョン比較手段と、
前記バージョン比較手段から、前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンが一致しないか、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンが一致しない前記結果を受けたとき、該モデル要素と該変換ルール要素を用いてプログラム要素を生成し、該モデル要素のバージョンと該変換ルール要素のバージョンを付加して前記プログラム記憶手段に書き込むプログラム生成手段と、
を有することを特徴とする請求項3のモデル駆動開発装置。
The generator means includes
Model storage means for storing a plurality of model elements and their versions;
Conversion rule storage means for storing a plurality of divided conversion rule elements and their versions;
A program storage means for storing a program element that is a plurality of generated source files, a version of the model element when the program element is generated, and a version of the conversion rule element in association with each other;
The version of the model element is compared with the version of the model element when the corresponding program element is generated, and the version of the conversion rule element is compared with the version of the conversion rule element when the corresponding program element is generated. Version comparison means for comparing and outputting the results;
A conversion rule when the version of the model element does not match the version of the model element when the version of the model element is generated from the version comparison means or when the version of the program element corresponding to the version of the conversion rule element is generated When the result of the element version not matching is received, a program element is generated using the model element and the conversion rule element, and the version of the model element and the version of the conversion rule element are added to the program storage means A program generation means for writing to
The model-driven development device according to claim 3, wherein
前記複数のモデル要素は、エンティティ、コントロール及びバウンダリを含むものであることを特徴とする請求項1、2、3又は4のモデル駆動開発管理装置。   5. The model-driven development management device according to claim 1, wherein the plurality of model elements include an entity, a control, and a boundary. 前記モデルの前記モデル要素を編集し、変更するモデル要素のバージョンを更新するモデル編集手段と、前記変換ルールの前記変換ルール要素を編集し、変更する変換ルール要素のバージョンの更新を行う変換ルール編集手段とを更に有する請求項3又は4のモデル駆動開発装置。   Model editing means for editing the model element of the model and updating the version of the model element to be changed, and conversion rule editing for editing the conversion rule element of the conversion rule and updating the version of the conversion rule element to be changed The model drive development device according to claim 3 or 4, further comprising: means. モデル駆動開発手法を用いて開発すべきプログラムのモデルを変換ルールにより前記プログラムのソースファイルを生成するモデル駆動開発方法において、
前記モデルを前記生成の変換の基本となる単位である複数のモデル要素に分割し個々の前記モデル要素にバージョンを付与し、前記変換ルールを前記モデル要素と対応付けられた複数の変換ルール要素に分割し、個々の前記変換ルール要素にバージョンを付与し、前記モデル及び/又は前記変更ルールが変更されるとき、変更する前記モデル要素のみ及び/又は前記変更ルール要素のみ、バージョンを更新し、
複数の前記モデル要素とそのバージョンを記憶し、
分割された複数の前記変換ルール要素とそのバージョンを記憶し、
複数の生成されたソースファイルであるプログラム要素と、前記プログラム要素を生成したときの前記モデル要素のバージョンと前記変換ルール要素のバージョンを対応付けて記憶し、
前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンとを比較するとともに、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンとを比較し、
前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンが一致しないか、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンが一致しないとき、該モデル要素と該変換ルール要素を用いてプログラム要素を生成し、該モデル要素のバージョンと該変換ルール要素のバージョンを付加して記憶することを特徴とするモデル駆動開発方法。
In a model-driven development method for generating a source file of the program according to a conversion rule for a model of a program to be developed using a model-driven development method,
The model is divided into a plurality of model elements that are basic units of the generation conversion, a version is given to each model element, and the conversion rule is converted into a plurality of conversion rule elements associated with the model element. Dividing and assigning a version to each of the conversion rule elements, and when the model and / or the change rule is changed, update only the model element to be changed and / or only the change rule element,
Storing a plurality of said model elements and their versions;
Storing a plurality of the divided conversion rule elements and their versions;
A program element that is a plurality of generated source files, a version of the model element when the program element is generated, and a version of the conversion rule element are stored in association with each other,
The version of the model element is compared with the version of the model element when the corresponding program element is generated, and the version of the conversion rule element is compared with the version of the conversion rule element when the corresponding program element is generated. Compare and
The version of the model element does not match the version of the model element when the corresponding program element is generated, or the version of the conversion rule element does not match the version of the conversion rule element when the corresponding program element is generated A model-driven development method, wherein a program element is generated using the model element and the conversion rule element, and the version of the model element and the version of the conversion rule element are added and stored.
前記複数のモデル要素は、エンティティ、コントロール及びバウンダリを含むものであることを特徴とする請求項6のモデル駆動開発方法。   The model-driven development method according to claim 6, wherein the plurality of model elements include an entity, a control, and a boundary. モデル駆動開発手法を用いたモデル駆動開発装置を、
前記モデルを前記生成の変換の基本となる単位である複数のモデル要素に分割し個々の前記モデル要素にバージョンを付与し、前記変換ルールを前記モデル要素と対応付けられた複数の変換ルール要素に分割し、個々の前記変換ルール要素にバージョンを付与し、前記モデル及び/又は前記変更ルールが変更されるとき、変更する前記モデル要素のみ及び/又は前記変更ルール要素のみ、バージョンを更新する制御手段、
複数の前記モデル要素とそのバージョンを記憶するモデル記憶手段、
分割された複数の前記変換ルール要素とそのバージョンを記憶する変換ルール記憶手段、
複数の生成されたソースファイルであるプログラム要素と、前記プログラム要素を生成したときの前記モデル要素のバージョンと前記変換ルール要素のバージョンを対応付けて記憶するプログラム記憶手段、
前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンとを比較するとともに、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンとを比較して結果を出力するバージョン比較手段、
前記バージョン比較手段から、前記モデル要素のバージョンと対応する前記プログラム要素の生成したときのモデル要素のバージョンが一致しないか、前記変換ルール要素のバージョンと対応する前記プログラム要素の生成したときの変換ルール要素のバージョンが一致しない結果を受けたとき、該モデル要素と該変換ルール要素を用いてプログラム要素を生成し、該モデル要素のバージョンと該変換ルール要素のバージョンを付加して前記プログラム記憶手段に書き込むプログラム生成手段、
として機能させるためのモデル駆動開発プログラム。
Model-driven development equipment using model-driven development techniques
The model is divided into a plurality of model elements that are basic units of the generation conversion, a version is given to each model element, and the conversion rule is converted into a plurality of conversion rule elements associated with the model element. Control means for dividing and assigning a version to each of the conversion rule elements, and updating the version of only the model element to be changed and / or only the change rule element when the model and / or the change rule is changed ,
Model storage means for storing a plurality of model elements and their versions;
Conversion rule storage means for storing a plurality of divided conversion rule elements and their versions;
Program storage means for storing a plurality of generated program files as program files, the version of the model element when the program element is generated, and the version of the conversion rule element in association with each other,
The version of the model element is compared with the version of the model element when the corresponding program element is generated, and the version of the conversion rule element is compared with the version of the conversion rule element when the corresponding program element is generated. Version comparison means for comparing and outputting the result,
A conversion rule when the version of the model element does not match the version of the model element when the version of the model element is generated from the version comparison means or when the version of the program element corresponding to the version of the conversion rule element is generated When a result of the element versions not matching is received, a program element is generated using the model element and the conversion rule element, and the version of the model element and the version of the conversion rule element are added to the program storage means. Writing program generation means,
Model-driven development program to function as
前記複数のモデル要素は、エンティティ、コントロール及びバウンダリを含むものであることを特徴とする請求項9のモデル駆動開発プログラム。   The model-driven development program according to claim 9, wherein the plurality of model elements include an entity, a control, and a boundary.
JP2004327722A 2004-11-11 2004-11-11 Model-driven development device, model-driven development method, and model-driven development program Expired - Fee Related JP4524750B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004327722A JP4524750B2 (en) 2004-11-11 2004-11-11 Model-driven development device, model-driven development method, and model-driven development program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004327722A JP4524750B2 (en) 2004-11-11 2004-11-11 Model-driven development device, model-driven development method, and model-driven development program

Publications (2)

Publication Number Publication Date
JP2006139472A true JP2006139472A (en) 2006-06-01
JP4524750B2 JP4524750B2 (en) 2010-08-18

Family

ID=36620269

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004327722A Expired - Fee Related JP4524750B2 (en) 2004-11-11 2004-11-11 Model-driven development device, model-driven development method, and model-driven development program

Country Status (1)

Country Link
JP (1) JP4524750B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107148615A (en) * 2014-11-27 2017-09-08 乐金信世股份有限公司 Computer executable model reverse engineering approach and device
JPWO2017072969A1 (en) * 2015-10-30 2018-06-07 株式会社東芝 System design apparatus and method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003140893A (en) * 2001-11-02 2003-05-16 Nippon Telegr & Teleph Corp <Ntt> Device and method for automatically creating user interface program, program and storage medium
WO2003085557A1 (en) * 2002-04-10 2003-10-16 Koninklijke Philips Electronics N.V. Method and apparatus for modeling extensible markup language (xml) applications using the unified modeling language (uml)

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003140893A (en) * 2001-11-02 2003-05-16 Nippon Telegr & Teleph Corp <Ntt> Device and method for automatically creating user interface program, program and storage medium
WO2003085557A1 (en) * 2002-04-10 2003-10-16 Koninklijke Philips Electronics N.V. Method and apparatus for modeling extensible markup language (xml) applications using the unified modeling language (uml)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107148615A (en) * 2014-11-27 2017-09-08 乐金信世股份有限公司 Computer executable model reverse engineering approach and device
JP2017535887A (en) * 2014-11-27 2017-11-30 エルジー シーエヌエス カンパニー リミテッドLG CNS Co., Ltd. Computer-executable model reverse engineering method and apparatus
JPWO2017072969A1 (en) * 2015-10-30 2018-06-07 株式会社東芝 System design apparatus and method

Also Published As

Publication number Publication date
JP4524750B2 (en) 2010-08-18

Similar Documents

Publication Publication Date Title
US7788238B2 (en) Extensible object-modelling mechanism
JP5443615B2 (en) Method for flexible data archiving using a model driven approach, and system and computer program thereof
WO2004086222A2 (en) Development of software systems
US20130332449A1 (en) Generating data processing code from a directed acyclic graph
JP2007519104A (en) Method and system for rule-based generation of automated test scripts from abstract test case representations
JP2010524060A (en) Data merging in distributed computing
CN106991100B (en) Data import method and device
JP3058672B2 (en) Database management system
CN102736915A (en) Automatic program generation device, method, and computer program
KR20110098802A (en) Method for converting system model, computer program, and system model conversion device
JP2005529384A5 (en)
JP2009059351A (en) System, method, and computer program product for recording operation performed to computer source code
JP6588988B2 (en) Business program generation support system and business program generation support method
JP4524750B2 (en) Model-driven development device, model-driven development method, and model-driven development program
US7716653B2 (en) Configurable importers and resource writers for converting data into another format
JP6862042B2 (en) Data migration program creation system and data migration program creation program
JP4405571B1 (en) program
JPH06110733A (en) Test case generating device of program
US8839097B2 (en) System and method for information encapsulation for providing multiple deliverable formats from one information source
JP2018005822A (en) Virtual database system management device, management method and management program
JP6331307B2 (en) Information processing apparatus, information processing apparatus control method, and program
CN117687681B (en) Version management method and system for low-code application
WO2023276212A1 (en) Software component update system, and software component update method
JP4120879B2 (en) Program generation system and method and program thereof
JP2002082811A (en) Compiling method and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060911

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20080514

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090120

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090821

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091020

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091112

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100106

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100209

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100412

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100507

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100520

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130611

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees