JPH01191233A - Automatic program generating system - Google Patents

Automatic program generating system

Info

Publication number
JPH01191233A
JPH01191233A JP1445788A JP1445788A JPH01191233A JP H01191233 A JPH01191233 A JP H01191233A JP 1445788 A JP1445788 A JP 1445788A JP 1445788 A JP1445788 A JP 1445788A JP H01191233 A JPH01191233 A JP H01191233A
Authority
JP
Japan
Prior art keywords
program
data
prototype
macro
procedure
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.)
Pending
Application number
JP1445788A
Other languages
Japanese (ja)
Inventor
Hideki Chigira
千吉良 英毅
Takehiro Yokoyama
横山 岳浩
Hideo Aoe
青江 英夫
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.)
Hitachi Ltd
Hitachi Seibu Software Co Ltd
Original Assignee
Hitachi Ltd
Hitachi Seibu Software Co Ltd
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 Hitachi Ltd, Hitachi Seibu Software Co Ltd filed Critical Hitachi Ltd
Priority to JP1445788A priority Critical patent/JPH01191233A/en
Publication of JPH01191233A publication Critical patent/JPH01191233A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent an error from going in at the time of maintenance and extension work by registering in advance a model (parts pattern) of a program, bringing a macro part in the parts pattern to replacement (macro expansion) by an actual processing object name, a data type, etc., and deforming it to the program. CONSTITUTION:By the title system, a parts pattern in which data (processing object information) and a procedure are related to each other can be registered, and also, in order to generate automatically a program for handling the data of a complicated structure, a program for handling the data of a more complicated structure is synthesized from a program for handling the data of a simple structure, based on a type constituent parts pattern. By forming a pair by the processing object information and a procedure thereto, and limiting an operation to the processing object information, for allowing such errors as the processing object information is rewritten in an unexpected place, a reference and updating are executed by an unappropriate method, to go in at the time of maintenance and extension is decreased.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、計算処理システムを用いて計算機プログラム
開発を支援する方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method of supporting computer program development using a calculation processing system.

〔従来の技術〕[Conventional technology]

プログラム部品をライブラリとして蓄え、利用するもの
として、例えば、日立評論Vo 1.68゜Nn5.r
システム開発支援ソフトウェア“EAGLE”」に述べ
られているような、EAGLEの部品ライブラリ管理機
能がある。
For example, Hitachi Review Vo 1.68°Nn5. r
There is an EAGLE parts library management function as described in the system development support software "EAGLE".

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上記従来例では、「併合する」「整列する」等といった
大きな機能によって分類した部品原型(従来例では「プ
ログラムパターン」と呼んでいる)を用い、別に用意し
たデータ定義と組み合わせてプログラム生成を行ってい
る。従って、データ(処理対象情報)と手続きとが独立
のプログラム構成要素となるため、理解性が劣り、また
、保守時・拡張時に変更箇所が分散してしまうという問
題があった。この結果、互いに整合のとれない方法でデ
ータの更新や参照を行ってしまうなどの誤りが、保守・
拡張作業の際に入り込みやすかった。
In the conventional example above, a program is generated by using component prototypes (called "program patterns" in the conventional example) classified by major functions such as "merging" and "aligning" and combining them with separately prepared data definitions. ing. Therefore, data (information to be processed) and procedures become independent program components, resulting in poor understandability and problems in that changes are scattered during maintenance and expansion. As a result, maintenance and maintenance errors such as updating or referencing data in inconsistent ways can occur.
It was easy to get into during expansion work.

〔問題点を解決するための手段〕[Means for solving problems]

上記の問題を解決するため、データ(処理対象情報)と
手続きとが関連を持った部品原型を登録できるようにし
た。また、複雑な構造のデータを扱うプログラムを自動
生成するために、型構成子部品原型をもとにして、単純
な構造のデータを扱うプログラムからより複雑な構造の
データを扱うプログラムを合成する手段を与えた。
In order to solve the above problem, we have made it possible to register part prototypes in which data (processing target information) and procedures are related. In addition, in order to automatically generate a program that handles data with a complex structure, it is also a means of synthesizing a program that handles data with a simple structure into a program that handles data with a more complex structure based on the mold constructor part prototype. gave.

ここで、上記「部品原型」とは、処理対象名、データ型
等をマクロ化したプログラムの雛型をいう。また、「型
構成子部品原型」とは処理対象データの構成要素をマク
ロ化し、処理対象データを操作する手続きにおいても、
該構成要素を操作するべき部分をマクロ化した部品原型
をいう。
Here, the above-mentioned "component model" refers to a template of a program in which processing object names, data types, etc. are converted into macros. In addition, "mold constructor parts prototype" is used to convert the constituent elements of processing target data into macros, and also in procedures for manipulating processing target data.
A part prototype that is a macro version of the part that should be used to manipulate the component.

〔作用〕[Effect]

処理対象情報と、それに対する手続きとを組にし、処理
対象情報に対する操作を限定することによって、予想外
のところで処理対象情報が書き換えられたり、不適切な
方法での参照や更新が行われるなどの誤りが保守・拡張
時に入り込む余地が少なくなる。但し、このようなプロ
グラム部品だけでは複雑な構造のデータを扱うプログラ
ムを簡単に生成することができない。型構成子部品原型
をもとにして、単純な構造のデータを扱うプログラムか
らより複雑な構造のデータを扱うプログラムを合成する
手段を与えることができる。
By pairing the processing target information with the corresponding procedures and limiting the operations on the processing target information, it is possible to prevent the processing target information from being rewritten unexpectedly or being referenced or updated in an inappropriate manner. There is less room for errors to enter during maintenance and expansion. However, it is not possible to easily generate a program that handles data with a complex structure using only such program parts. It is possible to provide a means for synthesizing a program that handles data with a simple structure to a program that handles data with a more complex structure based on the mold constructor part prototype.

〔実施例〕〔Example〕

以下、本発明によるプログラム自動生成方式を図1〜1
0を用いて説明する6 第2図は、本発明を適用した典型的な例について、その
利用形態を示したものである。
The automatic program generation method according to the present invention is shown below in Figures 1 and 1.
Figure 2 shows a typical example of the usage of the present invention.

第2図において、21は部品生成のために必要な指示を
与え、また、処理の状況等を表示するための入出力装置
、22は処理装置、23は部品原型を保存しておくため
の記憶装置、24は生成されたプログラム部品を出力す
るための記憶装置である。
In FIG. 2, 21 is an input/output device for giving instructions necessary for parts generation and displaying the processing status, 22 is a processing device, and 23 is a memory for storing the part model. The device 24 is a storage device for outputting the generated program parts.

第6図は、プログラム自動生成方式を用いてプログラム
を生成する典型的な例を示す図、第3図はプログラム自
動生成の処理の流れを示す図である。
FIG. 6 is a diagram showing a typical example of generating a program using the automatic program generation method, and FIG. 3 is a diagram showing the flow of processing for automatic program generation.

部品原型を変形するためのプログラム作成者からの指示
は、第6図の例では、10のように、入出力装置21か
ら部品原型名及び部品原型中に現れるマクロの値を指定
することにより与えられる。
In the example of FIG. 6, the program creator's instructions for transforming the part model are given by specifying the name of the part model and the value of the macro appearing in the part model from the input/output device 21, as shown in 10. It will be done.

第4図に、生成パラメーター獲得(31)の詳細な処理
の流れを示す。また、第5図に、生成パラメーター獲得
のための画面の様子を示す。
FIG. 4 shows the detailed process flow of generation parameter acquisition (31). Further, FIG. 5 shows a screen for obtaining generation parameters.

生成パラメーターは、具体的にはマクロの値という形で
与えられるが、一部又は全部を予めファイル(以下「生
成パラメーターファイル」という)に保存しておき、生
成パラメーターファイルを援用することもできる。典型
的には、複数個の部品を生成しようとする際、共通に与
えるべきマクロ値をその都度入力するという手間を省く
ために利用できる。生成パラメーターファイルの指定が
あれば、それを参照する(41)。
The generation parameters are specifically given in the form of macro values, but some or all of them can be saved in advance in a file (hereinafter referred to as a "generation parameter file"), and the generation parameter file can also be used. Typically, when trying to generate multiple parts, it can be used to save the effort of inputting macro values that should be commonly given each time. If a generation parameter file is specified, it is referenced (41).

次に、指定された部品ファイルを調べ、必要なマクロの
一覧表を作る。この際、マクロ値がわかっているものが
あれば埋めて、第5図に示すような形式で画面に表示し
、まだ埋まっていないマクロ値の指定を促す(42,4
4)。
Next, examine the specified part file and create a list of required macros. At this time, if there are known macro values, they are filled in and displayed on the screen in the format shown in Figure 5, prompting users to specify macro values that are not yet filled in (42, 4).
4).

マクロ値の入力の後、妥当性の検査を行い、正しければ
マクロの一覧表に埋める。妥当性の検査とは、例えば、
プログラム言語で許容されていない特殊文字の入力を排
除する、などである。
After inputting the macro value, it is checked for validity and if it is correct, it is entered in the macro list. Validity checks are, for example,
For example, eliminating special characters that are not allowed in the programming language.

マクロ値が全部埋まるまで44及び45の処理を繰り返
すことにより(43)、31の生成パラメーター獲得が
完了する。
By repeating the processes 44 and 45 until all macro values are filled (43), the acquisition of the generation parameters 31 is completed.

生成パラメーター獲得が終わると、部品原型ファイルを
読み込み(33)、マクロの置換を行ってファイルに出
力する(34)。
When generation parameter acquisition is completed, the part prototype file is read (33), macros are replaced, and the result is output to a file (34).

典型的な例では、第6図の11のように、部品原型中の
、”$(<マクロ名〉)″の形式の部分がマクロである
。この部分を、生成パラメーター獲得により作成された
マクロ表に従って置換していく。また、上記の例では、
%”で始まる@語によって、部品原型を構成する節を示
している。
In a typical example, a part in the format of "$(<macro name>)" in the part model is a macro, as shown in 11 of FIG. This part is replaced according to the macro table created by acquiring the generation parameters. Also, in the above example,
The @ word starting with "%" indicates the nodes that make up the part model.

節については後述するが、該鍵語は、生成されるプログ
ラムには残らない。
Although the clause will be described later, the key word does not remain in the generated program.

以上、請求の範囲第1項のプログラム自動生成方式の実
施例を示した。
The embodiments of the automatic program generation method according to claim 1 have been described above.

プログラム自動生成方式では、上述のように、予め部品
原型を用意しておく必要がある。
In the automatic program generation method, as described above, it is necessary to prepare a component model in advance.

次に、部品原型の構成を述べる。典型的な例では、部品
原型はいくつかの節と型構成子記述文とから成る。
Next, the configuration of the part prototype will be described. Typically, a part prototype consists of several clauses and a type constructor description.

対象節は、プログラムが処理を施す対象となる情報に対
応した、データ又は型の宣言を書く部分である。手続き
節は、実際の処理記述の部分である。
The target clause is the part where the data or type declaration corresponding to the information to be processed by the program is written. The procedure section is the part of the actual processing description.

第1図に、型構成子部品原型及び基底部品原型を用いた
プログラム生成の様子を示す。
FIG. 1 shows how a program is generated using a mold constructor part model and a base part model.

第1図において、201は型構成子部品原型、202は
基底部品原型を示す。また、203は、201と202
をもとに、生成されたプログラムである。
In FIG. 1, 201 shows a mold constructor part model, and 202 shows a base part model. Also, 203 is 201 and 202
This is a program generated based on .

第1図のように、生成系は、通常のマクロ展開のほか、
型槽成子部品原型201の2つの”%typecons
t”の部分に基底部品原型の適当な部分を埋め込む。但
し、基底部品原型にある手続きを呼び出す形式を記述し
た部分は、−度手続き呼び出しの形式に展開し、次に、
手続きをインライン展開する。
As shown in Figure 1, the generation system includes normal macro expansion,
Two "%typecons" of mold tank Seiko parts model 201
Embed an appropriate part of the base component prototype in the "t" part. However, the part that describes the format for calling a procedure in the base component prototype is expanded to the format for calling a -degree procedure, and then,
Expand the procedure inline.

第7図は型構成子部品原型の例、第8図は基底部品原型
の例を示す。また、第9図は、これらの部品原型を用い
てプログラムを生成するための生成パラメーターの例を
示す。第10図は生成されたプログラムを示す。
FIG. 7 shows an example of a mold component part model, and FIG. 8 shows an example of a base part model. Moreover, FIG. 9 shows an example of generation parameters for generating a program using these parts prototypes. FIG. 10 shows the generated program.

型構成子部品原型は、第7図のような構成をとる。対象
節には処理対象データの宣言を記述するが、該データを
構成する要素の一部を、%typeconst”とのみ
書いて、具体的な形を示さないでおく。手続き節には、
対象節に記述した処理対象データを操作する手続きを記
述するが、%typeconst”とした要素を操作す
る部分は、該要素を操作する、基底部品原型にある手続
きを呼び出す形式を記述しておく。
The mold constructor part model has a configuration as shown in FIG. The target clause describes the declaration of the data to be processed, but some of the elements that make up the data are simply written as "%typeconst" without indicating their specific form.The procedure clause contains the following:
The procedure for manipulating the data to be processed described in the target section is described, but in the part that manipulates the element marked "%typeconst", the format for calling the procedure in the base component prototype that manipulates the element is described.

基底部品原型は、第8図のような構成をとる。The base part prototype has a configuration as shown in FIG.

対象節には、より複雑な構造のデータの一要素として埋
め込むときの形式で変数の宣言を行う。典型的な例では
、構造体の要素として該変数を記述するときの書き方に
なる。手続き節には、対象節に記述したものと同じ型の
変数を引数として受けとって処理する手続きを記述する
In the target clause, variables are declared in the format used when embedded as an element of data with a more complex structure. A typical example is how to write the variable as an element of a structure. The procedure clause describes a procedure that receives as an argument a variable of the same type as the one described in the target clause.

第9図のような生成パラメーターを与えると、生成系は
まず、91の記述に従って、”Frame″′という部
品原型を検索する。第7図の部品原型は、75が部品原
型名を宣言しており、これが”Frame”という名前
で一致しているので、生成系はこれをもとに生成処理を
始める。
When generation parameters as shown in FIG. 9 are given, the generation system first searches for a part prototype called "Frame"' according to the description in 91. In the part model shown in FIG. 7, 75 declares the part model name, and since this name matches the name "Frame", the generation system starts the generation process based on this.

71は、対象節の中にある%typeconst”であ
る。そこで、基底部品原型の検索を始める。92゜93
は基底部品原型の名前の指定である。一方、第8図の2
つの基底部品原型は、それぞれ”5TRING”、”P
O8ITION”という名前であることが、81.82
の記述かられかる。そこで、この2つの基底部品原型の
対象節の内容(83,84)を71に順に埋め込む。こ
の際、基底部品原型に対する生成パラメーターは、95
.96で指定されているものを採用する。
71 is "%typeconst" in the target clause.Then, the search for the base part prototype begins.92゜93
is the specification of the name of the base part prototype. On the other hand, 2 in Figure 8
The two base part prototypes are "5TRING" and "P", respectively.
The name “O8ITION” is 81.82
From the description of Therefore, the contents (83, 84) of the target clauses of these two base component prototypes are sequentially embedded in 71. At this time, the generation parameter for the base part prototype is 95
.. 96 shall be adopted.

72は、手続き節の中の%typeconst”である
72 is "%typeconst" in the procedure clause.

2つの基底部品原型について順次、手続き呼び出しの文
を生成する。72において、” $ $ (OBJ) 
”は、マクロ展開において、基底部品原型に対して与え
られたマクロ値を優先的に使うことを指示するものであ
る。従って、72は、” text−clear(sp
ctbl [i ] 、 text) ; ”、” p
osition−clear(spctbl [iコ、
 position)  ;”となる。このままでは手
続き呼出しの文であるから、呼び出されて実際の処理を
行うプログラムを作る必要があるが、それに代えて、基
底部品原型の該当手続き(85,86)にマクロ展開を
施したプログラムをインライン展開する。
Procedure call statements are generated sequentially for the two base component prototypes. In 72, “$ $ (OBJ)
" is an instruction to preferentially use the macro value given to the base part prototype in macro expansion. Therefore, 72 is " text-clear(sp
ctbl [i], text); ”,” p
position-clear(spctbl [ico,
position);''.As it is a procedure call statement, it is necessary to create a program that will be called and perform the actual processing, but instead, add a macro to the corresponding procedure (85, 86) of the base component prototype. Inline expands the expanded program.

73も同様であるが、ここは74の11%1oop”に
より繰返しの中にある部分と指定されているので、2つ
の基底部品原型について、別々に展開する。
The same is true for 73, but since this is specified as a part within the repetition by 11% 1oop'' of 74, the two base part prototypes are developed separately.

以上の処理により、第10図のプログラムが生成される
Through the above processing, the program shown in FIG. 10 is generated.

第7図の76に基づいて101が生成され、%typa
const”が、基底部品原型の83.84で置き換え
られている。また、77に基づいて102が、78に基
づいて103と104が生成されている。77のうち、
72の部分は、基底部品原型に基づくインライン展開の
結果、105及び106のように展開されている。同様
に、73の部分は103.104になる。
101 is generated based on 76 in FIG.
const" has been replaced with 83.84 of the base part prototype. Also, 102 is generated based on 77, and 103 and 104 are generated based on 78. Of 77,
The portion 72 is developed as 105 and 106 as a result of inline development based on the base component model. Similarly, the part 73 becomes 103.104.

以上のように、本実施例によると、複雑な構造のデータ
を扱うプログラムを、簡単な構造のデータを扱うプログ
ラムから容易に合成することができるという効果がある
As described above, this embodiment has the advantage that a program that handles data with a complex structure can be easily synthesized from a program that handles data with a simple structure.

〔発明の効果〕〔Effect of the invention〕

本発明によれば、理解性・保守性・信頼性が高く、人手
による修正を施さずに使えるプログラムを自動生成でき
るので、ソフトウェア生産性を大幅に向上させることが
できる。また、複雑な構造のデータを扱うプログラムを
容易に自動生成できる。
According to the present invention, it is possible to automatically generate a program that has high understandability, maintainability, and reliability and can be used without manual modification, thereby significantly improving software productivity. Additionally, programs that handle data with complex structures can be easily and automatically generated.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の実施例において、型構成子部品原型及
び基底部品原型を用いたプログラム生成の様子を示す説
明図である。第2図は本発明を実施せしめる装置構成を
示すブロック図である。第3図はプログラム自動生成の
処理の流れを示す図である。第4図は生成パラメーター
獲得の詳細な処理の流れを示す図である。第5図は生成
パラメーター獲得のための画面の様子を示す図である。 第6図はプログラム自動生成系を用いてプログラムを生
成する典型的な例を示す説明図である。第7図は型構成
子部品原型の例示図、第8図は基底部品原型の例示図で
ある。第9図は、第7図、第8図の部品原型を用いてプ
ログラムを生成するための生成パラメーターの例示図で
ある。第10図は第7図、第8図、第9図に基づいて生
成されたプログラムの例示図である。 21・・・入出力装置、22・・・処理装置、23・・
・記憶装置(部品原型ライブラリ)、24・・・記憶装
置(プログラム部品出力)、201・・・型構成子部品
原型、202・・・基底部品原型、203・・・201
と労・fil 1′卯lに (悠 茅 1 図 (”fi1m氏子婢晶社)(↓太番下品パ)第9 図 第 2 図 笈 第 5 凶 第 3 図 第 4 図 第7 図 ゴ5
FIG. 1 is an explanatory diagram showing how a program is generated using a mold constructor part model and a base part model in an embodiment of the present invention. FIG. 2 is a block diagram showing the configuration of an apparatus for implementing the present invention. FIG. 3 is a diagram showing the flow of processing for automatic program generation. FIG. 4 is a diagram showing a detailed process flow for obtaining generation parameters. FIG. 5 is a diagram showing a screen for obtaining generation parameters. FIG. 6 is an explanatory diagram showing a typical example of generating a program using an automatic program generation system. FIG. 7 is an illustrative diagram of a mold constructor part model, and FIG. 8 is an illustrative diagram of a base part model. FIG. 9 is an exemplary diagram of generation parameters for generating a program using the part prototypes of FIGS. 7 and 8. FIG. 10 is an exemplary diagram of a program generated based on FIGS. 7, 8, and 9. 21... Input/output device, 22... Processing device, 23...
- Storage device (parts prototype library), 24...Storage device (program parts output), 201...Mold constructor parts model, 202...Base part model, 203...201
and labor/fil 1' rabbit (Yukai 1 figure ("fil1m parishioner's house) (↓ big vulgar pa) figure 9 figure 2 figure 2 figure 5 figure 3 figure 4 figure 7 figure 5

Claims (1)

【特許請求の範囲】 1、計算処理システムを用いて計算機プログラム開発を
支援するシステムにおいて、処理対象名、データ型等を
マクロ化したプログラムの雛型(以下「部品原型」とい
う)を予め登録しておき、プログラム作成者の指示に従
つて実際の処理対象名、データ型等で部品原型中のマク
ロ部分を置換すること(以下「マクロ展開」という)に
よりプログラムに変形する手段を有することを特徴とす
るプログラム自動生成方式。 2、処理対象データを、より複雑な構造のデータの一要
素として埋め込むときの形式で宣言し、該処理対象デー
タと同じ型のデータを引数として受けとつて処理する手
続きを記述した部品原型(以下「基底部品原型」という
)を登録する機能と、処理対象データの構成要素をマク
ロ化し、処理対象データを操作する手続きにおいても、
該構成要素を操作するべき部分をマクロ化した部品原型
(以下「型構成子部品原型」という)を登録する機能と
、マクロ展開と同時に基底部品原型の内容を型構成子部
品原型に埋め込み、インライン展開する機能を有するこ
とにより、型構成子部品原型をもとにしてプログラムを
生成する際に、処理対象の構成要素部分に埋め込む基底
部品原型を指定することにより複雑な構造のデータを扱
うプログラムを生成できることを特徴とする、特許請求
の範囲第1項記載のプログラム自動生成方式。
[Claims] 1. In a system that supports computer program development using a calculation processing system, a program template (hereinafter referred to as a "parts prototype") in which processing object names, data types, etc. are converted into macros is registered in advance. It is characterized by having means for transforming it into a program by replacing the macro part in the part prototype with the actual processing target name, data type, etc. (hereinafter referred to as "macro expansion") according to the instructions of the program creator. Automatic program generation method. 2. A part prototype (hereinafter referred to as "part prototype") that declares the data to be processed in a format for embedding it as an element of data with a more complex structure, and describes a procedure for receiving and processing data of the same type as the data to be processed as an argument. There is also a function to register a "base part model") and a procedure for converting the constituent elements of the processing target data into macros and manipulating the processing target data.
There is a function to register a part prototype (hereinafter referred to as "mold constructor part model") that is a macro of the part that should be operated on the component, and a function to embed the contents of the base part prototype into the mold constructor part prototype at the same time as macro expansion, and to inline By having the expansion function, when generating a program based on a mold constructor part model, you can specify the base part model to be embedded in the component part to be processed, allowing programs to handle data with complex structures. The automatic program generation method according to claim 1, wherein the program can be automatically generated.
JP1445788A 1988-01-27 1988-01-27 Automatic program generating system Pending JPH01191233A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1445788A JPH01191233A (en) 1988-01-27 1988-01-27 Automatic program generating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1445788A JPH01191233A (en) 1988-01-27 1988-01-27 Automatic program generating system

Publications (1)

Publication Number Publication Date
JPH01191233A true JPH01191233A (en) 1989-08-01

Family

ID=11861573

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1445788A Pending JPH01191233A (en) 1988-01-27 1988-01-27 Automatic program generating system

Country Status (1)

Country Link
JP (1) JPH01191233A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03214234A (en) * 1990-01-18 1991-09-19 Matsushita Electric Ind Co Ltd Automatic software generator
JP2002157118A (en) * 2000-09-06 2002-05-31 Ns Solutions Corp Program generation assisting device, program generating method, storage medium, and program
JP2008159074A (en) * 2008-02-04 2008-07-10 Nec Corp Program generating system and method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03214234A (en) * 1990-01-18 1991-09-19 Matsushita Electric Ind Co Ltd Automatic software generator
JP2002157118A (en) * 2000-09-06 2002-05-31 Ns Solutions Corp Program generation assisting device, program generating method, storage medium, and program
JP2008159074A (en) * 2008-02-04 2008-07-10 Nec Corp Program generating system and method

Similar Documents

Publication Publication Date Title
US5161211A (en) Method and system of specification processing
JPS63181033A (en) Automatic program generating system
JP2005515518A (en) Method and system for converting legacy software applications into modern object-oriented systems
JPH09259153A (en) Device and method for generating batch execution control program
JP2007511834A (en) Method and system for reversible design tree transformation
JP2009116429A (en) Control program creation device and control program creation method
JPH01191233A (en) Automatic program generating system
JP2000003379A (en) Drawing preparation device in product model
JPH06348766A (en) Method and device for incorporating tool
Buchmann Prodeling with the action language for foundational UML
JP3102222B2 (en) Knowledge acquisition method and its implementation device
JPH04140834A (en) Program generating method and specifications input method therefor
TW552557B (en) Automatic program generating system and the method thereof
JPH0969041A (en) Generation support method for software component
JPH07160536A (en) Program test supporting device for interactive system
JPH01282651A (en) Control item automatic control system for comprehensiveness degress control
JPS60178535A (en) Execution definition type command system for processing
JPH04190423A (en) Information control assisting device using function-classified pointer
JPH06266545A (en) Gui parts library development support device
JPH04330521A (en) Cross reference list forming system
JPH03251961A (en) Evolving system for logic simulation circuit
JPS63220367A (en) Tree structure chart forming device
JPH09185499A (en) Method and device for generating interactive program
JPH03214234A (en) Automatic software generator
JPH0319041A (en) Automatic control system for control item