JP4693807B2 - Program development support system, method and program - Google Patents

Program development support system, method and program Download PDF

Info

Publication number
JP4693807B2
JP4693807B2 JP2007079424A JP2007079424A JP4693807B2 JP 4693807 B2 JP4693807 B2 JP 4693807B2 JP 2007079424 A JP2007079424 A JP 2007079424A JP 2007079424 A JP2007079424 A JP 2007079424A JP 4693807 B2 JP4693807 B2 JP 4693807B2
Authority
JP
Japan
Prior art keywords
function
variable
program
development
master database
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.)
Active
Application number
JP2007079424A
Other languages
Japanese (ja)
Other versions
JP2008242613A (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.)
Toshiba Corp
Toshiba Digital Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Solutions 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 Toshiba Corp, Toshiba Solutions Corp filed Critical Toshiba Corp
Priority to JP2007079424A priority Critical patent/JP4693807B2/en
Publication of JP2008242613A publication Critical patent/JP2008242613A/en
Application granted granted Critical
Publication of JP4693807B2 publication Critical patent/JP4693807B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、標準ライブラリ及び業務用ライブラリを用いてプログラムを開発する開発ツールを支援するプログラム開発支援システム、方法及びプログラムに関する。   The present invention relates to a program development support system, method, and program for supporting a development tool for developing a program using a standard library and a business library.

標準ライブラリ及び業務用ライブラリを用いてプログラムを開発する開発ツールにおいて、開発対象プログラムのプログラムコーディングで関数(部品)を使用する際の開発支援機能は、関数に関する情報の入力時に、前方のスペースからカーソル位置までの情報を取得し、前方一致検索にて一致する関数(部品名)を表示する方法で実現している。   In development tools that develop programs using the standard library and business library, the development support function when using functions (parts) in the program coding of the development target program is a cursor from the front space when inputting information about the function. This is realized by a method of acquiring information up to the position and displaying a matching function (part name) in the forward matching search.

例えば、printf()等の関数(部品)を入力する場合、ソースエディター上に関数の一部(例えばpri等)を入力すると、ポップアップウィンドウで前方一致検索を行い、候補文字列(printf())を表示する。そして、表示された候補文字列の中から使用するものを選択する。   For example, when inputting a function (part) such as printf (), if a part of the function (for example, pri) is input in the source editor, a forward matching search is performed in a pop-up window, and a candidate character string (printf ()) Is displayed. Then, one to be used is selected from the displayed candidate character strings.

ここで、ソースプログラムやドキュメントだけでなく担当者やプロジェクトで使用するツールといったプログラム開発に関係する情報をある一定のフォーマットでリソースという単位として管理し、それぞれの情報間に論理的な意味を有する関連付けを行い、この関連付けされた情報を利用することによって、データを一元的に管理するようにしたものがある(例えば、特許文献1参照)。
特開平9−212352号公報
Here, not only source programs and documents, but also information related to program development, such as the person in charge and tools used in projects, is managed as a unit of resources in a certain format, and each piece of information has a logical meaning. There is one in which data is managed in a unified manner by using this associated information (see, for example, Patent Document 1).
JP-A-9-212352

しかし、特許文献1のものは、ユーザは各情報間の関連を全く意識することなくプログラムの作成ができプログラム開発の効率が向上するが、ソースエディターから参照できる関数を表示して開発支援を行うものではない。   However, although the thing of patent document 1 can create a program and the efficiency of program development improves without a user being conscious of the relation between each information at all, the function which can be referred from a source editor is displayed and development support is performed. It is not a thing.

ソースエディターから参照できる関数を表示して開発支援を行うものでは、関数は「関数名」で一意に分類されているので、一部でも仕様が違えば、それは「別関数」となり、似た機能の関数を探すことが難しい。   Functions that support development by displaying functions that can be referenced from the source editor are uniquely categorized by "function name", so if any part of the specification is different, it becomes a "separate function" and similar functions. It is difficult to find the function of

従って、従来のものでは、「関数名」を知らないと使用することができないものであり、「関数」の再利用が難しい。すなわち、「関数」を改造して新規の関数の作成を行った場合、再利用のために新しい関数名を周知することが難しい。また、同様多種の関数が存在する場合、「関数」の選択時に関数毎の特徴が表示されないので再利用が難しく、また、同様多種(派生)プログラムを生み出した場合には、変更ポイントなどを登録できないので再利用が難しい。   Therefore, in the prior art, the “function” cannot be used unless the “function name” is known, and it is difficult to reuse the “function”. That is, when a new function is created by modifying the “function”, it is difficult to make the new function name known for reuse. Also, if there are various types of functions, the features for each function are not displayed when selecting “Function”, so it is difficult to reuse. Also, if a similar (derived) program is created, change points etc. are registered. It is difficult to reuse because it cannot.

さらには、「関数名」をキーに検索するため、機能(属性)での検索ではなく名前による検索となり、派生したプログラムを検索することは難しい。このため、業務プログラム用にチェック関数などを作成しても、利用者に周知することが難しく、作成した関数が有効活用されない。   Furthermore, since the search is performed using the “function name” as a key, the search is not performed by function (attribute) but by name, and it is difficult to search for a derived program. For this reason, even if a check function or the like is created for a business program, it is difficult to make it known to the user, and the created function is not effectively used.

このように、従来の開発支援機能(入力支援機能)では、既存の機能があったとしても「関数名」を知らないと使用できないものである。また、従来の関数(部品)管理は、ソースエディターから参照できる関数(部品)は名前で管理され、機能面でのカテゴリ分けが行われていないので、再利用が促進されない。   Thus, the conventional development support function (input support function) cannot be used without knowing the “function name” even if there is an existing function. Further, in the conventional function (part) management, functions (parts) that can be referred to from the source editor are managed by name and are not categorized in terms of function, so that reuse is not promoted.

例えば、よく知られている、「A」という関数を一部修正を行ったものは、別の名前、例えばBという名前がつけられる。この「A」と「B」との関連性を登録し管理することはできない。このため、必要に応じて作成した派生した関数である「B」について再利用が促進されない。   For example, a well-known function obtained by partially modifying the function “A” is given another name, for example, B. The relationship between “A” and “B” cannot be registered and managed. For this reason, reuse of “B”, which is a derived function created as necessary, is not promoted.

本発明の目的は、同様多種に発生する関数を管理し関数名を知らなくても関数を容易に再利用できるプログラム開発支援システム、方法及びプログラムを提供することである。   An object of the present invention is to provide a program development support system, method, and program that can manage functions that occur in various ways and can easily reuse functions without knowing the function name.

本発明に係わるプログラム開発支援システムは、標準ライブラリ及び業務用ライブラリ
を用いてプログラムを開発する開発ツールの前記業務用ライブラリの関数に属性を付けて
予め記憶した関数マスタデータベースと、前記開発ツールで開発する開発対象プログラム
内で使用する変数に属性を付けて予め記憶した変数マスタデータベースと、前記開発対象
プログラムのソフトウェアコーディングにおける1センテンスに記載された変数を検索し
抽出する変数抽出手段と、前記変数抽出手段で抽出された変数の属性を前記変数マスタデ
ータベースから抽出しその属性により関連付けられる関数群を前記関数マスタデータベー
スから抽出し前記開発ツールに表示出力する関数群表示出力手段とを備えたことを特徴と
する。
The program development support system according to the present invention includes a function master database pre-stored with attributes assigned to functions of the business library of a development tool for developing a program using a standard library and a business library, and developed with the development tool. A variable master database pre-stored with attributes assigned to variables used in the development target program, variable extraction means for searching and extracting variables described in one sentence in software coding of the development target program, and the variable extraction A function group display output means for extracting the attribute of the variable extracted by the means from the variable master database, extracting the function group related by the attribute from the function master database, and displaying the function group on the development tool. And

本発明に係わるプログラム開発支援方法は、標準ライブラリ及び業務用ライブラリを用
いてプログラムを開発する開発ツールの前記業務用ライブラリの関数に属性を付けて予め
記憶した関数マスタデータベースと、前記開発ツールで開発する開発対象プログラム内で
使用する変数に属性を付けて予め記憶した変数マスタデータベースとを有するコンピュー
タによるプログラム開発支援方法であって、前記開発対象プログラムのソフトウェアコー
ディングにおける1センテンスに記載された変数を検索して抽出し、抽出した変数の属性
を前記変数マスタデータベースから抽出しその属性により関連付けられる関数群を抽出前
記開発ツールに表示出力することを特徴とする。
The program development support method according to the present invention includes a function master database pre-stored with attributes assigned to functions of the business library of a development tool for developing a program using a standard library and a business library, and developed with the development tool. A program development support method by a computer having a variable master database pre-stored with attributes assigned to variables used in a development target program to be searched for a variable described in one sentence in software coding of the development target program The attribute of the extracted variable is extracted from the variable master database, and a function group associated with the attribute is extracted and displayed on the development tool.

本発明に係わるプログラム開発支援プログラムは、標準ライブラリ及び業務用ライブラ
リを用いてプログラムを開発する開発ツールの前記業務用ライブラリの関数に属性を付け
て予め記憶した関数マスタデータベースと、前記開発ツールで開発する開発対象プログラ
ム内で使用する変数に属性を付けて予め記憶した変数マスタデータベースとを有するコン
ピュータに、前記開発対象プログラムのソフトウェアコーディングにおける1センテンス
に記載された変数を検索して抽出する手順と、抽出した変数の属性を前記変数マスタデー
タベースから抽出しその属性により関連付けられる関数群を前記関数マスタデータベース
から抽出し前記開発ツールに表示出力する手順とを実行させる。

The program development support program according to the present invention is a function master database pre-stored with attributes assigned to functions of the business library of a development tool for developing a program using a standard library and a business library, and developed by the development tool. A procedure for searching and extracting a variable described in one sentence in software coding of the development target program in a computer having a variable master database pre-stored with attributes used for variables used in the development target program; A procedure for extracting the attribute of the extracted variable from the variable master database, extracting a function group related by the attribute from the function master database, and displaying the function group on the development tool is executed.

本発明によれば、同様多種に発生する関数を管理し関数名を知らなくても関数を容易に再利用できる。また、既存の関数を改造し、作成した派生プログラムをバリエーションの一つとして登録できるので、関数使用時の選択範囲を広げることができ、関数の再利用が促進できる。   According to the present invention, functions that occur in various ways can be managed and functions can be easily reused without knowing the function name. In addition, since the existing function can be modified and the created derivative program can be registered as one of the variations, the selection range when using the function can be expanded, and the reuse of the function can be promoted.

以下、図面を参照しながら本発明の実施の形態を説明する。図1は本発明の実施の形態に係わるプログラム開発支援システムの構成図である。プログラム開発支援システム11はプログラムを開発する開発ツール12のプログラム開発支援を行うものである。開発ツール12は、標準ライブラリ13及び業務用ライブラリ14を用いてプログラム作成手段15によりプログラムを開発するものである。標準ライブラリ13にはプログラムを開発する際に使用される標準的な言語、例えばC言語による標準的な関数が格納されており、業務用ライブラリ14には開発対象プログラムのプログラムコーディングを行う際に使用される、標準ライブラリ13とは別個の各種の業務用の関数が格納されている。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a configuration diagram of a program development support system according to an embodiment of the present invention. The program development support system 11 provides program development support for a development tool 12 that develops a program. The development tool 12 develops a program by the program creation means 15 using the standard library 13 and the business library 14. The standard library 13 stores a standard language used for developing a program, for example, a standard function in C language, and the business library 14 is used for program coding of the development target program. Various business functions different from the standard library 13 are stored.

プログラムの開発者は、プログラム開発に必要な入力装置16から情報を入力し、プログラム作成手段15にアクセスして表示装置17に表示される情報に従ってプログラムを作成していく。 The program developer inputs information necessary for program development from the input device 16, accesses the program creation means 15, and creates a program according to the information displayed on the display device 17.

一方、プログラム開発支援システム11は、開発ツール12でプログラムを開発する際にその開発の支援を行うものであり、関数マスタデータベース18、変数マスタデータベース19、利用履歴データベース20の3つのデータベースを有し、プログラムの作成の際に必要とする適切な関数を検索エンジン21で検索し開発ツール12に提供する。検索エンジン21は、変数抽出手段22と関数群表示出力手段23とを備えている。また、新規の関数を作成する関数作成手段24を備えている。   On the other hand, the program development support system 11 supports development when a program is developed with the development tool 12, and has three databases: a function master database 18, a variable master database 19, and a usage history database 20. The search engine 21 searches for an appropriate function necessary for creating the program and provides it to the development tool 12. The search engine 21 includes variable extraction means 22 and function group display output means 23. In addition, function creating means 24 for creating a new function is provided.

変数マスタデータベース19は、開発対象プログラム内で使用する変数を予め定義しておくマスタであり、開発ツール12で開発する開発対象プログラム内で使用する変数に属性を付けた情報が予め記憶されている。開発ツール12が特定業種/業務用のプログラムを作成することを前提としている場合、使用する変数を事前に定義することが可能である。例えば、保険会社向けの契約情報の場合には契約書に記載されている項目を変数項目とする。この変数に属性をつけて整理する。つまり、変数マスタデータベース19には、テーブル構造が(変数名、属性)のデータが格納されている。   The variable master database 19 is a master in which variables to be used in the development target program are defined in advance, and information in which attributes are assigned to the variables used in the development target program developed by the development tool 12 is stored in advance. . When it is assumed that the development tool 12 creates a program for a specific industry / business, variables to be used can be defined in advance. For example, in the case of contract information for insurance companies, the items described in the contract are set as variable items. Organize this variable with attributes. That is, the variable master database 19 stores data having a table structure (variable name, attribute).

関数マスタデータベース18は、変数(属性)と関数(部品)とを紐付けるマスタであり、業務用ライブラリの関数に属性を付けた情報が予め記憶されている。つまり、関数マスタデータベース18には、テーブル構造が(属性、関数名)のデータが格納されている。利用履歴データベース20は、変数毎に利用されたプログラム回数を利用履歴として保持する。   The function master database 18 is a master for associating variables (attributes) and functions (components), and stores information in which attributes are assigned to functions in the business library. That is, the function master database 18 stores data having a table structure (attribute, function name). The usage history database 20 holds the number of programs used for each variable as a usage history.

検索エンジン21の変数抽出手段22は、開発ツール12のプログラム作成手段15から受信した開発対象プログラムのソフトウェアコーディングにおける1センテンスに記載された変数を検索するものであり、検索した変数を抽出して関数群表示出力手段23に出力する。関数群表示出力手段23は、変数抽出手段22で抽出された変数の属性を変数マスタデータベース19から抽出し、その属性に関連する関数群を関数マスタデータベース18から抽出して開発ツール12の表示装置17に表示出力する。また、関数群表示出力手段23では関数の候補表示順として、この利用履歴データベース20の利用履歴の利用回数を基に表示することになる。   The variable extraction unit 22 of the search engine 21 searches for a variable described in one sentence in the software coding of the development target program received from the program creation unit 15 of the development tool 12. The data is output to the group display output means 23. The function group display output unit 23 extracts the attribute of the variable extracted by the variable extraction unit 22 from the variable master database 19, extracts the function group related to the attribute from the function master database 18, and displays the display device of the development tool 12. 17 is displayed and output. Further, the function group display output means 23 displays the function candidate display order based on the number of uses of the use history in the use history database 20.

また、関数作成手段24は新しい関数を作成するものであり、プログラム追加機能とプログラムの更新/削除機能とを有する。プログラム追加機能は、新たな関数を作成した場合は新しいプログラムとして登録するとともに、特に既存の関数を「更新/変更」する場合であっても、新しいプログラムとして登録する。新しい関数の登録時には変更ポイントを登録することとする。変更ポイントとは同様多種に派生するプログラムを識別するために記入するもので、変更点が簡潔に記載されたものとする。プログラムの更新/削除機能は、プログラムの不具合修正や削除を行い、プログラムの不具合修正を除き、基本的に上書き保存を行わないことをルールとする。削除の場合も更新用プログラムから変更を行う。   The function creating means 24 creates a new function and has a program addition function and a program update / deletion function. The program addition function is registered as a new program when a new function is created, and is registered as a new program even when an existing function is “updated / changed”. Change points are registered when a new function is registered. The change point is entered to identify various derived programs, and the change point is briefly described. The program update / deletion function has a rule that the program is corrected and deleted, and overwriting is not basically performed except for the problem correction of the program. Even in the case of deletion, a change is made from the update program.

また、変数マスタ更新プログラム25は、変数登録や変数登録チェックを行うものである。変数登録は開発ツール12で使用する変数名を変数マスタデータベース19に登録するものであり、変数登録チェックは変数の表記ゆれのチェックを行うものである。さらに、利用履歴更新プログラム26は、それぞれの変数毎に関数の利用履歴を管理する。この場合、関数群表示出力手段23での関数の候補表示は利用履歴の多い順とする。   The variable master update program 25 performs variable registration and variable registration check. The variable registration is for registering the variable name used in the development tool 12 in the variable master database 19, and the variable registration check is for checking the fluctuation of the variable notation. Further, the usage history update program 26 manages the function usage history for each variable. In this case, function candidate display on the function group display output means 23 is in order of increasing usage history.

次に、変数マスタと関数マスタとの紐付けは「属性」を用いて行う。変数と関数とはそれぞれ多対多の関連を持つ場合も含むようにする。変数Aと関数Bとの属性での紐付けは、基本的には以下のようになる。   Next, the association between the variable master and the function master is performed using “attributes”. Include variables and functions that have many-to-many relationships. The association of the variable A and the function B with the attribute is basically as follows.

変数A→(紐付け)→関数B
変数名「A」を指定すると、利用可能な関数の候補として、関数Bが表示される。この場合、入力データの前方一致検索ではなく、入力行にある「変数名」を抽出し関数を検索するので、関数名を知らなくても関数を活用できる。なお、機能利用(起動)はショートカットキー等で起動することとする。
Variable A → (Pegging) → Function B
When the variable name “A” is designated, the function B is displayed as a candidate of an available function. In this case, the function can be used without knowing the function name because the function is searched by extracting the “variable name” in the input line instead of the forward matching search of the input data. Function use (activation) is activated by a shortcut key or the like.

また、関数の再利用のための補助機能として、候補関数の表示時に関数の概要を表示できるようにする。また、元の関数を変更して別関数を作成することを可能とする。作成された関数は元の関数に上書きされることなく、別関数(派生プログラム)として保存され、元の関数に対する変更ポイントの入力が必須項目となる。さらに、変数と関数との関連付けに自由度を持たせるべく、多対多の関係にする。   Further, as an auxiliary function for function reuse, it is possible to display a summary of a function when displaying a candidate function. Also, another function can be created by changing the original function. The created function is saved as a separate function (derived program) without being overwritten on the original function, and an input of a change point with respect to the original function is an essential item. In addition, a many-to-many relationship is established in order to provide flexibility in associating variables with functions.

多対多の関係にするため、データベースは、変数マスタデータベース{テーブル構造(変数名、属性)}と関数マスタデータベース{テーブル構造(属性、関数名)}との2種類としており、属性を用いて以下の関連付けを行う。図2は変数マスタデータベース19の変数マスタと関数マスタデータベース18の関数マスタとの関連の一例の説明図である。   In order to create a many-to-many relationship, the database is divided into two types: variable master database {table structure (variable name, attribute)} and function master database {table structure (attribute, function name)}. Make the following associations: FIG. 2 is an explanatory diagram of an example of the relationship between the variable master of the variable master database 19 and the function master of the function master database 18.

ここで、dateという変数には、属性として日付と数字とを有するものがあり、属性として日付を有するものは関数としてdate1()、date2()が紐付き、属性として数字を有するものは関数としてnumeric()が紐付く。従って、dateという変数には、date1()、date2()、numeric()の3種類の関数が紐付き、変数dateの属性(日付、数字)でそれぞれ関数マスタを検索する。また、同様に、birthdayという変数には、date1()、date2()という2種類の関数が紐付き、変数birthdayの属性(日付)で関数マスタを検索する。   Here, some variables called date have dates and numbers as attributes, those that have dates as attributes have date1 () and date2 () as functions, and those that have numbers as attributes have numeric as a function. () Is tied. Therefore, the date variable (date1), date2 (), and numeric () are linked to the variable date, and the function master is searched for using the attributes (date, number) of the variable date. Similarly, two types of functions date1 () and date2 () are linked to the birthday variable, and the function master is searched with the attribute (date) of the variable birthday.

また、変数マスタと関数マスタとが図3に示す関連の場合であるときは、変数birthdayに対してdate_check(),nengo()の二つが選択され表示装置に表示される。   When the variable master and the function master are related as shown in FIG. 3, two of date_check () and nengo () are selected for the variable birthday and displayed on the display device.

前述したように、表示の優先度機能を有し、関数の利用頻度に伴う表示優先度管理を行う。候補関数の表示順は利用頻度の多いものからとする。また、機能の利用の自由度を高めるために、API(Application Programming Interface)を整備し、機能の呼出用にAPIを準備する。   As described above, it has a display priority function, and performs display priority management according to the function usage frequency. The display order of candidate functions is assumed to be frequently used. In addition, in order to increase the degree of freedom of use of functions, an API (Application Programming Interface) is prepared and an API is prepared for calling functions.

図4は本発明の実施の形態に係わるプログラム開発支援方法の処理内容を示すフローチャートである。まず、開発ツール12から入力された1センテンスに含まれる変数を変数抽出手段22により抽出し(S1)、抽出した変数の属性に基づき適用可能な関数群を関数群表示出力手段23により表示装置17に表示する(S2)。そして、表示された関数群の中に組み込みたい関数はあるかどうかを判断し(S3)、組み込みたい関数があるときは当該関数を入力装置17を介して選択し(S4)、その選択した当該関数をプログラム作成手段15により開発対象プログラムに組み込む(S5)。   FIG. 4 is a flowchart showing the processing contents of the program development support method according to the embodiment of the present invention. First, a variable included in one sentence input from the development tool 12 is extracted by the variable extraction means 22 (S1), and a function group applicable based on the attribute of the extracted variable is displayed by the function group display output means 23 by the display device 17. (S2). Then, it is determined whether there is a function to be incorporated in the displayed function group (S3). If there is a function to be incorporated, the function is selected via the input device 17 (S4), and the selected concerned function is selected. The function is incorporated into the development target program by the program creation means 15 (S5).

一方、ステップS3の判断で、組み込みたい関数がない場合には、組み込みたい関数を関数作成手段24により新たに作成し(S6)、作成した新関数を開発対象プログラムに組み込む(S7)。そして、作成した新関数は既存の関数の変更か否かを判断し(S8)、新関数が既存の関数の変更でないときは、属性を付けて別名で関数マスタデータベース18に記憶する(S9)。一方、新関数が既存の関数の変更であるときは、作成した新関数に元の関数と同じ属性を付けて別名で関数マスタデータベース18に記憶する(S10)。以上の説明では、ステップS3の後段で新関数を作成するようにしたが、ステップS1の前段階で予め新関数を作成するようにしてもよい。   On the other hand, if it is determined in step S3 that there is no function to be incorporated, a function to be incorporated is newly created by the function creating means 24 (S6), and the created new function is incorporated into the development target program (S7). Then, it is determined whether or not the created new function is a change of the existing function (S8). If the new function is not a change of the existing function, an attribute is added and stored in the function master database 18 with an alias (S9). . On the other hand, when the new function is a change of an existing function, the created new function is given the same attribute as the original function and stored in the function master database 18 with an alias (S10). In the above description, the new function is created after the step S3. However, the new function may be created in advance before the step S1.

本発明の実施の形態によれば、変数名から関数(部品)を検索するので、関数名を知らなくても関数の再利用が可能となり、関数の再利用が促進される。また、既存の関数を改造し、作成した派生プログラムをバリエーションの一つとして登録できるので、関数使用時の選択範囲を広げることができる。   According to the embodiment of the present invention, since a function (part) is searched from a variable name, the function can be reused without knowing the function name, and the reuse of the function is promoted. In addition, by modifying an existing function and registering the created derivative program as one of the variations, the selection range when using the function can be expanded.

なお、上述した実施の形態において記載した手法は、コンピュータに実行させることのできるプログラムとして、記憶媒体に記憶し各装置に応用したり、通信媒体により伝送して各種装置に適用することも可能である。本発明における記憶媒体としては、磁気ディスク、フレキシブルディスク、光ディスク(CD−ROM、CD−R、DVDなど)、光磁気ディスク(MOなど)、半導体メモリなど、プログラムを記憶でき、かつコンピュータが読み取り可能な記憶媒体であれば、その記憶形式はいずれの形態であってもよい。また、ここで記憶媒体とは、コンピュータと独立した媒体に限らず、LANやインターネットなどにより伝送されたプログラムをダウンロードして記憶または一時記憶した記憶媒体も含まれる。   Note that the method described in the above-described embodiment can be stored in a storage medium as a program that can be executed by a computer and applied to each device, or transmitted through a communication medium and applied to various devices. is there. As a storage medium in the present invention, a magnetic disk, a flexible disk, an optical disk (CD-ROM, CD-R, DVD, etc.), a magneto-optical disk (MO, etc.), a semiconductor memory, etc. can be stored and can be read by a computer. As long as it is a simple storage medium, the storage format may be any form. Here, the storage medium is not limited to a medium independent of the computer, but also includes a storage medium in which a program transmitted via a LAN or the Internet is downloaded and stored or temporarily stored.

本発明の実施の形態に係わるプログラム開発支援システムの構成図。1 is a configuration diagram of a program development support system according to an embodiment of the present invention. 本発明の実施の形態における変数マスタデータベースの変数マスタと関数マスタデータベースの関数マスタとの関連の一例の説明図。Explanatory drawing of an example of the relationship between the variable master of the variable master database in Embodiment of this invention, and the function master of a function master database. 本発明の実施の形態における変数マスタデータベースの変数マスタと関数マスタデータベースの関数マスタとの関連の他の一例の説明図。Explanatory drawing of the other example of the relationship between the variable master of the variable master database in Embodiment of this invention, and the function master of a function master database. 本発明の実施の形態に係わるプログラム開発支援方法の処理内容を示すフローチャート。The flowchart which shows the processing content of the program development assistance method concerning embodiment of this invention.

符号の説明Explanation of symbols

11…プログラム開発支援システム、12…開発ツール、13…標準ライブラリ、14…業務用ライブラリ、15…プログラム作成手段、16…入力装置、17…表示装置、18…関数マスタデータベース、19…変数マスタデータベース、20…利用履歴データベース、21…検索エンジン、22…変数抽出手段、23…関数群表示出力手段、24…関数作成手段、25…変数マスタ更新プログラム、26…利用履歴更新プログラム DESCRIPTION OF SYMBOLS 11 ... Program development support system, 12 ... Development tool, 13 ... Standard library, 14 ... Business library, 15 ... Program creation means, 16 ... Input device, 17 ... Display device, 18 ... Function master database, 19 ... Variable master database , 20 ... Usage history database, 21 ... Search engine, 22 ... Variable extraction means, 23 ... Function group display output means, 24 ... Function creation means, 25 ... Variable master update program, 26 ... Usage history update program

Claims (7)

標準ライブラリ及び業務用ライブラリを用いてプログラムを開発する開発ツールの前記
業務用ライブラリの関数に属性を付けて予め記憶した関数マスタデータベースと、前記開
発ツールで開発する開発対象プログラム内で使用する変数に属性を付けて予め記憶した変
数マスタデータベースと、前記開発対象プログラムのソフトウェアコーディングにおける
1センテンスに記載された変数を検索し抽出する変数抽出手段と、前記変数抽出手段で抽
出された変数の属性を前記変数マスタデータベースから抽出しその属性により関連付けら
れる関数群を前記関数マスタデータベースから抽出し前記開発ツールに表示出力する関数
群表示出力手段とを備えたことを特徴とするプログラム開発支援システム。
Function master database pre-stored by assigning attributes to functions of the business library of development tools that develop programs using standard libraries and business libraries, and variables used in the development target program developed by the development tools A variable master database pre-stored with attributes, variable extraction means for searching and extracting variables described in one sentence in the software coding of the development target program, and variable attributes extracted by the variable extraction means Extracted from the variable master database and related by its attributes
And a function group display output means for extracting a function group to be extracted from the function master database and displaying it on the development tool.
前記業務用ライブラリの関数を作成する際に、前記関数マスタデータベースから抽出さ
れた関数を利用してこれを変更し作成された新関数に元の関数と同じ属性を付けて前記関
数マスタデータベースに記憶することを特徴とする請求項1記載のプログラム開発支援シ
ステム。
When creating a function for the business library, the function extracted from the function master database is used to change the function, and the new function is assigned with the same attribute as the original function and stored in the function master database. The program development support system according to claim 1, wherein:
変数毎に利用された関数の利用回数を利用履歴として保持する利用履歴データベースを
設け、前記関数群表示出力手段は、関数群の候補表示順として、前記利用履歴データベー
スの当該関数の利用回数を基に表示することを特徴とする請求項2記載のプログラム開発
支援システム。
A usage history database is provided for holding the usage count of the function used for each variable as a usage history, and the function group display output means is based on the usage count of the function in the usage history database as a function group candidate display order. The program development support system according to claim 2, wherein the program development support system is displayed.
標準ライブラリ及び業務用ライブラリを用いてプログラムを開発する開発ツールの前記
業務用ライブラリの関数に属性を付けて予め記憶した関数マスタデータベースと、前記開
発ツールで開発する開発対象プログラム内で使用する変数に属性を付けて予め記憶した変
数マスタデータベースとを有するコンピュータによるプログラム開発支援方法であって、
前記開発対象プログラムのソフトウェアコーディングにおける1センテンスに記載された
変数を検索して抽出し、抽出した変数の属性を前記変数マスタデータベースから抽出しそ
の属性により関連付けられる関数群を前記関数マスタデータベースから抽出し前記開発ツ
ールに表示出力することを特徴とするプログラム開発支援方法。
Function master database pre-stored by assigning attributes to functions of the business library of development tools that develop programs using standard libraries and business libraries, and variables used in the development target program developed by the development tools A program development support method by a computer having a variable master database pre-stored with attributes,
The variable described in one sentence in the software coding of the development target program is searched and extracted, the attribute of the extracted variable is extracted from the variable master database, and the function group related by the attribute is extracted from the function master database. A program development support method comprising: displaying and outputting to the development tool.
前記業務用ライブラリの関数を作成する際に、前記関数マスタデータベースから抽出さ
れた関数を利用してこれを変更し作成された新関数に元の関数と同じ属性を付けて前記関
数マスタデータベースに記憶することを特徴とする請求項4記載のプログラム開発支援方
法。
When creating a function for the business library, the function extracted from the function master database is used to change the function, and the new function is assigned with the same attribute as the original function and stored in the function master database. 5. The program development support method according to claim 4, wherein:
変数ごとに利用された関数の利用回数を利用履歴として保存する利用履歴データベース
を設け、抽出した関数群の候補表示順として、前記利用履歴データベースの当該関数の利
用回数を基に表示することを特徴とする請求項5記載のプログラム開発支援方法。
A usage history database is provided for storing the usage count of the function used for each variable as a usage history, and is displayed based on the usage count of the function in the usage history database as a candidate display order of the extracted function group. The program development support method according to claim 5.
標準ライブラリ及び業務用ライブラリを用いてプログラムを開発する開発ツールの前記
業務用ライブラリの関数に属性を付けて予め記憶した関数マスタデータベースと、前記開
発ツールで開発する開発対象プログラム内で使用する変数に属性を付けて予め記憶した変
数マスタデータベースとを有するコンピュータに、前記開発対象プログラムのソフトウェ
アコーディングにおける1センテンスに記載された変数を検索して抽出する手順と、抽出
した変数の属性を前記変数マスタデータベースから抽出しその属性により関連付けられる
関数群を前記関数マスタデータベースから抽出し前記開発ツールに表示出力する手順とを
実行させるためのプログラム開発支援プログラム。
Function master database pre-stored by assigning attributes to functions of the business library of development tools that develop programs using standard libraries and business libraries, and variables used in the development target program developed by the development tools A procedure for retrieving and extracting a variable described in one sentence in the software coding of the development target program in a computer having a variable master database pre-stored with an attribute, and the attribute of the extracted variable in the variable master database the extracted program development support program for executing the steps of displaying and outputting the <br/> function group associated with that attribute the development tool extracted from the function master database from.
JP2007079424A 2007-03-26 2007-03-26 Program development support system, method and program Active JP4693807B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007079424A JP4693807B2 (en) 2007-03-26 2007-03-26 Program development support system, method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007079424A JP4693807B2 (en) 2007-03-26 2007-03-26 Program development support system, method and program

Publications (2)

Publication Number Publication Date
JP2008242613A JP2008242613A (en) 2008-10-09
JP4693807B2 true JP4693807B2 (en) 2011-06-01

Family

ID=39913918

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007079424A Active JP4693807B2 (en) 2007-03-26 2007-03-26 Program development support system, method and program

Country Status (1)

Country Link
JP (1) JP4693807B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014136210A1 (en) * 2013-03-05 2014-09-12 富士通株式会社 Execution-flow creation support program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04107628A (en) * 1990-08-28 1992-04-09 Nec Corp Back-up system for reuse of software
JPH0793143A (en) * 1993-09-20 1995-04-07 Hitachi Ltd Data definition specification generating system
JPH0954688A (en) * 1995-08-14 1997-02-25 Fujitsu Ltd Gui design supporting method
JPH09292986A (en) * 1996-04-26 1997-11-11 Hitachi Ltd Part extraction method
JP2000056955A (en) * 1998-08-04 2000-02-25 Mitsubishi Electric Corp Object managing method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04107628A (en) * 1990-08-28 1992-04-09 Nec Corp Back-up system for reuse of software
JPH0793143A (en) * 1993-09-20 1995-04-07 Hitachi Ltd Data definition specification generating system
JPH0954688A (en) * 1995-08-14 1997-02-25 Fujitsu Ltd Gui design supporting method
JPH09292986A (en) * 1996-04-26 1997-11-11 Hitachi Ltd Part extraction method
JP2000056955A (en) * 1998-08-04 2000-02-25 Mitsubishi Electric Corp Object managing method

Also Published As

Publication number Publication date
JP2008242613A (en) 2008-10-09

Similar Documents

Publication Publication Date Title
US11106626B2 (en) Managing changes to one or more files via linked mapping records
US6571247B1 (en) Object oriented technology analysis and design supporting method
US7254784B2 (en) User-driven menu generation system with multiple submenus
JP5367947B2 (en) Method and system for terminology database expansion
KR101114189B1 (en) Label system-translation of text and multi-language support at runtime and design
US8417513B2 (en) Representation of objects and relationships in databases, directories, web services, and applications as sentences as a method to represent context in structured data
CN108762743B (en) Data table operation code generation method and device
US7937686B2 (en) Name-based identifiers of model elements
US10649744B1 (en) Systems and methods for handling renaming of programming constructs in programming environments
US20060047653A1 (en) Systems and methods for navigating to multiple destination types through a single search interface in a development environment
US8433729B2 (en) Method and system for automatically generating a communication interface
JPH1125126A (en) System design tool and dataware house design system and method
JP2006512633A (en) Method and apparatus for generating a distributed Java application with a central XML configuration file
JP4693807B2 (en) Program development support system, method and program
JP4906424B2 (en) Web service design method and apparatus
JP2011059845A (en) Device, method for operating database and program
JP2004126680A (en) Sql masking type database access method and computer program
CA2482180C (en) Linking data objects to a project development system
KR100505111B1 (en) The apparatus and method of creating program source for operating database and the computer program product using the same
US20150355903A1 (en) Visualization of code units across disparate systems
JP2003186670A (en) Automatic generation device, automatic generation method and automatic generation program for database access component
WO2023026409A1 (en) Information processing device, program, and information processing method
JP2002082965A (en) Document retrieval method
JP2006146385A (en) Electronic form processing method, system, and program
JP2006004026A (en) Database registration management method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100405

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100706

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100831

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20101005

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101228

A911 Transfer of reconsideration by examiner before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20110106

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110128

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110222

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

Free format text: PAYMENT UNTIL: 20140304

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4693807

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350