JP2010061326A - Program alteration support system and method - Google Patents

Program alteration support system and method Download PDF

Info

Publication number
JP2010061326A
JP2010061326A JP2008225443A JP2008225443A JP2010061326A JP 2010061326 A JP2010061326 A JP 2010061326A JP 2008225443 A JP2008225443 A JP 2008225443A JP 2008225443 A JP2008225443 A JP 2008225443A JP 2010061326 A JP2010061326 A JP 2010061326A
Authority
JP
Japan
Prior art keywords
screen
inspection
data
hierarchy
program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2008225443A
Other languages
Japanese (ja)
Inventor
Tomohiro Shioda
友洋 塩田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2008225443A priority Critical patent/JP2010061326A/en
Publication of JP2010061326A publication Critical patent/JP2010061326A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To secure the reliability of data by linking inspection items, and to save the labor of the system manager, and to change a consistent maintenance work by enabling a system manager who has management authority to operate and change a business system while the business screen of a system configures a flow structure or a hierarchical structure, and the input/output values of the inspection items displayed on the business screen are linked on the hierarchical structure. <P>SOLUTION: Only the linkage conditions of the linked places of inspection item input/output data which are affected by the operation and change of a system manager who has management authority are successively and repeatedly displayed and output for every host hierarchy so that it is possible to provide a mechanism to be operated with a computer device in an interactive type. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、プログラムの改変を支援する技術に関する。その中でも特に、鉄道車両における検査/修繕業務(検修業務)のプログラム改変を支援する技術に関する。   The present invention relates to a technique for supporting program modification. In particular, the present invention relates to a technique for supporting program modification of inspection / repair work (inspection work) in a railway vehicle.

鉄道車両における検修業務では、特定の検査についての検査結果を他の検査に用いるので、検修業務の業務システムは、検査項目に関する変数が複雑に連携・連動したプログラム構造(リンク関係)を有する。   In inspection work on railway vehicles, inspection results for specific inspections are used for other inspections, so the inspection work system has a program structure (link relationship) in which variables relating to inspection items are linked and linked in a complex manner. .

従来、このような複雑なリンク関係を持つプログラムの改変を支援する技術として、特許文献1および2に開示される技術が提案されている。特許文献1には、データのリンク関係を階層構造に変換して、記憶装置に格納する技術が開示されている。特許文献2には、プログラムを修正した場合、修正箇所が影響を及ぼす範囲を特定する技術が開示されている。   Conventionally, techniques disclosed in Patent Documents 1 and 2 have been proposed as techniques for supporting modification of a program having such a complicated link relationship. Patent Document 1 discloses a technique for converting a data link relationship into a hierarchical structure and storing it in a storage device. Patent Document 2 discloses a technique for specifying a range in which a correction part affects when a program is corrected.

特願平8-310544Japanese Patent Application No. 8-310544 特願平5-121405Japanese Patent Application 5-121405

しかしながら、特許文献1では、記憶装置に格納されたデータのリンク関係を表示する技術は開示されているが、プログラム修正に伴う影響範囲を特定する技術については考慮されていなかった。   However, Patent Document 1 discloses a technique for displaying a link relation of data stored in a storage device, but does not consider a technique for specifying an influence range associated with program correction.

また、特許文献2では、プログラムの修正に伴う影響範囲を特定する技術については開示されているが、プログラム修正作業の順序を特定する技術は開示されていなかった。   Japanese Patent Application Laid-Open No. 2004-228561 discloses a technique for specifying an influence range associated with program correction, but does not disclose a technique for specifying the order of program correction work.

例えば、鉄道車両における検修業務の業務システムにおいては、検修業務の検査項目は業務フロー(画面の階層構造)に従った連動関係を保持する。この場合、業務システムのプログラムを改変する際には、修正順序を考慮する必要がある。   For example, in a business system for inspection work in a railway vehicle, inspection items for inspection work maintain a linked relationship according to a work flow (screen hierarchy). In this case, it is necessary to consider the modification order when modifying the business system program.

そこで、本発明では、業務システムの各画面の階層間における検査項目(データ項目)の連動関係を記憶しておき、この連動関係に基づいて修正すべき階層の画面を特定する。所定の階層の画面に含まれるデータ項目についての設定情報が修正された場合に、修正されたデータ項目と連動する他の階層のデータ項目を特定する。特定されたデータ項目が複数の階層の画面にまたがって含まれる場合には、修正された階層と最も近い階層の画面を特定し、データ項目の修正指示を促す画面を表示する。   Therefore, in the present invention, the interlocking relationship of the inspection items (data items) between the layers of each screen of the business system is stored, and the screen of the layer to be corrected is specified based on this interlocking relationship. When the setting information about the data item included in the screen of the predetermined hierarchy is corrected, the data item of the other hierarchy linked with the corrected data item is specified. If the identified data item is included across multiple levels of screens, the screen of the level closest to the corrected level is specified, and a screen that prompts a data item correction instruction is displayed.

本発明により、業務フロー(画面の階層構造)に従い、プログラムの一部修正に伴う影響箇所を特定することで、影響箇所を順次修正することが可能になるので、データ整合性を保ちつつプログラム改変を実行するためのプログラム改変支援手段を提供することができる。   According to the present invention, it is possible to sequentially modify the affected part by identifying the affected part due to the partial correction of the program according to the business flow (the hierarchical structure of the screen), so the program is modified while maintaining data consistency. It is possible to provide a program modification support means for executing.

本発明の実施の形態について、図面を用いて説明する。   Embodiments of the present invention will be described with reference to the drawings.

図1は、本実施の形態におけるプログラム改変支援システムのシステム構成図である。プログラム改変支援システムは、サーバ10、管理用端末20、マスタDB30、検修実績DB40から構成されている。各コンピュータ(サーバ、端末、DB)は、ネットワークを介して互いに接続されている。また、各コンピュータは、メモリ、ハードディスクを含む記憶装置、CPUなどの処理装置を有し、記憶装置に格納されたプログラムに従って、処理装置が情報処理を実行するものである。   FIG. 1 is a system configuration diagram of a program modification support system according to the present embodiment. The program modification support system includes a server 10, a management terminal 20, a master DB 30, and an inspection performance DB 40. Each computer (server, terminal, DB) is connected to each other via a network. Each computer has a processing device such as a memory, a storage device including a hard disk, and a CPU, and the processing device executes information processing according to a program stored in the storage device.

システム管理者は、サーバ10に接続された管理用端末20を操作することにより、鉄道車両の検修業務システムにおけるプログラム改変処理を実行する。サーバ10が備えるマスタDB30には、検修業務システムのプログラムの設定データが格納されている。サーバ10は、管理用端末20から送信される情報に基づきマスタDB30の設定データを修正し、修正された設定データを用いて、改変後のプログラムを生成する。   The system administrator operates the management terminal 20 connected to the server 10 to execute a program modification process in the railway vehicle inspection and repair business system. The master DB 30 provided in the server 10 stores program setting data for the inspection work system. The server 10 corrects the setting data of the master DB 30 based on the information transmitted from the management terminal 20, and generates a modified program using the corrected setting data.

図2は、鉄道車両の検修業務システムにおける業務画面の画面遷移の例を示す概念図である。画面ごとの遷移(リンク)関係を階層図で示したものであり、階層1の画面から階層5の画面までが順に表示されることを表している。例えば、階層1の選択画面からは、階層2のA報告画面、B報告画面、C報告画面の3画面のいずれかに遷移(リンク)することを示している。   FIG. 2 is a conceptual diagram showing an example of screen transition of a business screen in a railway vehicle inspection and repair business system. The transition (link) relationship for each screen is shown in a hierarchical diagram, and indicates that the screen from level 1 to level 5 is displayed in order. For example, it is indicated that a transition (link) from the selection screen of layer 1 to any one of the three screens of the A report screen, the B report screen, and the C report screen of layer 2 is performed.

図3は、鉄道車両の検修業務システムにおける業務フローの表示画面例を示す概念図である。ここでは、図2におけるC報告画面510から、FF検修画面520、MM検修画面530、NN検修結果画面540までの一連の画面遷移における表示画面の例を示している。図3において、入力欄には、各検査項目の検査結果のデータが入力される。例えば、C報告画面510のC装置(車輪)の測定値(車輪幅)が入力されるものとする。また、画面間の検査項目入力欄のデータ(検査項目データ)には連動しているものがある。例えば、FF検修画面520の部位Cの検査項目データには、C報告画面510のC装置(1)の検査項目データとして入力された値に基づき、システム側で予め指定された条件(連動条件)に従い算出した結果が出力される。同様に、NN検修結果画面540の検査結果Cの検査項目データには、C報告画面510のC装置(2)とFF検修画面520の部位Cの検査項目データに基づき算出された結果が出力される。   FIG. 3 is a conceptual diagram illustrating an example of a display screen of a business flow in the railway vehicle inspection and repair system. Here, an example of a display screen in a series of screen transitions from the C report screen 510 in FIG. 2 to the FF inspection screen 520, the MM inspection screen 530, and the NN inspection result screen 540 is shown. In FIG. 3, data of the inspection result of each inspection item is input in the input column. For example, it is assumed that the measured value (wheel width) of the C device (wheel) on the C report screen 510 is input. In addition, some of the data (inspection item data) in the inspection item input field between the screens is linked. For example, in the inspection item data of the part C on the FF inspection screen 520, the condition (linkage condition) specified in advance by the system based on the value input as the inspection item data of the C device (1) on the C report screen 510 The result calculated according to) is output. Similarly, the inspection item data of the inspection result C on the NN inspection result screen 540 includes the result calculated based on the inspection item data of the C device (2) on the C report screen 510 and the part C on the FF inspection screen 520. Is output.

図4は、図3における検査項目データの連動関係を画面ごとに示す概念図である。例えば、階層2の画面の検査項目データが階層3から5の検査項目データと連動していることを示す。   FIG. 4 is a conceptual diagram showing the interlocking relationship of the inspection item data in FIG. 3 for each screen. For example, it indicates that the inspection item data on the screen of level 2 is linked with the inspection item data of levels 3 to 5.

図5から図11は、図2から図4で説明した鉄道車両の検修業務システムのプログラムを改変する(検修業務を変更する)ためのプログラム改変支援システムにおける表示画面例を示す図である。各画面は管理用端末20に表示され、システム管理者はこれらの画面に従い操作することで、サーバ10においてプログラム改変処理(検修業務変更処理)を実行させる。   5 to 11 are diagrams showing examples of display screens in the program modification support system for modifying the program of the railway vehicle inspection and repair business system described in FIGS. 2 to 4 (changing the inspection work). . Each screen is displayed on the management terminal 20, and the system administrator operates according to these screens to cause the server 10 to execute a program modification process (an inspection work change process).

図5は、検修業務変更処理の最初のメニュー選択画面を示す。なお、本実施例において検修業務変更処理とは、検査項目データを保持する画面の追加(画面追加処理)、修正(画面修正処理)、削除(画面削除処理)の3種類の処理を示す。図5のメニュー選択画面は、これら3種類の処理のなかから実行するメニューを選択するための画面である。   FIG. 5 shows a first menu selection screen for the inspection work change process. In the present embodiment, the repair work change process indicates three types of processes: addition of a screen holding inspection item data (screen addition process), modification (screen modification process), and deletion (screen deletion process). The menu selection screen in FIG. 5 is a screen for selecting a menu to be executed from among these three types of processing.

図6は、画面追加処理を実行する際に、追加する画面の位置を選択するための画面(検修業務追加画面)である。検修業務追加画面には、特定の業務フローを構成する画面の一覧が階層ごとに表示されている。システム管理者は、追加する画面の名称および追加位置を入力する。   FIG. 6 is a screen for selecting the position of the screen to be added when the screen addition process is executed (an inspection work addition screen). On the inspection work addition screen, a list of screens constituting a specific business flow is displayed for each layer. The system administrator inputs the name and position of the screen to be added.

図7は、画面修正処理を実行する際に、修正する画面を選択するための画面(検修業務選択画面)である。システム管理者は、修正する検査項目が含まれる画面を選択する。   FIG. 7 is a screen for selecting a screen to be corrected when executing screen correction processing (an inspection operation selection screen). The system administrator selects a screen including the inspection item to be corrected.

図8は、画面削除処理を実行する際に、削除する画面を選択するための画面(検修画面削除画面)である。システム管理者は、削除する画面を選択する。   FIG. 8 is a screen for selecting a screen to be deleted when the screen deletion process is executed (an inspection screen deletion screen). The system administrator selects a screen to be deleted.

図9および図10は、画面修正処理を実行する際に、修正する画面が選択された後に、その画面に含まれる検査項目を修正するための画面である。システム管理者は、図9の検査項目修正画面では、検査項目の名称および型、桁数を変更し、図10の基準値修正画面では、検査項目に入力可能な値の最大値および最小値を変更する。   9 and 10 are screens for correcting the inspection items included in the screen after the screen to be corrected is selected when executing the screen correction processing. The system administrator changes the name, type, and number of digits of the inspection item on the inspection item correction screen in FIG. 9, and the maximum and minimum values that can be entered in the inspection item on the reference value correction screen in FIG. change.

図11は、画面追加処理、画面修正処理、画面削除処理の全ての処理において共通する、検査項目の連動関係や連動条件を変更するための画面である。例えば、連動先「DS-004検査項目2」は連動元1「DS-004検査項目1」と「DS-004検査項目2」を連動条件「AND」で算出した値を示す。システム管理者は、連動元や連動先の検査項目および連動条件を変更する。   FIG. 11 is a screen for changing the inspection item interlocking relationship and interlocking conditions common to all processing of the screen addition processing, screen correction processing, and screen deletion processing. For example, the linkage destination “DS-004 inspection item 2” indicates a value obtained by calculating the linkage source 1 “DS-004 inspection item 1” and “DS-004 inspection item 2” with the linkage condition “AND”. The system administrator changes the inspection item and the interlocking condition of the interlocking source and the interlocking destination.

図12から図18は、本実施例のシステムにおけるデータテーブルの構成例を示す図である。データテーブルには、鉄道車両における検修業務システムのプログラムの設定情報が格納されており、これらの設定情報に基づきプログラムを自動生成することが可能である。従って、プログラム改変の際には、これらの設定情報を修正し、修正した設定情報に基づいたプログラムを生成する。   FIG. 12 to FIG. 18 are diagrams showing configuration examples of the data table in the system of the present embodiment. The data table stores the setting information of the inspection work system program in the railway vehicle, and the program can be automatically generated based on the setting information. Therefore, when changing the program, the setting information is corrected, and a program based on the corrected setting information is generated.

図12は、マスタDBの画面階層マスタテーブルの構成例を示す図である。画面階層マスタテーブルには、業務フローごとの画面の階層構造を示す情報が格納されている。本例では、例えば、業務フローID「A」で特定される業務フローは、階層1から階層5までの5画面から構成されることを示す情報が格納されている。   FIG. 12 is a diagram illustrating a configuration example of the screen hierarchy master table of the master DB. The screen hierarchy master table stores information indicating the screen hierarchy structure for each business flow. In this example, for example, information indicating that the business flow identified by the business flow ID “A” is composed of five screens from layer 1 to layer 5 is stored.

図13は、マスタDBの検査項目マスタテーブルの構成例を示す図である。検査項目マスタテーブルには、画面ごとに含まれる検査項目を示す情報が格納されている。本例では、例えば、画面ID「DS-003」で特定される画面「FF検修画面」には、部位A〜Dの4つの検査項目が含まれることを示す情報が格納されている。   FIG. 13 is a diagram illustrating a configuration example of the inspection item master table of the master DB. In the inspection item master table, information indicating inspection items included in each screen is stored. In this example, for example, the screen “FF inspection screen” specified by the screen ID “DS-003” stores information indicating that four examination items A to D are included.

図14は、マスタDBの基準値マスタテーブルの構成例を示す図である。基準値マスタテーブルには、画面毎の検査項目に入力可能な値の最大値および最小値を示す情報が格納されている。本例では、例えば、画面ID「DS-003」で特定される画面に含まれる4つの検査項目の最大値および最小値を示す情報が格納されている。   FIG. 14 is a diagram illustrating a configuration example of a reference value master table of the master DB. The reference value master table stores information indicating the maximum value and the minimum value that can be input to the inspection item for each screen. In this example, for example, information indicating the maximum value and the minimum value of four inspection items included in the screen specified by the screen ID “DS-003” is stored.

図15は、マスタDBの連動マスタテーブルの構成例を示す図である。連動マスタテーブルには、検査項目間の連動関係および連動条件を示す情報が格納されている。本例では、例えば、連動先「DS-004検査項目2」は連動元1「DS-004検査項目1」と「DS-004検査項目2」を連動条件「AND」に従い算出された値であることを示す情報が格納されている。   FIG. 15 is a diagram illustrating a configuration example of a master master interlocking master table. The linkage master table stores information indicating the linkage relationship between the inspection items and the linkage conditions. In this example, for example, the linkage destination “DS-004 inspection item 2” is a value calculated from the linkage source 1 “DS-004 inspection item 1” and “DS-004 inspection item 2” according to the linkage condition “AND”. Is stored.

図16は、マスタDBの条件マスタテーブルの構成例を示す図である。条件マスタテーブルには、連動条件の定義を示す情報が格納されている。本例では、例えば、「MAX」とは、複数の検査項目の最大値を示す値を算出することを示す情報が格納されている。   FIG. 16 is a diagram illustrating a configuration example of a condition master table of the master DB. The condition master table stores information indicating the definition of the interlocking condition. In this example, for example, “MAX” stores information indicating that a value indicating the maximum value of a plurality of inspection items is calculated.

図17は、検修業績DBの検修実績テーブルの構成例を示す図である。検修実績テーブルには、過去の変更履歴情報が格納されている。   FIG. 17 is a diagram illustrating a configuration example of the inspection performance table of the inspection performance DB. The past change history information is stored in the inspection result table.

図18は、一時保存テーブルとして、一時的に記憶装置に格納されたデータテーブルの構成例を示す図である。   FIG. 18 is a diagram illustrating a configuration example of a data table temporarily stored in a storage device as a temporary storage table.

図19および図20は、プログラム改変システムにおける検修業務変更処理の手順を示すフローチャートである。以下、図19および図20に従い、検修業務変更処理の手順を説明する。   FIG. 19 and FIG. 20 are flowcharts showing the procedure of the inspection work change process in the program modification system. Hereinafter, the procedure of the inspection work change process will be described with reference to FIGS. 19 and 20.

まず、ステップ201にて、サーバ10は、検修業務変更メニュー画面情報を管理用端末20に送信し、表示装置21に図5に示す検修業務変更メニュー画面100を表示させる。システム管理者は、表示された検修業務変更メニュー画面100から、業務フローIDを選択し、修正ボタンを押下する。   First, in step 201, the server 10 transmits the inspection work change menu screen information to the management terminal 20, and causes the display device 21 to display the inspection work change menu screen 100 shown in FIG. The system administrator selects the business flow ID from the displayed repair work change menu screen 100 and presses the correction button.

ステップ202にて、サーバ10は、検修業務変更メニュー画面で選択された業務フローIDの情報101とボタンの操作情報を受け付ける。なお、操作情報は、「画面追加処理」「画面修正処理」「画面削除処理」のいずれかの処理を選択するための情報である。本例では、業務フローID「A」を受信したものとする。   In step 202, the server 10 receives the information 101 of the business flow ID selected on the inspection work change menu screen and button operation information. The operation information is information for selecting one of “screen addition processing”, “screen correction processing”, and “screen deletion processing”. In this example, it is assumed that the business flow ID “A” is received.

ステップ203にて、ボタンの操作情報が「画面追加処理」を示す場合はステップ204に、「画面修正処理」を示す場合はステップ209に、「画面削除処理」を示す場合はステップ225に遷移する。まず、「画面修正処理」を示した場合の手順について説明する。   In step 203, if the button operation information indicates "screen addition process", the process proceeds to step 204. If "button modification process" is indicated, the process proceeds to step 209. If "button deletion process" is indicated, the process proceeds to step 225. . First, the procedure when “screen correction processing” is shown will be described.

ステップ209にて、サーバ10は、受信した業務フローIDに基づいて、画面階層マスタテーブル31の情報を検索し抽出する。本例では、業務フローID「A」で特定される階層1から階層5までの5画面の情報「DS-001」〜「DS-005」を抽出する。次に、サーバ10は、抽出した情報を表示させた検修業務選択画面120を管理用端末20に送信し表示させる。システム管理者は、表示された検修業務選択画面120から、変更する検査項目を含む画面を選択する。本例では、検修画面「(2)」が選択されたものとする。   In step 209, the server 10 searches and extracts information in the screen hierarchy master table 31 based on the received business flow ID. In this example, information “DS-001” to “DS-005” of five screens from the hierarchy 1 to the hierarchy 5 specified by the business flow ID “A” is extracted. Next, the server 10 transmits the inspection work selection screen 120 on which the extracted information is displayed to the management terminal 20 for display. The system administrator selects a screen including the inspection item to be changed from the inspection work selection screen 120 displayed. In this example, it is assumed that the inspection screen “(2)” is selected.

ステップ210にて、サーバ10は、ステップ209において選択された検修画面情報「(2)」121のデータを管理用端末20から受信する。   In step 210, the server 10 receives the data of the inspection screen information “(2)” 121 selected in step 209 from the management terminal 20.

ステップ211にて、ステップ209にて選択された検修画面情報「(2)」と画面階層マスタテーブル31の業務フローID「A」のデータ310から、階層位置「階層2」と画面ID「DS-002」を特定し、一時保存テーブル[階層位置]410の階層位置411と画面ID412に値を格納する。   In step 211, the hierarchy position “hierarchy 2” and the screen ID “DS” are obtained from the data 310 of the repair screen information “(2)” selected in step 209 and the business flow ID “A” of the screen hierarchy master table 31. -002 "is specified, and the value is stored in the hierarchical position 411 and the screen ID 412 of the temporary storage table [hierarchical position] 410.

ステップ212にて、一時保存テーブル[階層位置]410に格納されている画面ID412と検査項目マスタの画面ID320と照合し、「DS-002」に該当する検査項目データ321を抽出する。   In step 212, the screen ID 412 stored in the temporary storage table [hierarchy position] 410 is compared with the screen ID 320 of the inspection item master, and the inspection item data 321 corresponding to “DS-002” is extracted.

ステップ213にて、サーバ10は、検査項目修正画面情報とステップ212で抽出されたデータ321を管理用端末20に送信し、表示装置21に検査項目修正画面140を表示させる。システム管理者は、検査項目修正画面140を操作し、検修画面510の検査項目600、610、620に該当する検査項目1、検査項目3、検査項目5の検査項目名称142と型/桁数143の変更を入力装置22から行う。   In step 213, the server 10 transmits the inspection item correction screen information and the data 321 extracted in step 212 to the management terminal 20, and causes the display device 21 to display the inspection item correction screen 140. The system administrator operates the inspection item correction screen 140, and the inspection item name 142, inspection item name 3, inspection item 5, inspection item name 142 corresponding to the inspection items 600, 610, and 620 on the inspection screen 510, and the number of types / digits. The change of 143 is performed from the input device 22.

ステップ214にて、サーバ10は、検査項目修正画面140の内容に入力された検査項目名称142、型/桁数143のデータを管理用端末20から受信する。   In step 214, the server 10 receives the data of the inspection item name 142 and the type / digit number 143 input from the contents of the inspection item correction screen 140 from the management terminal 20.

ステップ215にて、ステップ214で受信したデータを記憶装置12の一時保存テーブル[検査項目]420に格納する。   In step 215, the data received in step 214 is stored in the temporary storage table [inspection item] 420 of the storage device 12.

ステップ216にて、ステップ214で受信したデータで検査項目マスタテーブルの検査項目データ321を更新する。   In step 216, the inspection item data 321 in the inspection item master table is updated with the data received in step 214.

ステップ217にて、記憶装置12の一時保存テーブル[階層位置]410に格納されている画面ID412と基準値マスタテーブルの画面ID330と照合し、「DS-002」に該当する基準値データ331を抽出する。   In step 217, the screen ID 412 stored in the temporary storage table [hierarchy position] 410 of the storage device 12 is compared with the screen ID 330 of the reference value master table, and the reference value data 331 corresponding to “DS-002” is extracted. To do.

ステップ218にて、サーバ10は、基準値修正画面情報とステップ217で抽出したデータ331を管理用端末20に送信し、表示装置21に基準値修正画面150を表示させる。システム管理者は、基準値修正画面150を操作し、検修画面510の検査項目600、610、620に該当する検査項目1、検査項目3、検査項目5の最大値151、最小値152の変更を入力装置22から行う。   In step 218, the server 10 transmits the reference value correction screen information and the data 331 extracted in step 217 to the management terminal 20, and causes the display device 21 to display the reference value correction screen 150. The system administrator operates the reference value correction screen 150 and changes the inspection item 1, inspection item 3, inspection item 5, maximum value 151, and minimum value 152 corresponding to inspection item 600, 610, and 620 on the inspection screen 510. From the input device 22.

ステップ219にて、サーバ10は、基準値修正画面150の内容に入力された最大値151、最小値152のデータを管理用端末20から受信する。   In step 219, the server 10 receives data of the maximum value 151 and the minimum value 152 input from the content of the reference value correction screen 150 from the management terminal 20.

ステップ220にて、ステップ219で受信したデータを基準値マスタテーブルの基準値データ331に更新する。   In step 220, the data received in step 219 is updated to reference value data 331 in the reference value master table.

ステップ221にて、一時保存テーブル[検査項目]420に格納された検査項目のデータ421(全検査項目:DS-002-検査項目1、DS-002-検査項目3、DS-002-検査項目5)を検索キーとして、連動マスタテーブルの連動先340をすべて検索し、検索キーを含む連動条件を抽出する。   In step 221, inspection item data 421 (all inspection items: DS-002-inspection item 1, DS-002-inspection item 3, DS-002-inspection item 5) stored in temporary storage table [inspection item] 420 ) Is used as a search key to search all linkage destinations 340 in the linkage master table and extract linkage conditions including the search key.

ステップ222にて、サーバ10は、連動条件変更画面情報とステップ221で抽出したデータを管理用端末20に送信し、表示装置21に連動条件変更画面160を表示させる。システム管理者は、連動条件の変更を連動条件変更画面160から操作する。   In step 222, the server 10 transmits the interlocking condition change screen information and the data extracted in step 221 to the management terminal 20, and causes the display device 21 to display the interlocking condition change screen 160. The system administrator operates the change of the link condition from the link condition change screen 160.

ステップ223にて、サーバ10は、連動条件変更画面160の内容に入力された連動条件163、連動元164のデータを管理用端末20から受け付ける。本例では、検査項目(600、610、620)への連動はない為、変更しない。   In step 223, the server 10 receives the data of the interlocking condition 163 and the interlocking source 164 input in the contents of the interlocking condition change screen 160 from the management terminal 20. In this example, there is no linkage to the inspection items (600, 610, 620), so no change is made.

ステップ224にて、ステップ223で受け付けたデータを図14に示す連動マスタテーブルに更新する。   In step 224, the data received in step 223 is updated to the interlocking master table shown in FIG.

ステップ251にて、一時保存テーブル[検査項目]420に格納された検査項目421を検索キーとして、連動マスタテーブルの連動元341をすべて検索し、検索キーを含むデータがあるか判定する。データが存在しない場合は、上位階層の検修画面(520、530、540)に影響しない為、連動条件の変更処理は終了する。   In step 251, all of the interlocking sources 341 in the interlocking master table are searched using the inspection item 421 stored in the temporary storage table [inspection item] 420 as a search key, and it is determined whether there is data including the search key. When there is no data, since the upper level inspection screen (520, 530, 540) is not affected, the interlocking condition changing process ends.

ステップ252にて、ステップ251にて検索し該当した連動データ(700、710、730)を抽出し、一時保存テーブル[連動条件]430に格納する。本例では、検修画面510の検査項目620に該当する検査項目422は、連動マスタテーブルの連動元341に含まれていない為、抽出されない。   In step 252, the search is performed in step 251, and the corresponding interlocking data (700, 710, 730) is extracted and stored in the temporary storage table [interlocking condition] 430. In this example, the inspection item 422 corresponding to the inspection item 620 on the inspection screen 510 is not extracted because it is not included in the interlocking source 341 of the interlocking master table.

ステップ253にて、一時保存テーブル[連動条件]430に格納したデータ(700、710、730)の連動先432に含まれる画面IDを検索キーとして、画面階層マスタテーブルのデータ310を参照し、連動先階層431に階層位置を格納する。   In step 253, refer to the data 310 of the screen hierarchy master table using the screen ID included in the link destination 432 of the data (700, 710, 730) stored in the temporary storage table [link condition] 430 as the search key. The hierarchy position is stored in the previous hierarchy 431.

ステップ254にて、サーバ10は、連動条件変更画面情報とステップ252にて抽出された連動データ(700、710、730)を管理用端末20に送信し、表示装置21に連動条件変更画面160を表示させる。システム管理者は、連動条件変更画面160を操作し、連動条件710の変更を入力装置22から行う。   In step 254, the server 10 transmits the link condition change screen information and the link data (700, 710, 730) extracted in step 252 to the management terminal 20, and displays the link condition change screen 160 on the display device 21. Display. The system administrator operates the interlocking condition change screen 160 to change the interlocking condition 710 from the input device 22.

ステップ266からループしてステップ254に帰ってきた場合、サーバ10は、連動条件変更画面情報とステップ266にて抽出された連動データを管理用端末20に送信し、表示装置21に連動条件変更画面160を表示させる。   When looping from step 266 and returning to step 254, the server 10 transmits the interlocking condition change screen information and the interlocking data extracted in step 266 to the management terminal 20, and displays the interlocking condition change screen on the display device 21. 160 is displayed.

ステップ255にて、変更有無をボタン操作情報から受け付け判定する。
変更しない場合は、ステップ259に進む。連動条件変更画面で入力できる連動条件163は、条件テーブル350から選択する。
In step 255, the presence / absence of change is accepted and determined from the button operation information.
If not changed, the process proceeds to step 259. The interlocking condition 163 that can be entered on the interlocking condition change screen is selected from the condition table 350.

ステップ256にて、サーバ10は、連動条件変更画面160の内容に変更された連動条件のデータ161を管理用端末20から受け付ける。   In step 256, the server 10 receives from the management terminal 20 the interlocking condition data 161 changed to the contents of the interlocking condition change screen 160.

ステップ257にて、ステップ256で受け付けたデータ161を、連動マスタテーブルの連動データ710に更新する。   In step 257, the data 161 received in step 256 is updated to the interlocking data 710 in the interlocking master table.

ステップ258にて、ステップ256で受け付けたデータ161の連動先165の情報を図17に示す記憶装置12の一時保存テーブル[連動先(1)]440と一時保存テーブル[連動先(2)]450に格納する。   In step 258, the information of the link destination 165 of the data 161 received in step 256 is stored in the temporary storage table [link destination (1)] 440 and the temporary save table [link destination (2)] 450 of the storage device 12 shown in FIG. To store.

ステップ259にて、一時保存テーブル[階層位置]410に格納されている階層位置の値「階層2」411と一時保存テーブル[階層位置]430に格納されている連動先階層の値431を比較し、階層差が最も小さい階層位置の値と画面IDの値に更新する。本例では、最も階層差が小さい連動条件データ700から、階層位置411に値「階層3」、画面ID412に値「DS-003」を格納する。   In step 259, the value “tier 2” 411 stored in the temporary storage table [hierarchy position] 410 is compared with the value 431 of the link destination hierarchy stored in the temporary storage table [hierarchy position] 430. , Update the value of the hierarchy position and the screen ID value with the smallest hierarchy difference. In this example, the value “tier 3” is stored in the layer position 411 and the value “DS-003” is stored in the screen ID 412 from the interlocking condition data 700 having the smallest layer difference.

ステップ260にて、一時保存テーブル[階層位置]410に格納されている階層位置411の値「階層3」と一時保存テーブル[連動条件]430に格納されている連動先階層の値431を比較し、値が一致する一時保存テーブル[連動条件]430の連動データを削除する。本例では、値が一致する連動条件データ700の連動条件を一時保存テーブル[連動条件]から削除する。   In step 260, the value “hierarchy 3” of hierarchy position 411 stored in temporary storage table [hierarchy position] 410 is compared with value 431 of the interlocking destination hierarchy stored in temporary storage table [interaction condition] 430. , Delete the linked data in the temporary storage table [linked condition] 430 with matching values. In this example, the interlocking condition of the interlocking condition data 700 whose values match is deleted from the temporary storage table [interlocking condition].

ステップ261にて、一時保存テーブル[連動条件]430に格納されているデータが存在するかを確認する。本例では、連動条件データ(710、730)が存在する。存在しない場合、ステップ267へと進む。   In step 261, it is confirmed whether there is data stored in the temporary storage table [interlocking condition] 430. In this example, interlocking condition data (710, 730) exists. If not, go to step 267.

ステップ262にて、一時保存テーブル[連動先(1)]440に格納されている値「DS-004-検査項目2」をキーとして、連動マスタテーブルの連動元341を抽出し、一時保存テーブル[連動条件]430に格納する。本例では、連動マスタテーブルの連動元720を抽出し、記憶装置12の一時保存テーブル[連動条件]に追加し格納する。   In step 262, using the value “DS-004-inspection item 2” stored in the temporary storage table [link destination (1)] 440 as a key, the link source 341 of the link master table is extracted, and the temporary save table [ Linked condition] 430. In this example, the link source 720 of the link master table is extracted and added to the temporary storage table [link condition] of the storage device 12 and stored.

ステップ263にて、一時保存テーブル[連動先(1)]440に格納されているデータを削除する。   In step 263, the data stored in temporary storage table [link destination (1)] 440 is deleted.

ステップ264にて、一時保存テーブル[連動条件]430に格納されている連動データを重複チェックし、連動データの連動先、連動条件、連動元の条件が全て同じデータを削除する。本実施例では、一時保存テーブル[連動条件]430に重複したデータはない。   In step 264, the linked data stored in the temporary storage table [linked condition] 430 is checked for duplication, and the linked data, linked condition, linked condition, and linked source conditions are all deleted. In this embodiment, there is no duplicate data in the temporary storage table [interlocking condition] 430.

ステップ265にて、ステップ262で抽出し、一時保存テーブル[連動条件]430に格納した連動データ720の連動先432に含まれる画面IDを検索キーとして、画面階層マスタテーブルを参照し、連動データ720の連動先階層431に階層位置を格納する。   In step 265, the screen hierarchy master table is referenced using the screen ID included in the link destination 432 of the link data 720 extracted in step 262 and stored in the temporary storage table [link condition] 430 as the search key. The hierarchy position is stored in the link destination hierarchy 431.

ステップ266にて、一時保存テーブル[階層位置]410に格納されている階層位置の値411(階層3)と一時保存テーブル[階層位置]430に格納されている連動先階層の値431を比較し、階層差が最も小さい階層位置の連動データ710のみを一時保存テーブル[連動条件]430から抽出する。一時保存テーブル[連動条件]430のデータ(720、730)がなくなるまで、ステップ254から、ステップ266の処理を繰り返し、権限を持ったシステム管理者と対話させる手段を提供することで、ステップ254でシステム管理者が変更した連動条件により影響を及ぼす上位階層との連動を全て網羅する事ができる。システム管理者は、上位階層への影響を調査する負担を軽減でき、全階層の検査項目データの信頼性を確保する事ができる。   In step 266, the value 411 (hierarchy 3) of the hierarchy position stored in the temporary storage table [hierarchy position] 410 is compared with the value 431 of the interlocking destination hierarchy stored in the temporary storage table [hierarchy position] 430. Only the linked data 710 at the hierarchy position with the smallest hierarchy difference is extracted from the temporary storage table [link condition] 430. Step 254 is repeated until the data (720, 730) in the temporary storage table [interlocking condition] 430 is exhausted. By providing a means of interacting with an authorized system administrator in step 254, It is possible to cover all linkages with higher layers that are affected by the linkage conditions changed by the system administrator. The system administrator can reduce the burden of investigating the influence on the upper hierarchy, and can ensure the reliability of the inspection item data of all hierarchies.

ステップ261にて、一時保存テーブル[連動条件]430のデータがない場合は、ステップ267へと進む。   If there is no data in the temporary storage table [interlocking condition] 430 in step 261, the process proceeds to step 267.

ステップ267にて、サーバ10は、連動条件変更画面情報と一時保存テーブル[連動先(2)]450に格納されている連動先451を検索キーとして、検査項目マスタテーブルから検査項目データ322を抽出し、管理用端末20に送信し、表示装置21に検査項目修正画面140を表示させる。システム管理者は、検査項目修正画面140を操作し、検査項目名称142、型/桁数143の情報の変更を入力装置22から行う。   In step 267, the server 10 extracts the inspection item data 322 from the inspection item master table using the interlocking condition change screen information and the interlocking destination 451 stored in the temporary storage table [interaction destination (2)] 450 as a search key. The inspection item correction screen 140 is displayed on the display device 21. The system administrator operates the inspection item correction screen 140 to change the information of the inspection item name 142 and the type / digit number 143 from the input device 22.

ステップ268にて、サーバ10は、検査項目修正画面140の内容に変更された検査項目名称142、型/桁数143を管理用端末20から受け付ける。   In step 268, the server 10 receives from the management terminal 20 the inspection item name 142 and the type / digit number 143 changed to the contents of the inspection item correction screen 140.

ステップ269にて、ステップ268で受け付けたデータを図12に示す検査項目マスタテーブルの検査項目データ321に更新する。   In step 269, the data received in step 268 is updated to inspection item data 321 in the inspection item master table shown in FIG.

ステップ270にて、一時保存テーブル[連動先(2)]450のデータ451を削除する。   In step 270, data 451 of temporary storage table [link destination (2)] 450 is deleted.

ステップ271にて、過去の検修実績データを保護する為、検修実績テーブルに実績入力領域360を追加する。   In step 271, in order to protect the past inspection result data, a result input area 360 is added to the inspection result table.

ステップ272にて、変更された検査項目と連動条件をもとに機能単位にまとめられた共通テンプレートを用いて、プログラムを自動生成する。   In step 272, a program is automatically generated using a common template grouped into functional units based on the changed inspection items and interlocking conditions.

本例では、検査項目の変更を事例として説明したが、検査項目の追加および削除、既存の既存のフロー構造や階層構造を変更する場合も、同様の処理で実行可能である。   In this example, the change of the inspection item has been described as an example. However, the addition and deletion of the inspection item, and the change of the existing existing flow structure or hierarchical structure can be executed by the same processing.

次に、ステップ203にてボタンの操作情報が「画面追加処理」を示す場合に、ステップ204に遷移した場合の手順について説明する。   Next, the procedure when the process proceeds to step 204 when the button operation information indicates “screen addition processing” in step 203 will be described.

ステップ204にて、サーバ10は、検修業務追加画面情報と画面階層マスタテーブルのデータを管理用端末20に送信し、表示装置21に検修業務追加画面110を表示させる。   In step 204, the server 10 transmits the inspection work addition screen information and the data of the screen hierarchy master table to the management terminal 20, and causes the display device 21 to display the inspection work addition screen 110.

ステップ205にて、サーバ10は、検修業務追加画面110の内容に入力された追加検修画面名称111と追加位置情報112のデータを管理用端末20から受信する。   In step 205, the server 10 receives from the management terminal 20 the data of the additional inspection screen name 111 and the additional position information 112 input to the content of the inspection work addition screen 110.

ステップ206にて、サーバ10は、ステップ206にて受け付けた追加位置情報112から、新規の業務画面が格納される階層位置より下位の階層の業務画面を全て下の階層にずらす。また、新規の画面IDを発行し、新規業務画面の階層位置を決定する。   In step 206, the server 10 shifts all the business screens in the hierarchy lower than the hierarchical position where the new business screen is stored from the additional position information 112 received in step 206 to the lower hierarchy. Also, a new screen ID is issued and the hierarchical position of the new business screen is determined.

ステップ207にて、ステップ206で処理された格納情報に基づきを画面階層マスタテーブルに格納し更新する。   In step 207, based on the storage information processed in step 206, it is stored and updated in the screen hierarchy master table.

ステップ208にて、一時保存テーブル[階層位置]410に追加した業務画面の階層位置411と画面ID412を格納したら、ステップ212に進み、以降のステップの処理を実行する。   In step 208, when the business screen hierarchy position 411 and the screen ID 412 added to the temporary storage table [hierarchy position] 410 are stored, the process proceeds to step 212, and the processing of the subsequent steps is executed.

次に、ステップ203にてボタンの操作情報が「画面削除処理」を示す場合に、ステップ225に遷移した場合の手順について説明する。   Next, the procedure when the process proceeds to step 225 when the button operation information indicates “screen deletion process” in step 203 will be described.

ステップ225にて、サーバ10は、検修業務削除画面情報と画面階層マスタテーブルのデータを管理用端末20に送信し、表示装置21に検修業務削除画面130を表示させる。   In step 225, the server 10 transmits the inspection work deletion screen information and the data of the screen hierarchy master table to the management terminal 20, and causes the display device 21 to display the inspection work deletion screen 130.

ステップ226にて、サーバ10は、検修業務削除画面130の内容に入力された削除検修画面情報131を管理用端末20から受信する。   In step 226, the server 10 receives from the management terminal 20 the deletion / repair screen information 131 input in the content of the repair work deletion screen 130.

ステップ227にて、サーバ10は、ステップ227にて受け付けた削除検修画面情報から、削除する業務画面の階層位置より下位の階層の業務画面を全て上位の階層にずらし階層位置を決定する。   In step 227, the server 10 shifts all the business screens in the lower hierarchy than the hierarchy position of the business screen to be deleted from the deletion inspection screen information received in step 227 to determine the hierarchical position.

ステップ228にて、ステップ228で決定された格納情報に基づきを画面階層マスタテーブルに格納し更新する。   In step 228, the storage information determined in step 228 is stored and updated in the screen hierarchy master table.

ステップ229にて、一時保存テーブル[階層位置]410に追加した業務画面の階層位置411と画面ID412を格納する。   In step 229, the business screen layer position 411 and screen ID 412 added to the temporary storage table [layer position] 410 are stored.

ステップ230にて、削除された業務画面の全検査項目を、一時保存テーブル[検査項目]420に格納したら、ステップ251に進み、以降のステップの処理を実行する。   When all the inspection items on the deleted business screen are stored in the temporary storage table [inspection item] 420 in step 230, the process proceeds to step 251 and the processing of the subsequent steps is executed.

以上、本発明の実施の形態について、その実施の形態に基づき具体的に説明したが、これに限定されるものではなく、その要旨を逸脱しない範囲で変更可能である。   As mentioned above, although embodiment of this invention was described concretely based on the embodiment, it is not limited to this and can be changed in the range which does not deviate from the summary.

システム構成図System Configuration 本実施形態における検修階層図Inspection hierarchy in this embodiment 本実施形態における検査項目連動図(その1)Inspection item linkage diagram in this embodiment (part 1) 本実施形態における検査項目連動図(その2)Inspection item linkage diagram in this embodiment (2) 検修業務変更メニュー画面Inspection work change menu screen 検修業務追加画面Inspection work addition screen 検修業務選択画面Inspection work selection screen 検修業務削除画面Inspection work deletion screen 検査項目修正画面Inspection item correction screen 基準値修正画面Reference value correction screen 連動条件変更画面Link condition change screen データテーブル[画面階層マスタテーブル]Data table [screen hierarchy master table] データテーブル[検査項目マスタテーブル]Data table [Inspection item master table] データテーブル[基準値マスタテーブル]Data table [reference value master table] データテーブル[連動マスタテーブル]Data table [Linked master table] データテーブル[条件マスタテーブル]Data table [Condition master table] データテーブル[検修実績テーブル]Data table [Inspection results table] 記憶装置[一時保存テーブル]Storage device [temporary storage table] 本実施形態におけるフローチャート(その1)Flowchart (1) in this embodiment 本実施形態におけるフローチャート(その2)Flowchart (2) in this embodiment

符号の説明Explanation of symbols

10 サーバ
11 制御装置
12 記憶装置
20 管理用端末
21 表示装置
22 入力装置
30 マスタDB
31 画面階層マスタテーブル
32 検査項目マスタテーブル
33 基準値マスタテーブル
34 連動マスタテーブル
35 条件マスタテーブル
40 検修実績DB
41 検修実績テーブル
10 Server 11 Control device 12 Storage device 20 Management terminal 21 Display device 22 Input device 30 Master DB
31 Screen hierarchy master table 32 Inspection item master table 33 Reference value master table 34 Interlocking master table 35 Condition master table 40 Inspection result DB
41 Inspection results table

Claims (3)

画面間で一方向に遷移する画面の階層構造を持つ業務プログラムであって、所定の階層の画面に含まれるデータ項目の値が他の階層の画面に含まれるデータ項目の値と連動する連動関係を有する業務プログラムの改変支援処理を実行するプログラム改変支援システムを用いたプログラム改変支援方法において、
前記プログラム改変支援システムは、
前記データ項目間の各々の連動関係を記憶し、
所定の階層である第1の階層に含まれる少なくとも1以上の第1のデータ項目についての修正指示情報を受信した場合に、記憶された前記連動関係に基づいて、前記第1のデータ項目と連動関係を有する少なくとも1以上の第2のデータ項目を特定し、
特定した前記第2のデータ項目を含む少なくとも1以上の第2の階層を前記連動関係に基づいて特定し、
特定した前記第2の階層のなかから、前記第1の階層に最も近い階層である第3の階層を前記連動関係に基づいて特定し、
特定した前記第3の階層に含まれるデータ項目についての修正指示を促す画面を表示させることを特徴とするプログラム改変支援方法。
A business program that has a hierarchical structure of screens that transition in one direction between screens, and the data item values included in the screens of a given layer are linked with the values of data items included in the screens of other layers In a program modification support method using a program modification support system for executing modification support processing of a business program having
The program modification support system includes:
Storing each interlocking relationship between the data items;
When correction instruction information for at least one or more first data items included in the first hierarchy that is a predetermined hierarchy is received, the modification is linked to the first data item based on the stored linkage relationship Identifying at least one or more second data items having a relationship;
Identifying at least one or more second layers including the identified second data item based on the linkage relationship;
From the identified second hierarchy, a third hierarchy that is closest to the first hierarchy is identified based on the linkage relationship,
A program modification support method, comprising: displaying a screen that prompts a correction instruction for a data item included in the identified third hierarchy.
請求項1に記載のプログラム改変支援方法において、
前記プログラム改変支援システムは、
前記第2のデータ項目を特定できなかった場合には、修正支援処理の実行を終了することを特徴とするプログラム改変支援方法。
The program modification support method according to claim 1,
The program modification support system includes:
When the second data item cannot be specified, the program modification support method ends the execution of the correction support process.
請求項1に記載のプログラム改変支援方法において、
前記プログラム改変支援システムは、
前記画面の階層構造を記憶し、
画面の追加または削除を指示する変更指示情報を受信した場合に、当該変更指示情報に基づいて、記憶された前記階層構造を変更し、変更した情報を記憶することを特徴とするプログラム改変支援方法。
The program modification support method according to claim 1,
The program modification support system includes:
Storing the hierarchical structure of the screen;
A program modification support method characterized in that, when change instruction information instructing addition or deletion of a screen is received, the stored hierarchical structure is changed based on the change instruction information, and the changed information is stored. .
JP2008225443A 2008-09-03 2008-09-03 Program alteration support system and method Pending JP2010061326A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008225443A JP2010061326A (en) 2008-09-03 2008-09-03 Program alteration support system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008225443A JP2010061326A (en) 2008-09-03 2008-09-03 Program alteration support system and method

Publications (1)

Publication Number Publication Date
JP2010061326A true JP2010061326A (en) 2010-03-18

Family

ID=42188068

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008225443A Pending JP2010061326A (en) 2008-09-03 2008-09-03 Program alteration support system and method

Country Status (1)

Country Link
JP (1) JP2010061326A (en)

Similar Documents

Publication Publication Date Title
JP6916403B2 (en) Specifying and applying logical validation rules to data
US8090677B2 (en) Method and system for altering the configuration of a data warehouse
US8387010B2 (en) Automatic software configuring system
JP2016081185A (en) Information processing device and information processing program
US20150269194A1 (en) Interactive user interface for metadata builder
US7890453B2 (en) Method and system for maintaining engineering project documentation
JP2003208501A (en) Business process definition display method and program
JP6610745B2 (en) Information processing apparatus and information processing program
JP4437470B2 (en) Command sequence creation system and method and program
JP2010061326A (en) Program alteration support system and method
US8881006B2 (en) Managing digital signatures
KR101726120B1 (en) Program editing device, program editing method and computer readable recoding medium for recording program editing program
JP2018194944A (en) Display program, display method and display device
JPWO2017043664A1 (en) Information management apparatus and file management method
JP2008117029A (en) Method for checking out invalid procedure during creation of operational work procedure, method for generating command for preventing occurrence of failure, automatic execution command generation system, and program therefor
JP2007026389A (en) Data input device
JPS6320529A (en) Knowledge acquiring system
JP4397393B2 (en) Method and apparatus for modifying modular structured messages
JPS6284337A (en) Specification information analyzing system
JP4663526B2 (en) Form creation support device, form creation support method, and form creation support program
WO2017072872A1 (en) Business program generation assistance system and business program generation assistance method
JP2000112800A (en) File history management system
JP4180099B2 (en) Recording medium recording sequence analysis program, sequence analysis apparatus, and sequence analysis method
JP2007334393A (en) Method and system for managing parts list data
JP2000148232A (en) Display image data generation system of central monitor and control equipment