JP3001597B2 - Software production support equipment - Google Patents

Software production support equipment

Info

Publication number
JP3001597B2
JP3001597B2 JP1867290A JP1867290A JP3001597B2 JP 3001597 B2 JP3001597 B2 JP 3001597B2 JP 1867290 A JP1867290 A JP 1867290A JP 1867290 A JP1867290 A JP 1867290A JP 3001597 B2 JP3001597 B2 JP 3001597B2
Authority
JP
Japan
Prior art keywords
editing
source code
module
name
character string
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 - Lifetime
Application number
JP1867290A
Other languages
Japanese (ja)
Other versions
JPH03223927A (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP1867290A priority Critical patent/JP3001597B2/en
Publication of JPH03223927A publication Critical patent/JPH03223927A/en
Application granted granted Critical
Publication of JP3001597B2 publication Critical patent/JP3001597B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、複数のモジュールからなるソフトウェア
の生産工程におけるモジュール間のデータ授受をするた
めの共通変数(以下、グローバル変数という)の編集作
業を行い、ソフトウェア生産を支援するソフトウェア生
産支援装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field] The present invention relates to a process of editing a common variable (hereinafter referred to as a global variable) for exchanging data between modules in a software production process including a plurality of modules. The present invention relates to a software production support device for performing software production.

〔従来の技術〕[Conventional technology]

第2図は従来のソフトウェア生産支援装置の構成を示
すブロック図であり、図において、1はモジュールごと
に個別に生成されたソースコードファイルからなるソー
スコードファイル群であり、ソフトウェアはこの機能ご
とにまとめられたモジュールの集合体である。2は前記
ソースコードファイル群1から編集対象となるソースコ
ードファイルを展開し、編集作業を行うための主記憶装
置、3は外部(編集者)から文字列、コマンド等を入力
する入力装置としてのキーボード、4は編集作業の過程
及び結果を表示する表示装置としてのCRTディスプレ
イ、5aは前記主記憶装置2上に展開されたソースコード
ファイルに、編集者が指示する追加、削除、挿入、上書
き、文字列検索、文字列置換等の編集作業を行う編集装
置である。
FIG. 2 is a block diagram showing the configuration of a conventional software production support apparatus. In the figure, reference numeral 1 denotes a source code file group including source code files generated individually for each module. It is a set of assembled modules. Reference numeral 2 denotes a main storage device for expanding a source code file to be edited from the source code file group 1 and performing an editing operation. Reference numeral 3 denotes an input device for inputting a character string, a command, and the like from outside (editor). A keyboard 4 is a CRT display as a display device for displaying a process and a result of the editing operation, and 5a is a source code file developed on the main storage device 2 to add, delete, insert, overwrite, An editing device that performs editing operations such as character string search and character string replacement.

次に動作について説明する。 Next, the operation will be described.

まず、編集装置5aはソースコードファイル群1から編
集対象となるソースコードファイルを主記憶装置2にロ
ーディングし、この主記憶装置2上に展開されたソース
コードファイルに対して、キーボード3から入力された
コマンドに従って編集を行う。そして、編集が完了する
と、この完了状態の主記憶装置2の内容(情報)をロー
ディングした元のソースコードファイルに上書きするこ
とで編集作業を終了する。
First, the editing device 5a loads a source code file to be edited from the source code file group 1 into the main storage device 2, and inputs the source code file developed on the main storage device 2 from the keyboard 3. Edit according to the command. When the editing is completed, the content (information) of the main storage device 2 in the completed state is overwritten on the original source code file loaded, thereby completing the editing operation.

なお、以上の編集作業の過程及び結果はCRTディスプ
レイ4で常時表示されている。
The process and the result of the above editing work are always displayed on the CRT display 4.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

従来のソフトウェア生産支援装置は以上のように構成
されているので、他のモジュールから出力されているグ
ローバル変数を、編集中のソースコードファイル上に記
述するためには、一旦他のソースコードファイルを対象
にして編集装置を起動し、当該グローバル変換の名称を
人間(編集者)が記憶し、改めて編集中のソースコード
ファイルに当該グローバル変数の名称をキーボード等の
入力装置から入力する以外に方法がなく、他のソースコ
ードファイルを編集対象として編集装置を起動する手間
や人間の記憶ミス、入力ミスにより、ソフトウェアの生
産性及び品質を低下させるなどの課題があった。
Since the conventional software production support device is configured as described above, in order to describe the global variables output from other modules on the source code file being edited, once another source code file is A method other than starting the editing device for the object, storing the name of the global conversion by a human (editor), and inputting the name of the global variable into the source code file being edited again from an input device such as a keyboard. However, there is a problem that the productivity and quality of software are reduced due to the trouble of starting up the editing apparatus with another source code file as an object to be edited, a human memory mistake, and an input mistake.

この発明は上記のような課題を解決するためになされ
たもので、編集作業におけるグローバル変数の授受を、
ポインティングデバイスを操作することなく、ソースコ
ードファイルに記述できるとともに、ソフトウェアの基
本設計工程の機械化(例えば、ソースコード間データフ
ロー図等の自動生成など)、詳細設計工程やコーディン
グ工程等の下位工程への展開を可能にするソフトウェア
生産支援装置を得ることを目的とする。
The present invention has been made in order to solve the above-described problem.
It can be described in a source code file without operating a pointing device, and can be used for mechanization of the basic design process of software (for example, automatic generation of data flow diagrams between source codes, etc.), and for lower-level processes such as a detailed design process and a coding process It is an object of the present invention to obtain a software production support device that enables the development of software.

〔課題を解決するための手段〕[Means for solving the problem]

この発明に係るソフトウェア生産支援装置は、ウィン
ド制御装置により表示される画面上にあるマウス等のポ
インティングデバイスを押下することで、位置判断装置
によりこのポインティングデバイスの押下位置を検出
し、この検出された位置にある文字列(モジュール名、
グローバル変数名等)を該当変数判別装置で判別して、
文字列編集装置により該ポインティングデバイスで指示
された文字列に対応する内部識別用の認識番号で各モジ
ュール間におけるグローバル変数の授受を示す結合情報
を編集するようにしたものである。
The software production support device according to the present invention detects a pressed position of the pointing device by the position determination device by pressing a pointing device such as a mouse on the screen displayed by the window control device, and detects the detected position. The string at the position (module name,
Global variable name, etc.) by the corresponding variable discriminator,
The character string editing device edits the connection information indicating the transfer of global variables between the modules with the identification number for internal identification corresponding to the character string specified by the pointing device.

〔作 用〕(Operation)

この発明における編集装置は、編集対象であるソース
コードファイル群として、ソフトウェアを構成するモジ
ュール情報としてのモジュール構成管理ファイル、出力
側モジュールのグローバル変数情報としての出力情報定
義ファイル、入力側モジュールのグローバル変数情報と
しての入力情報定義ファイル、及び前記出力側、入力側
モジュール間のグローバル変数の結合状況を格納する結
合情報定義ファイルを用意し、ポインティングデバイス
からの指示に従って、前記ソースコードファイルとして
の各ファイルを登録・修正・削除等をすることで各モジ
ュール間の結合情報の編集作業を行うので、ソフトウェ
アの生産性及び品質の低下が防止できる。
The editing apparatus according to the present invention includes, as a source code file group to be edited, a module configuration management file as module information constituting software, an output information definition file as global variable information of an output module, and a global variable of an input module. Prepare an input information definition file as information, and a binding information definition file that stores the binding status of global variables between the output side and the input side module, and, according to an instruction from a pointing device, copy each file as the source code file. Since the connection information between the modules is edited by performing registration, correction, deletion, etc., it is possible to prevent a decrease in software productivity and quality.

〔発明の実施例〕(Example of the invention)

以下、この発明の一実施例を図について説明する。第
1図はこの発明の一実施例によるソフトウェア生産支援
装置の構成を示すブロック図であり、従来のソフトウェ
ア生産支援装置と同一又は相当部分には同一符号を付し
て説明を省略する。
An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a software production support device according to an embodiment of the present invention. The same or corresponding parts as those of the conventional software production support device are denoted by the same reference numerals and description thereof will be omitted.

図において、5bは各モジュール間の結合情報を編集す
る編集装置であり、複数の異なる画面を同時に一画面上
に表示するウィンド制御装置6、このウィンド制御装置
6により表示された画面上にあるポインティングデバイ
スの押下時の位置を検出する位置判断装置7、この位置
判断装置7により検出された押下位置にあるモジュール
名、あるいはグローバル変数名等の文字列を判別する該
当変数判別装置8、この該当変数判別装置8で判別され
た文字列に内部識別用の識別番号を付加し、この識別番
号を用いて各モジュール間の結合情報を編集する文字列
編集装置9、及び主記憶装置2から構成されている。10
は前記ポインティングデバイスとしてのマウスである。
なお、この実施例におけるソースコードファイル群1
は、生なくともソフトウェアを構成するモジュール情報
としてのモジュール構成管理ファイル1a、出力側モジュ
ールのグローバル変数情報としての出力情報定義ファイ
ル1b、入力側モジュールのグローバル変数情報としての
入力情報定義ファイル1c、及び前記出力側、入力側モジ
ュール間のグローバル変数の結合状況を格納する結合情
報定義ファイル1dの4種類のソースコードファイルから
なる。
In the figure, reference numeral 5b denotes an editing device for editing connection information between modules, a window control device 6 for simultaneously displaying a plurality of different screens on one screen, and a pointing device on the screen displayed by the window control device 6. A position determining device 7 for detecting the position of the device when the device is pressed; a corresponding variable determining device 8 for determining a character string such as a module name or a global variable name at the pressed position detected by the position determining device 7; It comprises a character string editing device 9 for adding an identification number for internal identification to the character string determined by the determination device 8, and using this identification number to edit connection information between modules, and the main storage device 2. I have. Ten
Is a mouse as the pointing device.
Note that the source code file group 1 in this embodiment is
Is a module configuration management file 1a as module information that configures the software even if it is raw, an output information definition file 1b as global variable information of the output module, an input information definition file 1c as global variable information of the input module, and It consists of four types of source code files, a connection information definition file 1d for storing the connection status of global variables between the output side and input side modules.

次に動作について説明する。 Next, the operation will be described.

編集装置5bは、ソースコードファイル群1から4種類
のソースコードファイル1a〜1dを主記憶装置2にローデ
ィングし、この種記憶装置2上に展開された各ソースコ
ードファイル1a〜1dに対して指示された編集を行う。
The editing device 5b loads four types of source code files 1a to 1d from the source code file group 1 into the main storage device 2 and instructs each of the source code files 1a to 1d developed on this type of storage device 2. Make the edits made.

この編集作業として、まず、ソフトウェアを構成する
モジュール名の登場動作(以下、第1の動作という)に
ついて説明する。
As an editing operation, first, an appearance operation of a module name constituting software (hereinafter, referred to as a first operation) will be described.

登録されるモジュール構成管理情報は編集者がキーボ
ード3より入力する。この入力されるモジュール構成管
理情報はモジュール名のみであり、該モジュール名が入
力されると文字列編集装置9は、このモジュール名に認
識番号(以下、モジュールIDという)を付加し、主記憶
装置2上に展開されているモジュール構成管理ファイル
1aに追加する。
The editor inputs the registered module configuration management information from the keyboard 3. The input module configuration management information is only the module name. When the module name is input, the character string editing device 9 adds an identification number (hereinafter, referred to as a module ID) to the module name, and Module configuration management file expanded on
Add to 1a.

次に、編集するモジュールの選択動作(以下、第2の
動作という)について説明する。
Next, an operation of selecting a module to be edited (hereinafter, referred to as a second operation) will be described.

第1の動作でモジュール構成管理ファイル1aとして主
記憶装置2に格納されたモジュール名と、マウス10の現
在位置はウィンド制御装置6により常時CRTディスプレ
イ4に表示されている。編集者はこのマウス10を操作し
て編集したいモジュール名を指し、ボタンを押下する。
そして押下されたイベントは位置判断装置7に入力さ
れ、押下時の位置情報に変換される。さらに、この位置
情報は該当変数判別装置8に入力され、押下位置にある
モジュール名を判別し、文字列編集装置9による該当モ
ジュールのグローバル変数の編集開始を可能にする。な
お、この選択動作では、出力側、入力側モジュール名双
方とも1つだけ選択可能とする。
The module name stored in the main storage device 2 as the module configuration management file 1a in the first operation and the current position of the mouse 10 are always displayed on the CRT display 4 by the window control device 6. The editor operates the mouse 10 to indicate the module name to be edited, and presses a button.
The pressed event is input to the position determination device 7 and is converted into position information at the time of pressing. Further, the position information is input to the relevant variable determining device 8, which determines the module name at the pressed position, and enables the character string editing device 9 to start editing the global variable of the corresponding module. In this selection operation, only one module name can be selected for both the output side and the input side module name.

次に、出力側モジュールのグローバル変数名の登録動
作(以下、第3の動作という)について説明する。
Next, an operation of registering a global variable name of the output side module (hereinafter, referred to as a third operation) will be described.

第2の動作で選択された出力側モジュールのグローバ
ル変数名を編集者がキーボード3により入力する。この
入力される情報はグローバル変数名のみであり、該グロ
ーバル変数名が入力されると文字列編集装置9は、グロ
ーバル変数名に識別番号(以下、変数IDという)及び第
1の動作でモジュール名に付加されたモジュールID(出
力側モジュール)を付加し、主記憶装置2上に展開され
ている出力情報定義ファイル1bに追加する。
The editor inputs the global variable name of the output-side module selected in the second operation with the keyboard 3. The input information is only the global variable name. When the global variable name is input, the character string editing device 9 sets the identification number (hereinafter referred to as variable ID) in the global variable name and the module name in the first operation. Is added to the output information definition file 1b developed on the main storage device 2.

なお、CRTディスプレイ4には第2の動作で出力側モ
ジュール名が選択された時点で、この出力側モジュール
のモジュールIDが検索され、該当するモジュールIDを有
するグローバル変数名(すでに登録済)が表示されてい
る。
When the output side module name is selected in the second operation on the CRT display 4, the module ID of this output side module is searched, and the global variable name (already registered) having the corresponding module ID is displayed. Have been.

次に、入力側モジュールのグローバル変数名の登録動
作(以下、第4の動作という)について説明する。
Next, an operation of registering a global variable name of the input-side module (hereinafter, referred to as a fourth operation) will be described.

第2の動作において出力側、入力側モジュールのグロ
ーバル変数名がCRTディスプレイ4に表示された状態で
編集者がマウス10を操作し、入力側モジュールに取込み
たい出力側モジュールのグローバル変数名を指し、ボタ
ンを押下する。そして、押下されたイベントは位置判断
装置7に入力され、押下時の位置情報に変換される。変
換された位置情報は該当変数判別装置8に入力され、該
押下位置にあるグローバル変数名が判別され、該判別さ
れたグローバル変数名が文字列編集装置9に入力され
る。
In the second operation, while the global variable names of the output and input modules are displayed on the CRT display 4, the editor operates the mouse 10 and points to the global variable names of the output modules that the user wants to capture in the input module. Press the button. Then, the pressed event is input to the position determination device 7 and converted into position information at the time of pressing. The converted position information is input to the corresponding variable determining device 8, the global variable name at the pressed position is determined, and the determined global variable name is input to the character string editing device 9.

文字列編集装置9は、このグローバル変数名にモジュ
ールID及び第1の動作でモジュール名に付加されたモジ
ュールID(入力側モジュール)を付加し、主記憶装置2
上に展開されている入力情報定義ファイル1cに追加する
とともに、入力側、出力側モジュール双方のモジュール
ID及び変数IDの4種類の識別番号を結合情報として、主
記憶装置2上に展開されている結合情報定義ファイル1d
に追加する。
The character string editing device 9 adds the module ID and the module ID (input side module) added to the module name in the first operation to the global variable name, and
In addition to the input information definition file 1c expanded above, both input and output modules
The combination information definition file 1d developed on the main storage device 2 using the four types of identification numbers of the ID and the variable ID as combination information.
Add to

なお、CRTディスプレイ4には第2の動作で入力側モ
ジュール名が選択された時点で、この入力側モジュール
のモジュールIDが検索され、該当するモジュールIDを有
するグローバル変数名(すでに登録済)が表示されてい
る。
When the input side module name is selected in the second operation on the CRT display 4, the module ID of this input side module is searched, and the global variable name (already registered) having the corresponding module ID is displayed. Have been.

次にグローバル変数名の変更動作(以下、第5の動作
という)について説明する。
Next, an operation of changing a global variable name (hereinafter, referred to as a fifth operation) will be described.

編集者がキーボード3から修正するグローバル変数名
を入力すると、文字列編集装置9が4種類のソースコー
ドファイル1a〜1dから該当する出力側モジュールのグロ
ーバル変数名及び入力側モジュールのグローバル変数名
すべてを検索し、該入力されたグローバル変数名で自動
的に置換する。
When the editor inputs a global variable name to be modified from the keyboard 3, the character string editing device 9 converts the global variable names of the corresponding output-side module and the global variable names of the input-side module from the four types of source code files 1a to 1d. Search and replace automatically with the input global variable name.

次に、出力側モジュールのグローバル変数名の削除動
作(以下、第6の動作という)について説明する。
Next, an operation of deleting the global variable name of the output-side module (hereinafter, referred to as a sixth operation) will be described.

編集者がキーボード3から削除するグローバル変数名
を入力すると、文字列編集装置9が該当するグローバル
変数名の結合情報を主記憶装置2上に展開されている結
合情報定義ファイル1dで確認し、入力側モジュールとの
結合関係がなければそのまま削除し、まだ、入力側モジ
ュールとの結合関係があれば、該削除指示を禁止する。
When the editor inputs the name of the global variable to be deleted from the keyboard 3, the character string editing device 9 checks the connection information of the corresponding global variable name in the connection information definition file 1d developed on the main storage device 2 and inputs the information. If there is no connection with the input module, the deletion is performed as it is. If there is still a connection with the input module, the deletion instruction is prohibited.

なお、入力側モジュールのグローバル変数の削除には
禁止条件はない。
There is no prohibition condition for deleting the global variables of the input module.

以上の第1から第6の動作は常時任意に実行され、こ
れらの編集が完了すると、主記憶装置2上に展開された
編集が完了した状態の4種類のソースコードファイル1a
〜1dが元のソースコードファイルに上書きされて編集作
業が終了する。
The first to sixth operations described above are always performed arbitrarily, and when these edits are completed, the four types of source code files 1a which have been developed on the main storage device 2 and have been completed
~ 1d is overwritten by the original source code file, and the editing work ends.

なお、上記実施例ではソフトウェアのグローバル変数
の編集作業について説明したが、多数のグループの中か
ら、1個所出力多入力が行われ、かつ入出力双方でその
名称の同一性が重要視される文書の編集作業についても
同様の効果を奏する。
In the above embodiment, the editing operation of software global variables has been described. However, a document in which output and input are performed at one place from among a large number of groups and in which the same name is important in both input and output is important. The same effect can be obtained for the editing work of.

〔発明の効果〕〔The invention's effect〕

以上のようにこの発明によれば、4種類のソースコー
ドファイルを用意し、ポインティングデバイスを操作
し、各ソースコードファイルの登録・修正・削除等をす
ることで各モジュール間の結合情報の編集作業を行うよ
うにしたので、ソフトウェアのソースコードファイルの
編集時の繁雑さを解消できるとともに、ミスタイプ等に
よるソフトウェア品質の低下を防ぎ、高品質なソースコ
ードファイルを効率的に編集できるソフトウェア生産支
援装置が得られるという効果がある。
As described above, according to the present invention, four types of source code files are prepared, a pointing device is operated, and each source code file is registered, corrected, deleted, etc., thereby editing the connection information between modules. Software production support device that can reduce the complexity of editing software source code files, prevent software quality from being reduced due to typographical errors, and efficiently edit high-quality source code files. Is obtained.

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

第1図はこの発明の一実施例によるソフトウェア生産支
援装置の構成を示すブロック図、第2図は従来のソフト
ウェア生産支援装置の構成を示すブロック図である。 図において、1はソースコードファイル群、2は主記憶
装置、3はキーボード、4はCRTディスプレイ、5a,5bは
編集装置、6はウィンド制御装置、7は位置判断装置、
8は該当変数判別装置、9は文字列編集装置、10はマウ
スである。 なお、図中、同一符号は同一、又は相当部分を示す。
FIG. 1 is a block diagram showing a configuration of a software production support device according to an embodiment of the present invention, and FIG. 2 is a block diagram showing a configuration of a conventional software production support device. In the figure, 1 is a source code file group, 2 is a main storage device, 3 is a keyboard, 4 is a CRT display, 5a and 5b are editing devices, 6 is a window control device, 7 is a position determining device,
8 is a corresponding variable discriminating device, 9 is a character string editing device, and 10 is a mouse. In the drawings, the same reference numerals indicate the same or corresponding parts.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数のモジュールからなるソフトウェアの
ソースコードファイル群から編集対象となるソースコー
ドファイルを主記憶装置にローディングし、該主記憶装
置上に展開されたソースコードファイルに対して指示さ
れたグローバル変数の編集作業を行う編集装置を備えた
ソフトウェア生産支援装置において、 前記編集装置は、複数の異なる画面を同時に一画面上に
表示するウィンド制御装置と、 このウィンド制御装置により表示された画面上にあるポ
インティングデバイスのボタン押下時の位置を検出する
位置判断装置と、 この位置判断装置により検出された押下位置にあるモジ
ュール名、あるいはグローバル変数名を示す文字列を判
別する該当変数判別装置と、 この該当変数判別装置により判別された文字列に内部識
別用の認識番号を付加し、各モジュール間の結合情報を
編集する文字列編集装置とを備えたことを特徴とするソ
フトウェア生産支援装置。
1. A source code file to be edited is loaded from a source code file group of software including a plurality of modules into a main storage device, and a source code file expanded on the main storage device is designated. In a software production support device provided with an editing device for editing a global variable, the editing device includes: a window control device that simultaneously displays a plurality of different screens on one screen; and a screen displayed by the window control device. A position determining device that detects the position of the pointing device at the time of pressing the button, a corresponding variable determining device that determines a module name at the pressed position detected by the position determining device, or a character string indicating a global variable name, Recognition for internal identification is performed on the character string determined by the relevant variable determination device. A software production support device comprising: a character string editing device for adding a number and editing connection information between modules.
JP1867290A 1990-01-29 1990-01-29 Software production support equipment Expired - Lifetime JP3001597B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1867290A JP3001597B2 (en) 1990-01-29 1990-01-29 Software production support equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1867290A JP3001597B2 (en) 1990-01-29 1990-01-29 Software production support equipment

Publications (2)

Publication Number Publication Date
JPH03223927A JPH03223927A (en) 1991-10-02
JP3001597B2 true JP3001597B2 (en) 2000-01-24

Family

ID=11978097

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1867290A Expired - Lifetime JP3001597B2 (en) 1990-01-29 1990-01-29 Software production support equipment

Country Status (1)

Country Link
JP (1) JP3001597B2 (en)

Also Published As

Publication number Publication date
JPH03223927A (en) 1991-10-02

Similar Documents

Publication Publication Date Title
JP3434105B2 (en) Macro program management device
CA2252472A1 (en) A method of and an apparatus for displaying version information and configuration information and a computer-readable recording medium on which a version and configuration information display program is recorded
US20020147730A1 (en) Information storage system and information management system
US6278497B1 (en) Moving picture processing method and apparatus, and computer program product having processing procedure recorded therefore
US6862603B1 (en) File management system, file management method, and storage medium
JP3001597B2 (en) Software production support equipment
JP3441155B2 (en) Information management search device
JPH08137648A (en) Operation device for image input output device
US6801918B1 (en) File management apparatus and file management method
JPH0236478A (en) Information processing system
JPS62197826A (en) Production of system flow specifications
JPH08139911A (en) Image processing unit
JPH10326285A (en) Document management system
JPH08153104A (en) Hypermedia system and hypermedia document preparing and editing method
JP3533674B2 (en) Information display device and method thereof
JPH0784778A (en) Device for editing/managing test item of source program
JP3493869B2 (en) Image editing device
JP3375860B2 (en) Observation data analyzer and medium recording analysis processing procedure management program
CN101379466B (en) Source program creation support system
JPH0795267B2 (en) How to reuse software specifications
JPH0762842B2 (en) Document management device
JPH08221265A (en) Supporting device for developing software
JP3254568B2 (en) Method and apparatus for inputting quality information
JPH0237466A (en) Information processing system
JP2647044B2 (en) History management method

Legal Events

Date Code Title Description
S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20071112

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20081112

Year of fee payment: 9

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

Year of fee payment: 9

Free format text: PAYMENT UNTIL: 20081112

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

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20091112

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

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20091112

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

Free format text: PAYMENT UNTIL: 20101112

Year of fee payment: 11

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101112

Year of fee payment: 11