JPH02181224A - Software development system - Google Patents

Software development system

Info

Publication number
JPH02181224A
JPH02181224A JP7112489A JP7112489A JPH02181224A JP H02181224 A JPH02181224 A JP H02181224A JP 7112489 A JP7112489 A JP 7112489A JP 7112489 A JP7112489 A JP 7112489A JP H02181224 A JPH02181224 A JP H02181224A
Authority
JP
Japan
Prior art keywords
information
module
program
source program
specifications
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
JP7112489A
Other languages
Japanese (ja)
Other versions
JP2606356B2 (en
Inventor
Kenji Nishioka
西岡 健自
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP1071124A priority Critical patent/JP2606356B2/en
Publication of JPH02181224A publication Critical patent/JPH02181224A/en
Application granted granted Critical
Publication of JP2606356B2 publication Critical patent/JP2606356B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To secure the consistency of information, and also, to improve the efficiency of a maintenance work by providing a bidirectional filter having a function as an information extracting part and a reverse generating part, and storing the information so as not to be overlapped. CONSTITUTION:Specifications 10 of each module and source programs 11 of each module are stored as program information or specification information in an integrated data base 13 through a bidirectional filter 12 which operates as an information extracting part. Subsequently, the information stored in the data base 13 is reconstituted to specifications or source programs of each module through the filter 12 which operates as a reverse generating part, as well, and outputted in a shape of an editable text file. In such a way, it becomes unnecessary to mention redundantly program information, and information overlapped between the modules or in the module, the work efficiency is improved, and also, the consistency of data is secured automatically, and a maintenance work is executed efficiently.

Description

【発明の詳細な説明】 〈産業上の利用分野〉 この発明は、C言語等で記載されたプログラムを効率よ
く開発するシステムに関するものである。
DETAILED DESCRIPTION OF THE INVENTION <Industrial Application Field> The present invention relates to a system for efficiently developing programs written in C language or the like.

〈従来技術〉 ソフトウェアシステムを開発するには、通常第8図に示
す各フェーズを順に実行して行くことで作業を進行させ
る。すなわち、最初にシステムの要求仕様を確定する0
次に、この要求仕様に沿って仕様書を作成し、この仕様
書に沿って概略設計及び詳細設計を行う。次にこれらの
概略設計、詳細設計に沿ってコーディングを行い、実際
のソフトウェアを作成して行く。コーディングが完成す
ると各サブシステム毎のデバッグを行い、デバッグか完
成すると総合テストを行って完成する。この様な手順は
ウォーターフォールモデルと呼ばれている。システム作
成の各フェースにおいては多様なドキュメントが出力さ
れ、このドキュメントをベースにして次のフェーズの作
業が実行される。
<Prior Art> In developing a software system, the work is usually progressed by sequentially executing each phase shown in FIG. In other words, first determine the required specifications of the system.
Next, a specification is created in accordance with this required specification, and a rough design and detailed design are performed in accordance with this specification. Next, we perform coding according to these rough and detailed designs to create the actual software. Once the coding is completed, each subsystem is debugged, and once the debugging is completed, a comprehensive test is performed and the project is completed. This kind of procedure is called a waterfall model. Various documents are output in each phase of system creation, and the work of the next phase is executed based on these documents.

また、詳細設計書やソースプログラムなどのテキストフ
ァイルは、コンパイル単位など意味的、形式的に複雑な
内容を持つ大きなファイル単位で保管される。
Furthermore, text files such as detailed design documents and source programs are stored in large file units, such as compilation units, that have semantically and formally complex content.

〈発明が解決すべき課題〉 し−かじながら、この様なシステム開発には次のような
課題があった。第1に、出力されるドキュメント類の情
報は下流側になるに従って詳細になりかつ量も増大する
。また、各々のフェーズではソフトウェアシステム全体
を記述する必要があるために、ドキュメントの形式は変
わるが重複する内容が多い。その為、下流側のフェーズ
を実行しているときに上流側のフェーズに誤りが発見さ
れた場合など上流側のフェーズで変更を要するときは、
既に出力された全てのドキュメントを変更しなければな
らないので、作業効率が低く、人為的な誤りが発生しや
すかった。
<Problems to be solved by the invention> However, there were the following problems in developing such a system. First, the information on the documents that are output becomes more detailed and increases in amount as it goes downstream. Furthermore, since each phase requires the description of the entire software system, although the format of the document changes, there are many overlapping contents. Therefore, if a change is required in the upstream phase, such as when an error is discovered in the upstream phase while executing the downstream phase,
Since all documents that have already been output had to be changed, work efficiency was low and human errors were likely to occur.

第2に、大規模システムと小規模システムで同一の開発
手順を取っていたので、小規模システムでは無駄が多く
なり、かつ大規模システムでは同一フェーズ内での情報
の食い違いか発生することがあった。
Second, because the same development procedure was used for large-scale systems and small-scale systems, there was a lot of waste in small-scale systems, and in large-scale systems, discrepancies in information could occur within the same phase. Ta.

第3に、コンパイル、静的解析などテキス1〜の構文解
析を要するときは、小さな変更でもファイル全体の解析
をしなければならず、また共通のソフトウェア上の構成
要素があってもその識別が困此であった。従って、重複
した作業を強いられ、信頼性が低下していた。
Third, when syntactic analysis of text 1 is required, such as during compilation or static analysis, the entire file must be analyzed even for small changes, and even if there are common software components, their identification is difficult. It was difficult. Therefore, they were forced to perform duplicate work, reducing reliability.

この様な課題は詳細設計段階とコーディング段階など連
続する2つのフェーズ間でも生じる。すなわち、モジュ
ール仕様書とソースプログラム月でグローバルデータ等
が重複し、また単一ソースプログラム内部でも関数名の
宣言、コメントの付加等が重複して、作業性が悪くなる
と共に人為ミスが発生する可能性が高かった。
Such issues also arise between two consecutive phases, such as the detailed design stage and the coding stage. In other words, global data, etc. are duplicated between the module specification and the source program, and declarations of function names, addition of comments, etc. are duplicated even within a single source program, resulting in poor work efficiency and the possibility of human error. It was highly sexual.

〈発明の目的〉 この発明の目的は、情報を重複しないように保管するこ
とにより、情報の整合性を保障できるソフlへウェア開
発システムを提供する事にある6く課題を解決する為の
手段〉 前記課題を解決する為に本発明では、エディタによりプ
ログラムまたはモジュール仕様書を所定の形式で入力し
、情報抽出部により入力されたプログラムまたはモジュ
ール仕様書からプログラム情報または仕様情報を抽出し
、情報が重複しないようにデータベースに格納する。ま
た、逆生成部によりこのデータベースに格納された情報
からモジュール仕様書、ソースプログラムを構成して出
力するようにしたものである。
<Object of the invention> The object of the invention is to provide a software development system that can guarantee the integrity of information by storing information in a manner that prevents duplication. > In order to solve the above problems, the present invention inputs a program or module specification in a predetermined format using an editor, extracts program information or specification information from the input program or module specification using an information extraction section, and extracts the information. are stored in the database to avoid duplication. Further, a module specification and a source program are constructed and outputted from the information stored in this database by a reverse generation section.

〈実施例〉 第1図に本発明に係るソフトウェア開発システムの基本
概念を示す、なお、プログラムは複数のモジュールA、
B、C1・・・・・・・・・から構成されているとする
。第1図において、10は各モジュールの仕様、11は
各モジュールのソースプログラムであり、これらの仕様
及びソースプログラムは情報抽出部の働きをする双方向
フィルタ12を介して統合化データベース13にプログ
ラム情報または仕様情報として格納される。例えば、グ
ローバル変数はモジュール仕様書ではデータタイプ、内
容等が説明的に記述され、ソースプログラムでは言語仕
様に準じた形式で或いはコメントで記述されるなど記述
形式が異なるが、この記述形式の相違を省いた情報を統
合化データベース13に格納する。統合化データベース
13は少なくとも1一つのモジュールを含み、1つのプ
ロセス或いはタスクとして動作するプログラム及び関連
情報を重複のない形で格納する。この統合化データベー
ス13に格納された情報は逆生成部の働きをする双方向
フィルタ12で各モジュールの仕様或いはソースプログ
ラムに再構成されて、編集可能なテキストファイルの形
で出力される。
<Example> Fig. 1 shows the basic concept of the software development system according to the present invention.
Suppose that it is composed of B, C1, . . . In FIG. 1, reference numeral 10 indicates the specifications of each module, and reference numeral 11 indicates the source program of each module. These specifications and source programs are transferred to the integrated database 13 as program information via a bidirectional filter 12 that functions as an information extractor. Or stored as specification information. For example, global variables are described in different formats, such as the data type, contents, etc. being described descriptively in the module specifications, and described in a format according to the language specifications or as comments in the source program. The omitted information is stored in the integrated database 13. The integrated database 13 includes at least one module, and stores programs that operate as one process or task and related information in a non-duplicate manner. The information stored in this integrated database 13 is reconfigured into specifications or source programs for each module by a bidirectional filter 12 that functions as a reverse generator, and output in the form of an editable text file.

プログラム情報とはプログラムの構成要素であり、モジ
ュール関数、グローバル変数等の名称と属性、他の構成
要素との関係情報の集合である。
Program information is a component of a program, and is a collection of names and attributes of module functions, global variables, etc., and relationship information with other components.

第2図はプログラム情報の構成要素の階層関係をネット
ワークとして表わしたものである。最上位にはシステム
かあり、その下に複数のファイルがあり、このファイル
にはモジュールが格納される。
FIG. 2 shows the hierarchical relationship of the constituent elements of program information as a network. There is a system at the top level, and below that there are multiple files, and these files store modules.

各モジ1−ルにはさらに下のモジュール、グローバルデ
ータが付属し、また関数が定義される。この様な構成で
は、あるモジュール30で定義される関数31が他のフ
ァイルのモジュール32を参照するようなことか発生す
る。その為、構成要素として名称のような属性と共に、
定義、参照のような構成要素間の関係情報を含む必要が
ある。なお、構成要素は変数、関数、関数内で定義され
るパラメータやローカル変数などの多重のIMNJ構成
を有する0例えば、構成要素の1つであるグローバルデ
ータは属性及び関係情報のクラスに分けられ、属性クラ
スはデータ・タイプ、内容、初期値、サイズのデータ項
目、関係情報クラスには定義の所在、参照関数、変更関
数、extern指定のデータ項目が含まれる。このク
ローバルデータはデータベース内では常に一括して扱わ
れる情報単位を形成する。また、ファイル間で共有され
る構成要素も同様の構成を取る。この様な関係は仕様情
報でも同じである。
Each module is attached with lower modules, global data, and functions are defined. In such a configuration, a function 31 defined in a certain module 30 may refer to a module 32 in another file. Therefore, along with attributes such as names as constituent elements,
It is necessary to include relationship information between components such as definitions and references. Note that components have multiple IMNJ configurations such as variables, functions, parameters defined within functions, and local variables.For example, global data, which is one of the components, is divided into classes of attributes and relational information. The attribute class includes data items such as data type, content, initial value, and size, and the relationship information class includes data items such as location of definition, reference function, change function, and extern specification. This global data forms an information unit that is always handled collectively within the database. Furthermore, components shared between files have a similar configuration. This kind of relationship is the same for specification information.

第3図にモジュール仕様書またはソースプログラムから
必要な情報を抽出して統合化データベースに格納し、ま
なこの統合化データベースに格納されたデータからモジ
ュール仕様書或いはソースプログラムを逆生成する手順
を説明する。モジュールの詳細設計を行う詳1Sill
設計デザイナ14はモジュール仕様フレームエディタ1
5を用いてモジュール仕様書を作成する。このモジュー
ル仕様フレームエディタ15はモジュール仕様書を作成
し、また編集する為のツールであり、定形的な部分があ
らかじめセットされている。詳細設計デザイナ14は宿
根1に必要なデータを書き込む事により、モジュール仕
様書を作成することが出来る。このようにして作成され
たモジュール仕様書は読みやすく、かつ信頼性の高いも
のになる。16は作成されたモジュール仕様書であり、
あらかじめセットされているフォーマット情報と詳細設
計デザイナ14が入力した仕様情報に分けられる。17
は仕様情報抽出ツールであり、作成されたモジュール仕
様書16から仕様情報を抽出して統合化データベース1
3に格納する。前述したように、フォーマツ1−fil
はあらかじめ決められているので、仕様情報を抽出する
事が可能になる。18はモジュール仕様逆生成ツールで
あり、統合化データベース13に格納された仕様・情報
からモジュール仕様書16を生成して出力する。この場
合も、フォーマツ1〜情報はあらかじめ決められている
ので、仕様情報のみからモジュール仕様書16を生成す
る事が出来る。プログラムの場合も同様であり、プログ
ラマ19はフォーマット情報があらかじめセットされた
ソースプログラムフレームエディタ20によりソースプ
ログラム21を作成するやプログラム情報抽出ツール2
2は作成されたソースプログラム21からプログラム情
報を抽出して統合化データベース13に格納する。また
、ソースプログラム逆生成ツール23は統合化データベ
ース13に格納されたプログラム情報にフォーマット情
報を付加してソースプログラム21を再構成して出力す
る。従って、情報は全て統合化データベース13に保管
され、テキスi・ファイルを持つ必要はなくなる。この
実施例では、モジュール仕様フレームエディタ15、仕
様情報抽出ツール17、モジュール仕様逆生成ツール1
8またはソースプログラムフレームエディタ20、プロ
グラム情報抽出ツール22、ソースプログラム逆生成ツ
ール23で双方向フィルタ12を構成している。
Figure 3 explains the procedure for extracting necessary information from the module specification or source program, storing it in the integrated database, and inversely generating the module specification or source program from the data stored in Manako's integrated database. . Detailed 1Sill for detailed module design
Design designer 14 is module specification frame editor 1
5 to create module specifications. This module specification frame editor 15 is a tool for creating and editing module specifications, and fixed-form parts are set in advance. The detailed design designer 14 can create a module specification by writing necessary data into the root 1. The module specifications created in this way are easy to read and highly reliable. 16 is the created module specification;
The information is divided into format information set in advance and specification information input by the detailed design designer 14. 17
is a specification information extraction tool, which extracts specification information from the created module specifications 16 and creates an integrated database 1.
Store in 3. As mentioned above, Formatsu 1-fil
Since it is determined in advance, it becomes possible to extract specification information. Reference numeral 18 denotes a module specification reverse generation tool, which generates and outputs the module specification 16 from the specifications and information stored in the integrated database 13. In this case as well, since the format 1 to information is predetermined, the module specification 16 can be generated only from the specification information. The same is true for programs, when the programmer 19 creates a source program 21 using the source program frame editor 20 in which format information is set in advance, the program information extraction tool 2
2 extracts program information from the created source program 21 and stores it in the integrated database 13. Further, the source program reverse generation tool 23 adds format information to the program information stored in the integrated database 13, reconstructs the source program 21, and outputs the reconstructed source program 21. Therefore, all information is stored in the integrated database 13 and there is no need to have text i-files. In this embodiment, a module specification frame editor 15, a specification information extraction tool 17, a module specification reverse generation tool 1
8 or a source program frame editor 20, a program information extraction tool 22, and a source program reverse generation tool 23 constitute a bidirectional filter 12.

次に、第4図、第5図及び第6図に基づいてモジュール
仕様書とソースプログラム作成の具体的な例をウォータ
ーフォール型の開発の流れに即して説明する。なお、第
5図はC言語のmain関数の引数情報の例である。第
4図において、詳細設計デザイナはモジュール仕様フレ
ームエディタ15を用いてモジュール仕様書16を作成
する。
Next, a specific example of creating a module specification and a source program will be explained based on FIGS. 4, 5, and 6 in accordance with the flow of waterfall type development. Note that FIG. 5 is an example of argument information of the main function of the C language. In FIG. 4, a detailed design designer creates a module specification document 16 using a module specification frame editor 15.

このモジエール仕様書16の仕様情報は仕様情報抽出ツ
ール17で抽出されて統合化データベース13に格納さ
れる。第5図の24はこのようにして作成されたモジュ
ール仕様書の一部であり、25は統合化データベース1
3に格納されたデータを示す、全てのモジュール仕様書
を記述した後、統合化データベース13に格納されたデ
ータからソースプログラム逆生成ツール23によって詳
細設計された部分のソースプログラムを出力する。
The specification information of this module specification 16 is extracted by a specification information extraction tool 17 and stored in the integrated database 13. 24 in FIG. 5 is a part of the module specification created in this way, and 25 is the integrated database 1.
After writing all the module specifications indicating the data stored in the integrated database 13, the source program inverse generation tool 23 outputs the source program of the detailed designed part from the data stored in the integrated database 13.

この場合、コード情報等のコーディング段階で明らかに
なる情報は空欄として残される。第5図の26はこのよ
うにして逆生成されたソースプログラムを示す。次にソ
ースプログラムフレームエディタ20によりこの逆生成
されたソースプログラムのコード情報等を補充して更新
する。更新されたソースプログラムのプログラム情報は
抽出されて統合化データベース13に格納される。また
、この格納されたデータからモジュール仕様逆生成ツー
ル18により、モジュール仕様書16を逆生成する。こ
のようにして、作成したモジュール仕様書の仕様情報及
びソースプログラムのプログラム情報は同じ型式で統合
化データベースに格納され、またこの統合化データベー
スに格納されたデータによりモジュール仕様書及びソー
スプログラムを逆生成してこれを更新するようにする。
In this case, information that becomes clear at the coding stage, such as code information, is left blank. Reference numeral 26 in FIG. 5 shows the source program reversely generated in this manner. Next, the source program frame editor 20 supplements and updates the code information and the like of the reversely generated source program. The updated program information of the source program is extracted and stored in the integrated database 13. Furthermore, the module specification 16 is inversely generated from the stored data by the module specification inverse generation tool 18. In this way, the specification information of the created module specification and the program information of the source program are stored in the same format in the integrated database, and the module specification and source program are reversely generated using the data stored in this integrated database. and update this.

従って、モジュール仕様書、ソースプログラムの一方を
変更すると統合化データベース13の内容が変更され、
この統合化データベース13に格納されているデータに
基づいて他方を逆生成すれば、方の変更が自動的に他方
に反映される。第6図も同様であり、33は詳細設計書
、34は統合化データベース13の内容、35はソース
プログラムである。詳細設計書33、統合化データベー
ス34、ソースプログラム35内の符号は互いに対応す
る部分を表わす。ずなわち、詳細設計書33やソースプ
ログラム35の必要な情報のみを統合化データベース1
3に格納し、またこの格納された内容から再構成するよ
うにする。
Therefore, if either the module specification or the source program is changed, the contents of the integrated database 13 will be changed.
If the other is reversely generated based on the data stored in this integrated database 13, changes in one will be automatically reflected in the other. The same applies to FIG. 6, where 33 is a detailed design document, 34 is the content of the integrated database 13, and 35 is a source program. Codes in the detailed design document 33, integrated database 34, and source program 35 represent corresponding parts. In other words, only the necessary information of detailed design document 33 and source program 35 is integrated into database 1.
3, and then reconstructed from this stored content.

なお、この実施例ではウォーターフォールモデルに基づ
いた例を示したが、コーディング/デバッグの後にモジ
ュール仕様書を作成する等、ウォーターフォールモデル
に基づかない開発方式をとった場合にも適用可能である
Although this embodiment shows an example based on the waterfall model, it is also applicable to a case where a development method not based on the waterfall model is adopted, such as creating a module specification after coding/debugging.

また、モジュール間で共用するグローバルデータを使用
する場合も、モジ、1−ル間の情報の整合性か確保でき
る。すなわち、第7図において、モジュールAの仕様書
27には関数P、Qか含まれ、関数PはモジュールCの
ソースプログラム28で定義されたグローバルデータを
参照するものとする。この場合もモジュールAの仕様書
27及びモジュールCのソースプログラム28の仕様情
報、プログラム情報は統合化データベース】3に格納さ
れ、この統合化データベース13内の情報からモジュー
ルAのソースプログラム29か生成されるので、グロー
バルデータの整合性が確保出来る。
Furthermore, even when using global data shared between modules, consistency of information between modules and modules can be ensured. That is, in FIG. 7, it is assumed that the specification 27 of module A includes functions P and Q, and function P refers to global data defined in the source program 28 of module C. In this case as well, the specifications 27 of module A and the specification information and program information of the source program 28 of module C are stored in the integrated database [3], and the source program 29 of module A is generated from the information in this integrated database 13. Therefore, the consistency of global data can be ensured.

また、この実施例では詳細設計で作成したモジュール仕
様書に基づいてソースプロラムを作成し、このソースプ
ログラムを更新する過程について説明したか、池の設計
や要求定義のフェースでも、同様にして各フェーズのド
キュメントとソースプロラムの情報の整合性を補償でき
る。
In addition, in this example, we have explained the process of creating a source program based on the module specifications created in the detailed design and updating this source program. The integrity of the information in the document and the source program can be guaranteed.

さらに、第3図実施例ではモジュール仕様フレームエデ
ィタ15、仕様情報抽出ツール17、モジ、l−ル仕様
逆生成ツール18よたはソースプログラムフレームエデ
ィタ20、プログラム情報抽出ツール22、ソースプロ
グラム逆生成ツール23で双方向フィルタ12を構成し
たが、直接続合化データベース13にアクセスするよう
に構成してもよい。
Furthermore, in the embodiment shown in FIG. 3, a module specification frame editor 15, a specification information extraction tool 17, a module specification reverse generation tool 18, a source program frame editor 20, a program information extraction tool 22, a source program reverse generation tool Although the bidirectional filter 12 is configured with 23, it may be configured to access the direct combined database 13.

〈発明の効果〉 以上実施例に基づいて具体的に説明したように、この発
明ではエディタによって人力された情報を重複のない形
で統合化データベースに格納し、また逆生成ツールで再
構成するようにした。その為、プログラム情報、モジュ
ール間あるいはモジュール内で重複する情報を重複して
記載する必要がなくなり、作業効率が向上するという効
果がある。
<Effects of the Invention> As specifically explained above based on the embodiments, the present invention stores information manually created by an editor in an integrated database in a form without duplication, and reconstructs it using a reverse generation tool. I made it. Therefore, it is no longer necessary to repeatedly write program information and information that overlaps between modules or within a module, which has the effect of improving work efficiency.

また、1つの部分を変更するとその変更が曲の部分に反
映されるので、データの整合性が自動的にr4保出来る
という効果もある。
Furthermore, when one part is changed, the change is reflected in the song part, so there is also the effect that data consistency can be automatically maintained r4.

さらに、プロトタイプや小規模の開発等で初期段階から
コーディングを行う場合でも、後にモジュール仕様書を
自動生成出来るので、保守作業を効率化出来るという効
果もある。
Furthermore, even when coding is performed from the initial stage for prototypes or small-scale development, module specifications can be automatically generated later, which has the effect of streamlining maintenance work.

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

第1図は本発明に係るソフトウェア開発システムの一実
施例を示す構成図、第2図はプログラム情報の構成要素
の階層関係を示すネットワーク図、第3図は具体的な構
成を示す図、第4図〜第7図はその動作を説明する為の
図、第8図はソフトウェアシステムを開発する手順を示
すフローチャートである。 10・・・モジュール仕様、11・・・ソースプログラ
ム、12・・・双方向フィルタ、13・・・統合化デー
タベース、15・・・モジュール仕様フレームエディタ
、17・・・仕様情報抽出ツール、18・・・モジュー
ル仕様逆生成ツール、20・・・ソースプログラムフレ
ームエディタ、22・・・プログラム情報抽出ツール、
23・・・ソースプログラム逆生成ツール。
FIG. 1 is a configuration diagram showing an embodiment of the software development system according to the present invention, FIG. 2 is a network diagram showing the hierarchical relationship of the components of program information, FIG. 3 is a diagram showing the specific configuration, 4 to 7 are diagrams for explaining the operation, and FIG. 8 is a flowchart showing the procedure for developing the software system. 10... Module specification, 11... Source program, 12... Bidirectional filter, 13... Integrated database, 15... Module specification frame editor, 17... Specification information extraction tool, 18. ... Module specification reverse generation tool, 20... Source program frame editor, 22... Program information extraction tool,
23... Source program reverse generation tool.

Claims (1)

【特許請求の範囲】[Claims] プログラムまたはモジュール仕様書を入力するエディタ
と、このエディタによって入力されたプログラムまたは
モジュール仕様書からプログラム情報または仕様情報を
抽出する情報抽出部と、この抽出された情報を格納する
データベースと、このデータベースに格納された情報か
らモジュール仕様書、ソースプログラムを構成して出力
する逆生成部とを有し、前記情報抽出部は前記データベ
ースに重複しない形で前記プログラム情報または仕様情
報を格納するようにしたことを特徴とするソフトウェア
開発システム。
an editor for inputting program or module specifications; an information extraction section for extracting program information or specification information from the program or module specifications input by the editor; a database for storing the extracted information; and a reverse generation unit that configures and outputs a module specification and a source program from the stored information, and the information extraction unit stores the program information or specification information in a form that does not overlap in the database. A software development system featuring:
JP1071124A 1988-09-30 1989-03-23 Software development system Expired - Lifetime JP2606356B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1071124A JP2606356B2 (en) 1988-09-30 1989-03-23 Software development system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP63-247872 1988-09-30
JP24787288 1988-09-30
JP1071124A JP2606356B2 (en) 1988-09-30 1989-03-23 Software development system

Publications (2)

Publication Number Publication Date
JPH02181224A true JPH02181224A (en) 1990-07-16
JP2606356B2 JP2606356B2 (en) 1997-04-30

Family

ID=26412252

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1071124A Expired - Lifetime JP2606356B2 (en) 1988-09-30 1989-03-23 Software development system

Country Status (1)

Country Link
JP (1) JP2606356B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05143297A (en) * 1991-11-21 1993-06-11 Nippon Steel Corp Method for preparing data dictionary
JPH0830448A (en) * 1994-07-14 1996-02-02 Nec Corp Program specification consistency inspecting device
US5878262A (en) * 1996-01-31 1999-03-02 Hitachi Software Engineering Co., Ltd. Program development support system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5949062A (en) * 1982-09-13 1984-03-21 Hitachi Ltd Information storing system
JPS62147542A (en) * 1985-12-23 1987-07-01 Nec Corp Control system for text data
JPS62196743A (en) * 1986-02-24 1987-08-31 Nec Corp File compressing system by work characteristic
JPS63184850A (en) * 1987-01-27 1988-07-30 Alps Electric Co Ltd History management system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5949062A (en) * 1982-09-13 1984-03-21 Hitachi Ltd Information storing system
JPS62147542A (en) * 1985-12-23 1987-07-01 Nec Corp Control system for text data
JPS62196743A (en) * 1986-02-24 1987-08-31 Nec Corp File compressing system by work characteristic
JPS63184850A (en) * 1987-01-27 1988-07-30 Alps Electric Co Ltd History management system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05143297A (en) * 1991-11-21 1993-06-11 Nippon Steel Corp Method for preparing data dictionary
JPH0830448A (en) * 1994-07-14 1996-02-02 Nec Corp Program specification consistency inspecting device
US5878262A (en) * 1996-01-31 1999-03-02 Hitachi Software Engineering Co., Ltd. Program development support system

Also Published As

Publication number Publication date
JP2606356B2 (en) 1997-04-30

Similar Documents

Publication Publication Date Title
CN103135976B (en) code automatic generation method and device
Riccobene et al. A model-driven design environment for embedded systems
Anlauff et al. Formal aspects of and development environments for montages
JP2606356B2 (en) Software development system
Sellink et al. Scaffolding for software renovation
Zhang et al. Mockup‐driven fast‐prototyping methodology for Web application development
Pepper et al. A method for the development of correct software
Zhang et al. Towards increasing web application productivity
Sun et al. A XML/XSL approach to visualize and animate TCOZ
Dukaczewski et al. MontiWeb-Modular Development of Web Information Systems
JP5994150B2 (en) Document creation method, document creation apparatus, and document creation program
Gardent et al. Extracting subcategorisation information from maurice gross' grammar lexicon
Georgiades et al. A novel software tool for supporting and automating the requirements engineering process with the use of natural language
Ebraert et al. Change-based FODA diagrams: bridging the gap between feature-oriented design and implementation
Ali et al. A review on approaches for identifying crosscutting concerns
Harsu Re-engineering legacy software through language conversion
Jung Generator-composition for aspect-oriented domain-specific languages
JPH05134854A (en) Software development supporting device
Boucherit et al. PN2Maude: An automatic tool to generate Maude specification for Petri net models.
AJILA A framework for reverse engineering process
Harada et al. An automatic programming system SPACE with highly visualized and abstract program specification
Matsumoto Automatic software reuse process in integrated case environment
Fernandes et al. Can UML be a System-Level Language for Embedded Software?
KR20060022370A (en) Data management system for 3d cad ??unigraphics ?? modeling and drawing
Matthews et al. Synthesising structure from at specifications