JP3335851B2 - Software coding system - Google Patents

Software coding system

Info

Publication number
JP3335851B2
JP3335851B2 JP23941796A JP23941796A JP3335851B2 JP 3335851 B2 JP3335851 B2 JP 3335851B2 JP 23941796 A JP23941796 A JP 23941796A JP 23941796 A JP23941796 A JP 23941796A JP 3335851 B2 JP3335851 B2 JP 3335851B2
Authority
JP
Japan
Prior art keywords
file
source code
information
component
program
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.)
Expired - Fee Related
Application number
JP23941796A
Other languages
Japanese (ja)
Other versions
JPH1091422A (en
Inventor
康時 金井
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 Communication Systems Ltd
Original Assignee
NEC Communication Systems 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 NEC Communication Systems Ltd filed Critical NEC Communication Systems Ltd
Priority to JP23941796A priority Critical patent/JP3335851B2/en
Publication of JPH1091422A publication Critical patent/JPH1091422A/en
Application granted granted Critical
Publication of JP3335851B2 publication Critical patent/JP3335851B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、既存プログラムの
部品としてのソースコード(以下、部品ソースコードと
する)の集まりである部品ファイルを使用して、新規プ
ログラムの設計ドキュメントファイルから新規プログラ
ムのソースコードを自動生成するソフトウェアコーディ
ングシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention uses a part file which is a set of source codes (hereinafter referred to as part source code) as parts of an existing program, and converts a source code of a new program from a design document file of the new program. The present invention relates to a software coding system that automatically generates codes.

【0002】[0002]

【従来の技術】従来のソフトウェアコーディングシステ
ムを、図10を用いて説明する。この図において、80
は設計情報データベースであり、プログラム設計者81
により、新規プログラムの設計情報が入力される。82
はエキスパートシェルであり、設計情報データベース8
0の新規プログラムの設計ドキュメントファイルに従
い、知識データベース83と判定用知識データベース8
4とを用いて、新規プログラムに対して、既存のソース
コードファイル85が使用できるかどうかの推論を行
う。知識データベース83は、プログラム設計者の設計
知識を蓄えている。判定用知識データベース84は、既
存の部品ソースコードが利用可能かどうかの判断基準が
蓄えられている。ソースコードファイル85は、既存プ
ログラムのソースコードの集まりである。86は、モニ
タディスプレイである。
2. Description of the Related Art A conventional software coding system will be described with reference to FIG. In this figure, 80
Is a design information database, and the program designer 81
Thus, the design information of the new program is input. 82
Is an expert shell, and the design information database 8
0 and the knowledge database 8 for judgment in accordance with the design document file of the new program 0.
4 is used to infer whether the existing source code file 85 can be used for the new program. The knowledge database 83 stores design knowledge of the program designer. The judgment knowledge database 84 stores judgment criteria for determining whether an existing component source code can be used. The source code file 85 is a collection of source codes of an existing program. 86 is a monitor display.

【0003】上述したソフトウェアコーディングシステ
ムにおいては、ソースコードファイル85と設計情報デ
ータベース80内の新規プログラム設計情報とを判定用
知識データベース84を基にエキスパートシェル82の
推論動作で判定し、必要な部品ソースコードをソースコ
ードファイル85から抽出するプログラム再利用のため
のエキスパートシステムであるが、ソースコード検索に
おいて不一致となった場合に、エラー出力として「使用
不可」のメッセージは出力されるが、新規プログラムの
どの部分に既存のソースコードが使用出来ないのかのエ
ラー発生位置情報が出力されず(特開平2−25721
6参照)、エラーが起きた部分への対処が行えないの
で、プログラム作成の生産性が悪くなる欠点があった。
In the above-described software coding system, the source code file 85 and the new program design information in the design information database 80 are determined by the inference operation of the expert shell 82 based on the knowledge database 84 for determination, and the necessary component source is determined. This is an expert system for reusing a program that extracts code from a source code file 85. If there is a mismatch in the source code search, an "unusable" message is output as an error output. Error occurrence position information indicating which part cannot use the existing source code is not output (Japanese Unexamined Patent Application Publication No. 2-25721).
6), it is not possible to cope with the part where the error has occurred, and there is a disadvantage that the productivity of program creation deteriorates.

【0004】また、予めプログラム設計仕様ライブラ
リ、既存ソフトウェア資産をデータベース化したプログ
ラムライブラリ、システム名称等の関連情報を格納する
キーワード辞書、熟練開発者の知識およびノウハウであ
る知識データベース83を備え、IF〜 THEN〜の
プロダクションルールでプログラムの生成および更新を
エキスパートシェル82で管理するコンサルテーション
システム(特開平5−134855参照)は、推論によ
り設計情報データベース80のプログラム設計ファイル
と既存のソースコードファイル85との比較により使用
可能とされる既存ソースコードファイル85のソースコ
ードの選択を行う判断用知識データベース84が必要と
なり、このデータベースの維持および更新を行うメンテ
ナンスが必要となる問題があった。
A program design specification library, a program library in which existing software assets are stored in a database, a keyword dictionary for storing related information such as system names, and a knowledge database 83 which is the knowledge and know-how of a skilled developer are provided. A consultation system (refer to Japanese Patent Laid-Open No. 5-134855) that manages the generation and update of a program by the expert shell 82 according to the production rules of THEN- Requires a knowledge database for judgment 84 for selecting a source code of an existing source code file 85 that can be used by the user, and a problem that requires maintenance for maintaining and updating this database. There was a title.

【0005】[0005]

【発明が解決しようとする課題】本発明はこのような背
景の下になされたもので、プログラム開発の生産性が向
上し、メンテナンスの必要がないソフトウェアコーディ
ングシステムを提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of such a background, and an object of the present invention is to provide a software coding system in which productivity of program development is improved and maintenance is not required.

【0006】[0006]

【課題を解決するための手段】請求項1記載の発明は、
新規プログラムの構成要件およひ仕様か明示された設計
トキュメントファイルを基に、記憶装置に記憶されてい
る既存プログラムのソースコードを使用し、コンピュー
タが新規プログラムのソースファイルを作成するソフト
ウェアコーディングシステムにおいて、前記新規プログ
ラム設計ファイルから新規プログラムに使用されるソー
スコードの検索情報を抽出する抽出手段と、該抽出手段
で抽出された前記検索情報により前記既存プログラムの
ソースコードファイルから新規プログラムに使用する前
記ソースコードを検索する検索手段と、該検索手段によ
り前記検索情報に対応する前記ソースコードか検索され
なかった場合に前記ソースコードに対する不一致情報を
出力する出力手段と、前記ソースコードが検索された場
合に、このソースコードを用いて新規プログラムのソー
スファイルを作成するプログラム生成手段とを具備する
ことを特徴とする。
According to the first aspect of the present invention,
A software coding system in which a computer creates source files for a new program using source codes of an existing program stored in a storage device, based on the configuration requirements of the new program and the design document file specified or specified. And extracting means for extracting search information of a source code used for the new program from the new program design file, and using the search information extracted by the extracting means for a new program from a source code file of the existing program. Searching means for searching for the source code, output means for outputting mismatch information for the source code when the source code corresponding to the search information is not searched by the searching means, and searching for the source code Place
In this case, using this source code,
Program generating means for creating a file .

【0007】請求項2記載の発明は、請求項1記載のソ
フトウェアコーディングシステムにおいて、前記検索情
報がキャラクタ文字列であることを特徴とする。請求項
3記載の発明は、請求項1記載のソフトウェアコーディ
ングシステムにおいて、前記ソースコード不一致情報
が、前記ソースコードを特定でき、前記検索情報のある
文字列行を指示することを特徴とする。請求項4記載の
発明は、請求項1記載のソフトウェアコーディングシス
テムにおいて、前記設計ドキュメントファイルと同時に
前記既存プログラムログラムを前記ソフトウェアコーデ
ィングシステムに供給することを特徴とする。
According to a second aspect of the present invention, in the software coding system according to the first aspect, the search information is a character string. According to a third aspect of the present invention, in the software coding system according to the first aspect, the source code mismatch information can specify the source code, and indicates a character string line having the search information. According to a fourth aspect of the present invention, in the software coding system according to the first aspect, the existing program program is supplied to the software coding system simultaneously with the design document file.

【0008】[0008]

【発明の実施の形態】以下、図面を参照して本発明の一
実施形態について説明する。図1は本発明の一実施形態
によるのソフトウェアコーディングシステムの構成を示
すブロック図である。この図において、1は入力情報で
あり、新規プログラム設計情報を有し、キー情報ファイ
ル2、ヘッダーファイル3、既存ソース4および設計ド
キュメントファイル5a〜5cで構成されている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a software coding system according to an embodiment of the present invention. In this figure, reference numeral 1 denotes input information, which has new program design information, and is composed of a key information file 2, a header file 3, an existing source 4, and design document files 5a to 5c.

【0009】キー情報ファイル2は、設計ドキュメント
ファイル5a〜5c内の各ファンクションを識別するた
めの文字列定義であるキー情報と部品ソースコードにお
ける識別文字情報とを定義している。ヘッダーファイル
3は、変換の対象となる文字列をコメントとして有した
ディファイン定義の集合体である。既存ソースファイル
4は、過去のソフトウェア財産であり、新規プログラム
に対し部品ソースコードを供給する。設計ドキュメント
ファイル5a〜5cは、新規プログラムの設計情報を有
している。
The key information file 2 defines key information as a character string definition for identifying each function in the design document files 5a to 5c and identification character information in the component source code. The header file 3 is an aggregate of the definition definition having a character string to be converted as a comment. The existing source file 4 is a past software property and supplies component source code to a new program. The design document files 5a to 5c have design information of a new program.

【0010】7は、ソースコード生成部であり、入力制
御部8、出力制御部9および部品制御部10で構成され
ており、キー情報ファイル2に定義されている文字列で
あるキー情報により、設計ドキュメントファイル5a〜
5cの記述単位であるファンクションを順次識別し、記
憶装置にあるテンポラリファイル11内の対応する部品
ファイル12を抽出し、設計ドキュメントファイル5a
〜5cにおいて認識した順に出力情報13として生成ソ
ースコード14を出力し、入力情報1に基づき新規プロ
グラムを作成する。
Reference numeral 7 denotes a source code generation unit, which comprises an input control unit 8, an output control unit 9, and a component control unit 10. The key code is a character string defined in the key information file 2. Design document file 5a ~
5c are sequentially identified, the corresponding part file 12 in the temporary file 11 in the storage device is extracted, and the design document file 5a is extracted.
5c, the generated source code 14 is output as the output information 13 in the order recognized, and a new program is created based on the input information 1.

【0011】入力制御部8は、設計ファイル入力部15
とキー情報制御部16とで構成されており、入力情報1
の入力制御を行う。設計ファイル入力部15は、設計ド
キュメントファイル5a、5bおよび5cから設計ファ
イルを読み込む。キー情報制御部16は、設計ファイル
入力部15の読み込んだ設計ファイルのファンクション
毎にキー情報の制御を行う。
The input control unit 8 includes a design file input unit 15
And a key information control unit 16, and the input information 1
Input control. The design file input unit 15 reads a design file from the design document files 5a, 5b and 5c. The key information control unit 16 controls key information for each function of the design file read by the design file input unit 15.

【0012】出力制御部9は、ソースコード出力部17
とエラー情報出力部18とで構成されており、作成した
プログラムの出力情報を制御する。ソースコード出力部
17は、新規プログラムに対応して取得した部品ソース
コードを出力する。エラー情報出力部18は、キー情報
による部品ソースコードの検索が該当なしで不一致であ
る場合にエラー情報19を出力する。
The output control unit 9 includes a source code output unit 17
And an error information output unit 18 for controlling output information of the created program. The source code output unit 17 outputs the component source code acquired corresponding to the new program. The error information output unit 18 outputs error information 19 when the search of the component source code based on the key information is not applicable and does not match.

【0013】部品制御部10は、部品取得部20を有
し、部品ファイル12をテンポラリファイル11に書き
込む。部品取得部20は、既存ソースファイル4から部
品ソースコードを識別し、部品ファイル12を作成す
る。
The component control unit 10 has a component acquisition unit 20 and writes the component file 12 to the temporary file 11. The component acquisition unit 20 identifies a component source code from the existing source file 4 and creates the component file 12.

【0014】次に図1を参照し、図2のフローチャート
に従い、上記一実施形態の動作の説明を行う。図2は、
ソースコードファイル自動生成システムの動作概要を示
すフローチャートである。たとえば、ステップS1にお
いて、入力制御部8が、キー情報ファイル2、ヘッダー
ファイル3、既存ソースファイル4および設計ドキュメ
ント5aのファイル名を取得し、参照可能な状態にした
とする。その結果、ステップS2において、キー情報制
御部16が設計ドキュメントファイル5aからキー情報
を抽出する。
Next, the operation of the above embodiment will be described with reference to FIG. 1 and the flowchart of FIG. FIG.
5 is a flowchart illustrating an operation outline of the source code file automatic generation system. For example, it is assumed that in step S1, the input control unit 8 acquires the file names of the key information file 2, the header file 3, the existing source file 4, and the design document 5a, and makes them accessible. As a result, in step S2, the key information control unit 16 extracts key information from the design document file 5a.

【0015】次にステップS3において、順次設計ドキ
ュメントファイル5aから抽出されたキー情報により、
部品取得部10が、記載されたファンクションに対応す
る部品ソースコードを部品ファイル12内において検索
し、ソースコードとして一時記憶装置に出力する。そし
て、プログラムの機能単位である設計ドキュメント5a
を基にソースコード出力部17が、生成ソースコード1
4を出力する。その後、ステップS4において、入力制
御部8が次の設計ドキュメントファイル名を取得する。
Next, in step S3, based on the key information sequentially extracted from the design document file 5a,
The component obtaining unit 10 searches the component file 12 for a component source code corresponding to the described function, and outputs the source code to the temporary storage device. Then, the design document 5a which is a functional unit of the program
The source code output unit 17 generates the generated source code 1 based on
4 is output. Then, in step S4, the input control unit 8 acquires the next design document file name.

【0016】次にステップS5において、たとえば、該
当する設計ドキュメントファイルが設計ドキュメントフ
ァイル5bであるとすると、ステップS1に戻りステッ
プS1〜S5までの操作を繰り返すことになる。また、
ステップS5において、たとえば、該当する設計ドキュ
メントファイルが無いとすると、プログラムの設計操作
は、終了することになる。
Next, in step S5, for example, assuming that the corresponding design document file is the design document file 5b, the process returns to step S1, and the operations in steps S1 to S5 are repeated. Also,
In step S5, for example, if there is no corresponding design document file, the design operation of the program ends.

【0017】次に図1を参照し、設計ドキュメント変換
処理のステップS2の動作を図3に従い、詳細に説明す
る。まずステップS11において、たとえば、設計ファ
イル入力部15が、設計ドキュメントファイル5aの先
頭ラインを読み込むとすると、ステップS12におい
て、キー情報制御部16が、読み込んだ先頭ラインの情
報をキー情報ファイル2の部品キーおよび制御キーの情
報を基にキー情報の種別を識別する。
Next, referring to FIG. 1, the operation of step S2 of the design document conversion process will be described in detail with reference to FIG. First, in step S11, for example, when the design file input unit 15 reads the head line of the design document file 5a, in step S12, the key information control unit 16 converts the read line information into the component of the key information file 2. The type of key information is identified based on the key and control key information.

【0018】たとえば、キー情報が部品キーであるとす
ると、ステップS13において、キー情報制御部16に
より部品キー処理が実行される。この処理は、後に詳細
に説明する。また、たとえば、制御キーであるとする
と、ステップS14において制御キー処理がキー情報制
御部16により実行される。この処理は、後に詳細に説
明する。さらに、ページ先頭のヘッダーの場合には、ス
テップS15において、ページヘッダー処理がキー情報
制御部16により実行される。また、その他の場合に
は、ステップS16において、コメント処理がキー情報
制御部16により実行される。
For example, assuming that the key information is a component key, a component key process is executed by the key information control unit 16 in step S13. This processing will be described later in detail. For example, assuming that the key is a control key, a control key process is executed by the key information control unit 16 in step S14. This processing will be described later in detail. Further, in the case of the header at the top of the page, the page information processing is executed by the key information control unit 16 in step S15. In other cases, a comment process is executed by the key information control unit 16 in step S16.

【0019】そして、該当ラインの処理が終了した後、
ステップS17において、入力制御部8により、設計ド
キュメントファイル5aの次のラインが読み込まれ、た
とえば、このラインがファイルの終了を示す「EOF」
でないとすると、ステップS11〜S17までが繰り返
し処理される。また、たとえば読み込んだラインが「E
OF」であるとすると、ステップS2(図2参照)にお
ける設計ドキュメントファイル変換処理は終了する。
After the processing of the corresponding line is completed,
In step S17, the input control unit 8 reads the next line of the design document file 5a. For example, this line indicates "EOF" indicating the end of the file.
If not, steps S11 to S17 are repeated. For example, if the read line is "E
If "OFF", the design document file conversion process in step S2 (see FIG. 2) ends.

【0020】次に部品キー処理を行う図3におけるステ
ップS13を図1を参照し、図4のフローチャートに従
い詳細に説明する。まず、ステップS21において、設
計ドキュメントファイル5aの部品キー情報を有するラ
インが認識され、そのラインの位置情報が一時記憶装置
に記憶される。次に、ステップS22において、部品キ
ー情報の認識されたラインの文字列がキー情報制御部1
6により、それぞれ部品キーを示す要素に分解され、部
品ファイル12から部品ソースコードを検索するための
部品キーが抽出される。
Next, step S13 in FIG. 3 for performing the component key process will be described in detail with reference to FIG. 1 and the flowchart of FIG. First, in step S21, a line having component key information of the design document file 5a is recognized, and position information of the line is stored in the temporary storage device. Next, in step S22, the character string of the line whose component key information is recognized is
6, each component is decomposed into an element indicating a component key, and a component key for searching for a component source code from the component file 12 is extracted.

【0021】次に、ステップS23において、抽出され
た部品キーにより部品ファイル12から部品ソースコー
ドが検索され、得られた部品ソースコードが部品制御部
10により、一時記憶装置に記憶される。このとき、ス
テップS24において、部品取得部20により、部品キ
ーに対応する部品ソースコードが部品ファイル12にあ
るかどうかの確認が行われる。たとえば、部品キーに対
応する部品ソースコードが検出されたとすると、ステッ
プS25において、入力制御部8により設計ドキュメン
トファイル5aの次のラインを読み込んだ後に、ステッ
プS14における部品キー処理が終了する。
Next, in step S23, a component source code is searched from the component file 12 by the extracted component key, and the obtained component source code is stored in the temporary storage device by the component control unit 10. At this time, in step S24, the component acquisition unit 20 checks whether the component source code corresponding to the component key exists in the component file 12. For example, assuming that a component source code corresponding to the component key is detected, in step S25, after reading the next line of the design document file 5a by the input control unit 8, the component key processing in step S14 ends.

【0022】また、たとえば、部品ファイル12から部
品キーに対応する部品ソースコードが部品取得部20に
より、検出されなかったとすると、ステップS26にお
いて、ステップS21で記憶されたラインの位置情報を
基に設計ドキュメントファイル5aのエラー発生ファン
クションがエラー情報出力部18により、エラー情報と
して出力され、ステップS14における部品キー処理が
終了する。
If the component source code corresponding to the component key is not detected by the component acquisition unit 20 from the component file 12, for example, in step S26, the design is performed based on the line position information stored in step S21. The error occurrence function of the document file 5a is output as error information by the error information output unit 18, and the component key processing in step S14 ends.

【0023】次に一実施形態で用いられる図1における
キー情報ファイル2を図5を参照して説明する。図5
は、図1のソースコードファイル自動生成システムの構
成図におけるキー情報ファイル2の一例である。この図
において、40はキー情報ファイルの形式を示してい
る。41は、テキストデータの領域であり、この領域で
部品ソースコードに置き換えることを示す部品キーが
「・」で定義されている。
Next, the key information file 2 in FIG. 1 used in one embodiment will be described with reference to FIG. FIG.
Is an example of the key information file 2 in the configuration diagram of the source code file automatic generation system in FIG. In this figure, numeral 40 indicates the format of the key information file. Reference numeral 41 denotes a text data area, and a part key indicating replacement with a part source code in this area is defined by “•”.

【0024】次に一実施形態で用いられる図1における
部品ファイル12を図6を参照して説明する。図6は、
図1のソースコードファイル自動生成システムの構成図
における既存ソースファイル4から認識された部品ソー
スコードで構成された部品ファイル12の一例である。
50は、部品ファイル12の一例であり、領域51およ
び52で構成されている。領域51および52には、既
存ソースファイル4(図1参照)において認識された部
品ソースコードが示されている。
Next, the component file 12 in FIG. 1 used in one embodiment will be described with reference to FIG. FIG.
FIG. 2 is an example of a component file 12 composed of component source codes recognized from an existing source file 4 in the configuration diagram of the source code file automatic generation system in FIG. 1.
Reference numeral 50 denotes an example of the component file 12, which is composed of areas 51 and 52. In the areas 51 and 52, component source codes recognized in the existing source file 4 (see FIG. 1) are shown.

【0025】また、図7は、一実施形態で用いられる図
1における設計ドキュメントファイル5a、5bおよび
5cの構成を示している。これらのファイルは、ソース
コードファイル自動生成システムにおいて、新規プログ
ラムを作成するための設計資料であり、必要な部品ソー
スコードに対応する部品キーが抽出される。
FIG. 7 shows the structure of the design document files 5a, 5b and 5c in FIG. 1 used in one embodiment. These files are design materials for creating a new program in the automatic source code file generation system, and component keys corresponding to necessary component source codes are extracted.

【0026】さらに、図9は、図1の出力情報13であ
り、一実施形態により生成される新規プログラムの生成
ソースコードファイル14の一例である。この図におい
て、40は、このファイルの書式を示している。71お
よび72は、テキスト領域であり、使用された部品ソー
スコードの機能に対するコメントが示されている。
FIG. 9 shows the output information 13 of FIG. 1, which is an example of a source code file 14 of a new program generated according to one embodiment. In this figure, 40 indicates the format of this file. Reference numerals 71 and 72 denote text areas in which comments on the functions of the used component source code are shown.

【0027】次に一実施形態の動作を図5、図6、図
7、図8および図9を用い、図2に従って説明する。ス
テップS1において、入力制御部8は、キー情報ファイ
ルと図6の部品ファイルと図7の設計ドキュメントファ
イルとのファイル名を取得し、取得した文書ファイルを
キャラクタ検索可能なテキストファイルに変換する。そ
して、ステップS2において、キー情報制御部16が、
図7の設計ドキュメントファイル内で部品キーのキャラ
クタ検索を行い、部品キーとして図8の設計ドキュメン
トファイル内の領域57に示されている「VPパス接続
設定」および領域58に示されている「VPパス接続状
態リード」を抽出する。
Next, the operation of the embodiment will be described with reference to FIGS. 5, 6, 7, 8 and 9, and according to FIG. In step S1, the input control unit 8 acquires the file names of the key information file, the component file of FIG. 6, and the design document file of FIG. 7, and converts the acquired document file into a text file that allows character search. Then, in step S2, the key information control unit 16
A character search for the part key is performed in the design document file of FIG. 7, and “VP path connection setting” shown in the area 57 and “VP” shown in the area 58 in the design document file of FIG. The path connection status lead is extracted.

【0028】次に、これらのファンクションに対応する
部品ソースコードが、部品制御部10により、図6の部
品ファイルから検索され、対応する領域51および52
に示されている部品ソースコードが一時記憶装置に記憶
される。そしてステップS3において、出力制御部9に
より、単位あたりの設計ドキュメントファイル分の処理
が終了すると図9に示される生成ソースファイルが出力
される。その後、ステップS4において、入力制御部8
が、次に処理される設計ドキュメントファイル名を読み
込む。そして、ステップS5において、設計ファイル入
力部15が、該当ファイルの有無を確認する。たとえ
ば、ステップS5において該当ファイルが確認されたと
すると、ステップS1からS5の処理が繰り返される。
Next, component source codes corresponding to these functions are retrieved from the component file shown in FIG.
Are stored in the temporary storage device. Then, in step S3, when the processing for the design document file per unit is completed by the output control unit 9, the generation source file shown in FIG. 9 is output. Then, in step S4, the input control unit 8
Reads the design document file name to be processed next. Then, in step S5, the design file input unit 15 checks whether or not the file exists. For example, if the corresponding file is confirmed in step S5, the processing of steps S1 to S5 is repeated.

【0029】次に図2におけるステップS2の動作を図
5および図8を参照し、図3に従って説明する。まず、
ステップS11において、入力制御部8により図8の設
計ドキュメントファイルの先頭ラインである領域57の
テキスト文が読み込まれる。次に、ステップS12にお
いて、キー情報制御部16により、図5のキー情報ファ
イルの領域41に示されている部品キー「・」により、
図8の設計ドキュメントファイルの領域57に示されて
いる部品キー「・」を認識する。
Next, the operation of step S2 in FIG. 2 will be described with reference to FIGS. First,
In step S11, the input control unit 8 reads the text sentence in the area 57 which is the first line of the design document file in FIG. Next, in step S12, the key information control unit 16 uses the part key “•” shown in the area 41 of the key information file in FIG.
The part key “•” shown in the area 57 of the design document file in FIG. 8 is recognized.

【0030】次に、ステップS12において、キー情報
制御部16により、キー情報が部品キーであること認識
され、ステップS13が実行される。そして、ステップ
S17において、入力制御部8が、図8の設計ドキュメ
ントファイルの次のラインを読み、たとえば、読み込ん
だラインが、「EOF」でないとすると、ステップS1
1からステップS17が繰り返され、設計ドキュメント
ファイルの変換処理が行なわれる。また、読み込まれた
ラインが、「EOF」であるとすると、設計ドキュメン
トファイルの処理が終了される。
Next, in step S12, the key information control unit 16 recognizes that the key information is a component key, and executes step S13. Then, in step S17, the input control unit 8 reads the next line of the design document file in FIG. 8, and if, for example, the read line is not “EOF”, step S1
Steps S1 to S17 are repeated, and the conversion process of the design document file is performed. If the read line is “EOF”, the processing of the design document file is terminated.

【0031】次に図3におけるステップ13の動作を図
6、図7および図8を参照し、図4に従って説明する。
まず、ステップ21において、キー情報制御部16によ
り、図8の設計ドキュメントファイルから部品キーが認
識された領域57の位置情報が、図には示されていない
が一時記憶装置にあるラインカウンタに記憶される。次
にステップS22において、キー情報制御部16が、図
7の設計ドキュメントファイルの文字列を分解し、図8
に示す設計ドキュメントファイルの形式に分解する。
Next, the operation of step 13 in FIG. 3 will be described with reference to FIGS. 6, 7 and 8, and according to FIG.
First, in step 21, the key information control unit 16 stores the position information of the area 57 where the part key is recognized from the design document file in FIG. 8 in a line counter (not shown) but in a temporary storage device. Is done. Next, in step S22, the key information control unit 16 decomposes the character string of the design document file of FIG.
Decompose into the design document file format shown in

【0032】そして、部品ソースコードを検索するため
の部品キー情報である領域57の文字列をキー情報制御
部16が抽出する。次にステップS23において、ステ
ップS22で抽出した部品キーにより、部品取得部20
が、図6の部品ファイルから領域57の文字列に対応す
る領域51の部品ソースコードを取得し、一時記憶装置
に記憶する。このとき、ステップS24において、部品
取得部20により、部品キー情報に適応する部品ソース
コードが確認されたので、ステップS25で図8の設計
ドキュメントファイルの次のラインが入力制御部8によ
り読み込まれた後、処理を終了する。また、たとえばス
テップS24において、部品ソースコードが確認されな
かったとすると、ステップS26で、エラー情報出力部
が、ラインカウンタに記憶させたラインの位置情報を基
に、設計ドキュメントファイルのエラー発生ファンクシ
ョンをエラー情報として出力する。
Then, the key information control unit 16 extracts the character string in the area 57 which is the component key information for searching the component source code. Next, in step S23, the component acquisition unit 20 is operated based on the component key extracted in step S22.
Acquires the component source code of the area 51 corresponding to the character string of the area 57 from the component file of FIG. 6, and stores it in the temporary storage device. At this time, in step S24, since the component source code corresponding to the component key information is confirmed by the component acquisition unit 20, the next line of the design document file in FIG. After that, the process ends. Also, for example, if the component source code is not confirmed in step S24, the error information output unit determines in step S26 the error occurrence function of the design document file based on the line position information stored in the line counter. Output as information.

【0033】[0033]

【発明の効果】請求項1記載の発明は、新規プログラム
の構成要件および仕様が示された設計ドキュメントファ
イルを基に、記憶装置に記憶されている既存プログラム
のソースコードを使用し、コンピュータが新規プログラ
ムのソースファイルを作成するソフトウェアコーディン
グシステムにおいて、前記新規プログラム設計ファイル
から新規プログラムに使用されるソースコードの検索情
報を抽出する抽出手段と、該抽出手段で抽出された前記
検索情報により前記既存プログラムのソースコードファ
イルから新規プログラムに使用する前記ソースコードを
検索する検索手段と、該検索手段により前記検索情報に
対応する前記ソースコードが検索されなかった場合に前
記ソースコードに対する不一致情報を出力する出力手段
、前記ソースコードが検索された場合に、このソース
コードを用いて新規プログラムのソースファイルを作成
するプログラム生成手段とを具備したため、既存プログ
ラムのソースコードのどこかが新規プログラムに適応で
きないかが明確となるので、プログラム開発の効率が向
上する効果がある。
According to the first aspect of the present invention, a computer uses a source code of an existing program stored in a storage device based on a design document file in which the configuration requirements and specifications of the new program are indicated, and the computer is newly implemented. In a software coding system for creating a source file of a program, extracting means for extracting search information of a source code used for a new program from the new program design file, and extracting the existing program by using the search information extracted by the extracting means Searching means for searching the source code file used for a new program from the source code file, and outputting the mismatch information for the source code when the source code corresponding to the search information is not searched by the searching means. and means, said Sosuko If the soil is found, this source
Create source files for new programs using code
Since it is provided with a program generating means, it is clear whether any part of the source code of the existing program can be adapted to the new program, and the program development efficiency is improved.

【0034】請求項2記載の発明は、請求項1記載のソ
フトウェアコーディングシステムにおいて、前記検索情
報がキャラクタ文字列であるため、設計ドキュメントフ
ァイルおよび既存プログラムのソースコードがすべてキ
ャラクタコードで示されているので、設計ドキュメント
ファイルが簡単に記述でき、エラーの確認がし易く、操
作性が向上する効果がある。請求項3記載の発明は、請
求項1記載のソフトウェアコーディングシステムにおい
て、前記ソースコード不一致情報が、前記ソースコード
を特定でき、前記検索情報のある文字列行を指示するた
め、設計ドキュメントファイルを開くとエラーのあった
行が明確にわかるようになり、プログラム開発の操作性
が向上する効果がある。請求項4記載の発明は、請求項
1記載のソフトウェアコーディングシステムにおいて、
前記設計ドキュメントファイルと同時に前記既存プログ
ラムログラムを前記ソフトウェアコーディングシステム
に供給するため、既存プログラムのソースコード用のデ
ータベースが必要なくなるため、ソフトウェアコーディ
ングシステムのメンテナンスの必要がなくなる効果があ
る。
According to a second aspect of the present invention, in the software coding system according to the first aspect, since the search information is a character string, the design document file and the source code of the existing program are all represented by character codes. Therefore, the design document file can be easily described, errors can be easily confirmed, and operability is improved. According to a third aspect of the present invention, in the software coding system according to the first aspect, the design document file is opened because the source code mismatch information can identify the source code and indicate a character string line having the search information. The line in which the error occurred can be clearly identified, and the operability of program development is improved. According to a fourth aspect of the present invention, in the software coding system according to the first aspect,
Since the existing program program is supplied to the software coding system at the same time as the design document file, there is no need for a database for the source code of the existing program, so that there is no need to maintain the software coding system.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明の一実施形態によるソフトウェアコー
ディングシステムの構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a software coding system according to an embodiment of the present invention.

【図2】 本発明の一実施形態によるソフトウェアコー
ディングシステムの動作概要を示すフローチャートであ
る。
FIG. 2 is a flowchart showing an outline of operation of a software coding system according to an embodiment of the present invention.

【図3】 本発明の一実施形態の動作における設計ドキ
ュメントファイル変換処理動作を示すフローチャートで
ある。
FIG. 3 is a flowchart showing a design document file conversion processing operation in the operation of the embodiment of the present invention.

【図4】 本発明の一実施形態の動作における部品キー
処理実行動作を示すフローチャートである。
FIG. 4 is a flowchart showing an operation of executing a component key process in the operation of the embodiment of the present invention.

【図5】 本発明の一実施形態におけるキー情報ファイ
ルの一具体例である。
FIG. 5 is a specific example of a key information file according to an embodiment of the present invention.

【図6】 本発明の一実施形態における部品ファイルの
一具体例である。
FIG. 6 is a specific example of a component file according to an embodiment of the present invention.

【図7】 本発明の一実施形態における設計ドキュメン
トファイルの一具体例である。
FIG. 7 is a specific example of a design document file according to an embodiment of the present invention.

【図8】 本発明の一実施形態における設計ドキュメン
トファイルの一具体例である。
FIG. 8 is a specific example of a design document file according to an embodiment of the present invention.

【図9】 本発明の一実施形態における生成ソースコー
ドファイルの一具体例である。
FIG. 9 is a specific example of a generated source code file according to an embodiment of the present invention.

【図10】 従来のソフトウェアコーディングシステム
の構成を示すブロック図である。
FIG. 10 is a block diagram showing a configuration of a conventional software coding system.

【符号の説明】[Explanation of symbols]

1 入力情報 2 キー情報ファイル 3 ヘッダーファイル 4 既存ソースファイル 5a、5b、5c 設計ドキュメントファイル 7 ソースコード生成部 8 入力制御部 9 出力制御部 10 部品制御部 11 テンポラリファイル 12 部品ファイル 13 出力情報 14 生成ソースコード 15 設計ファイル入力部 16 キー情報制御部 17 ソースコード出力部 18 エラー情報出力部 19 エラー情報 20 部品取得部 40 キー情報ファイル 41 領域 50 部品ファイル 51、52 領域 57、58 領域 70 生成ソースファイル 71、72 領域 80 設計情報データベース 81 プログラム設計者 82 エキスパートシェル 83 知識データベース 84 判定用知識データベース 85 ソースコードファイル 86 モニタディスプレイ DESCRIPTION OF SYMBOLS 1 Input information 2 Key information file 3 Header file 4 Existing source file 5a, 5b, 5c Design document file 7 Source code generation part 8 Input control part 9 Output control part 10 Parts control part 11 Temporary file 12 Parts file 13 Output information 14 Generation Source code 15 Design file input unit 16 Key information control unit 17 Source code output unit 18 Error information output unit 19 Error information 20 Parts acquisition unit 40 Key information file 41 Area 50 Parts file 51, 52 Area 57, 58 Area 70 Generation source file 71, 72 area 80 design information database 81 program designer 82 expert shell 83 knowledge database 84 judgment knowledge database 85 source code file 86 monitor display

フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 9/06 G06F 9/44 Continuation of the front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 9/06 G06F 9/44

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 新規プログラムの構成要件および仕様が
明示された設計ドキュメントファイルを基に、記憶装置
に記憶されている既存プログラムのソースコードを使用
し、コンピュータが新規プログラムのソースファイルを
作成するソフトウェアコーディングシステムにおいて、 前記設計ドキュメントファイルから新規プログラムに使
用されるソースコードの検索情報を抽出するとともに、
当該設計ドキュメントファイルにおける位置を表す位置
情報を一時記憶装置に記憶させる抽出手段と、 該抽出手段で抽出された前記検索情報により前記既存プ
ログラムのソースコードファイルから新規プログラムに
使用する前記ソースコードを検索する検索手段と、 該検索手段により前記検索情報に対応する前記ソースコ
ードが検索されなかった場合に、前記一時記憶装置に記
憶された前記位置情報に基づき前記設計ドキュメントフ
ァイルのエラー発生ファンクションをエラー情報として
出力する出力手段と、 前記ソースコードが検索された場合に、このソースコー
ドを用いて新規プログラムのソースファイルを作成する
プログラム生成手段とを具備することを特徴とするソフ
トウェアコーディングシステム。
1. A software program for a computer to use a source code of an existing program stored in a storage device to create a source file of the new program based on a design document file in which the configuration requirements and specifications of the new program are specified. In the coding system, while extracting the search information of the source code used for the new program from the design document file ,
Position indicating the position in the design document file
Extracting means for storing information in a temporary storage device ; searching means for searching the source code file of the existing program for the source code to be used for a new program based on the search information extracted by the extracting means; If the source code corresponding to the search information is not found, the source code is written to the temporary storage device.
The design document file is stored based on the stored location information.
Output means for outputting an error occurrence function of a file as error information; and program generation means for creating a source file of a new program using the source code when the source code is searched. A software coding system characterized by the following.
JP23941796A 1996-09-10 1996-09-10 Software coding system Expired - Fee Related JP3335851B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23941796A JP3335851B2 (en) 1996-09-10 1996-09-10 Software coding system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23941796A JP3335851B2 (en) 1996-09-10 1996-09-10 Software coding system

Publications (2)

Publication Number Publication Date
JPH1091422A JPH1091422A (en) 1998-04-10
JP3335851B2 true JP3335851B2 (en) 2002-10-21

Family

ID=17044471

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23941796A Expired - Fee Related JP3335851B2 (en) 1996-09-10 1996-09-10 Software coding system

Country Status (1)

Country Link
JP (1) JP3335851B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5041990B2 (en) * 2007-11-29 2012-10-03 三菱電機株式会社 Software component extraction support device

Also Published As

Publication number Publication date
JPH1091422A (en) 1998-04-10

Similar Documents

Publication Publication Date Title
US6571248B1 (en) Data processing method and apparatus
JPH09212352A (en) Program development support system
KR20010022215A (en) System and method for generating year 2000 test cases
JPH0830620A (en) Structure retrieving device
EP3103002B1 (en) Batch generation of links to documents based on document name and page content matching
CN115309451A (en) Code clone detection method, device, equipment, storage medium and program product
US20050015746A1 (en) Orchestration designer
US7730451B2 (en) Source server
JP3335851B2 (en) Software coding system
WO2004051470A1 (en) Program automatic converting method and program automatic converting device
JPH11265368A (en) Working procedure management system
WO2017072872A1 (en) Business program generation assistance system and business program generation assistance method
US7523031B1 (en) Information processing apparatus and method capable of processing plurality type of input information
US6453318B1 (en) Control apparatus of structured information and method of controlling the information
JP2011076561A (en) Parts catalog creation support device, program, and parts catalog creation support method
JPH1185536A (en) Device and method for automatically correcting error of source program
JP3345522B2 (en) Program development support device using data item parts
JP2009151727A (en) Document processing system
JP3001427B2 (en) Software coding system
US20040205666A1 (en) System and method for anticipated file editing
JP3050467B2 (en) Data item dictionary generation method
EP4261678A1 (en) Generation of a technical instruction
JP2900873B2 (en) File management device
JP2005266976A (en) Program storing device, program storing method, program and recording medium
JP3193249B2 (en) Keyword search method

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20020709

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20070802

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20080802

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees