JPH0490026A - Processing flow chart editing device - Google Patents
Processing flow chart editing deviceInfo
- Publication number
- JPH0490026A JPH0490026A JP20556190A JP20556190A JPH0490026A JP H0490026 A JPH0490026 A JP H0490026A JP 20556190 A JP20556190 A JP 20556190A JP 20556190 A JP20556190 A JP 20556190A JP H0490026 A JPH0490026 A JP H0490026A
- Authority
- JP
- Japan
- Prior art keywords
- language
- editing
- processing flow
- dependent information
- flow diagram
- 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
Links
- 238000012545 processing Methods 0.000 title claims abstract description 87
- 230000001419 dependent effect Effects 0.000 claims abstract description 76
- 238000010586 diagram Methods 0.000 claims description 71
- 238000000034 method Methods 0.000 description 35
- 150000003839 salts Chemical class 0.000 description 7
- 230000006870 function Effects 0.000 description 6
- 230000000694 effects Effects 0.000 description 4
- 238000012217 deletion Methods 0.000 description 2
- 230000037430 deletion Effects 0.000 description 2
- 238000003780 insertion Methods 0.000 description 2
- 230000037431 insertion Effects 0.000 description 2
- 238000012423 maintenance Methods 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
Landscapes
- Stored Programmes (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は、プログラムの処理の流れを示しプログラムの
制御構造を表現する処理フロー図を編集するための処理
フロー図編集装置に関する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a process flow diagram editing device for editing a process flow diagram that shows the process flow of a program and expresses the control structure of the program.
処理フロー図は、プログラムの設計や保守において広く
用いられている。処理フロー図としては、例えばSPD
(Structured Programming
Diagram)やHCP (Hierarchi
cal and ComPact discri
ption chart)がある。Process flow diagrams are widely used in program design and maintenance. As a processing flow diagram, for example, SPD
(Structured Programming
Diagram) and HCP (Hierarchy)
cal and Compact disc
tion chart).
第5図は、構造化プログラミングを支援する処理フロー
図の1つであるSPDの一例における制御記号を示す図
である。第5図に示すように、SPDにおいては、簡単
な縦横の線と簡単な記号とにより制御構造が表される。FIG. 5 is a diagram showing control symbols in an example of SPD, which is one of the processing flow diagrams that support structured programming. As shown in FIG. 5, in the SPD, the control structure is represented by simple vertical and horizontal lines and simple symbols.
こうした処理フロー図を編集(作成を含む)するための
支援機能を実現するものとして、処理フロー図編集装置
がある。処理フロー図編集装置によって編集された処理
フロー図は、例えば処理フロー図印刷装置を用いて印刷
されたりプログラム生成装置を用いてプログラミング言
語に変換されたりしてプログラムの開発(設計、保守お
よび製造等)に使われている。There is a process flow diagram editing device that realizes a support function for editing (including creating) such a process flow diagram. The processing flow diagram edited by the processing flow diagram editing device is printed using a processing flow diagram printing device, or converted into a programming language using a program generation device, and is used for program development (design, maintenance, manufacturing, etc.). ) is used in
元来、処理フロー図はプログラミング言語からは独立し
た記法によって記述されるものがほとんどであったが、
処理フロー図編集装置によって編集されて上述のような
使われ方をする処理フロー図の場合には、プログラミン
グ言語に依存した記法が導入されたりプログラミング言
語に依存した構造チエツクが行われたりすることが一般
的となりつつある。Originally, most process flow diagrams were described using notations independent of programming languages, but
In the case of a processing flow diagram edited by a processing flow diagram editing device and used in the manner described above, programming language-dependent notations may be introduced or programming language-dependent structure checks may be performed. It is becoming common.
プログラミング言語に依存した記法の例としては、構造
をより明確に表現するためのキーワードに関する記法が
挙げられる。例えば、多分岐構造を表現するためのキー
ワードに関して、プログラミング言語C0BOLでは、
条件文のキーワードとしてCASEが用いられ、状態が
一致した場合の分岐先のキーワードとしてOFが用いら
れ、致する状態がない場合の分岐先のキーワードとして
0THERが用いられる。これに対して、プログラミン
グ言語Cでは、条件文のキーワードとしてS W I
T CHが用いられ、状態が一致した場合の分岐先のキ
ーワードとしてCASEが用いられ、一致する状態がな
い場合の分岐先のキーワードとしてDEFAULTが用
いられる。An example of a notation that depends on the programming language is a notation regarding keywords to express the structure more clearly. For example, regarding keywords to express multi-branched structures, in the programming language C0BOL,
CASE is used as the keyword of the conditional statement, OF is used as the keyword of the branch destination when the states match, and 0THER is used as the keyword of the branch destination when there is no matching state. On the other hand, in the programming language C, S W I is used as a keyword in a conditional statement.
TCH is used, CASE is used as the branch destination keyword when the states match, and DEFAULT is used as the branch destination keyword when there is no matching state.
また、プログラミング言語に依存した構造チエツクの例
としては、手続き部の出現位置に関する制約のチエツク
がある。例えば、プログラミング言語Cにおける二分岐
構造では、条件文のキーワードが(Fであり状態が一致
した場合の分岐先のキーワードTHENと一致しない場
合の分岐先のキーワードELSEとを持つ手続き部が用
いられるが、THENとELSEとはこの順番に出現し
なければならずELSEはなくてもよいがT HENの
ないELSEがあってはいけないという制約がある。こ
うした制約のチエツク等の構造チエツクはプログラミン
グ言語に依存したものとなる。An example of a structure check that depends on the programming language is a check for constraints regarding the appearance position of the procedure division. For example, in a two-branch structure in programming language C, a procedure division is used in which the keyword of the conditional statement is (F) and the keyword THEN is the branch destination when the states match, and the keyword ELSE is the branch destination when the states do not match. , THEN and ELSE must appear in this order, and ELSE can be omitted, but there is a restriction that there cannot be an ELSE without THEN. Structure checks such as checking for these restrictions depend on the programming language. It becomes what it is.
ここで、構造チエツクについて説明を加える。Here, we will add an explanation about the structure check.
一般に、処理フロー図の編集は、挿入や削除といった編
集の内容を示す編集種別、処理フロー図上で処理の内容
を表すテンプレートの種類を示すテンプレート種別(テ
ンプレート名)および処理フロー図上のどの位置に対し
て編集を行うのかを示す編集位置の3種類の情報が指示
されることによって行われる。これらの情報が指示され
ると、編集によって処理フロー図の構造が壊されること
がないかどうかを調べるために、編集後の構造が正しい
か否かをチエツクする構造チエツクが行われる。この構
造チエツクで編集後の構造が正しいと判定された場合に
限り実際の編集処理が行われる。In general, when editing a processing flow diagram, the editing type indicates the editing content such as insertion or deletion, the template type (template name) indicates the type of template that represents the processing content on the processing flow diagram, and the position on the processing flow diagram. This is done by specifying three types of information, including the editing position, which indicates whether the editing is to be performed. When these pieces of information are specified, a structure check is performed to check whether the edited structure is correct in order to check whether the structure of the processing flow diagram will be destroyed by editing. Actual editing processing is performed only when the structure check determines that the edited structure is correct.
第6図は、従来の処理フロー図編集装置の一例によって
行われる構造チエツクおよび編集処理等を示す流れ図で
ある。FIG. 6 is a flowchart showing structure checking and editing processing performed by an example of a conventional processing flowchart editing device.
上述したように処理フロー図編集装置により編集される
処理フロー図はプログラミング言語に依存したものにな
るので、処理フロー図編集装置における構造チエツクや
実際の編集処理はそれぞれプログラミング言語に依存し
た処理となる。As mentioned above, the processing flow diagram edited by the processing flow diagram editing device depends on the programming language, so the structure check and actual editing processing in the processing flow diagram editing device depend on the programming language. .
従来の処理フロー図編集装置では、このようなプログラ
ミング言語に依存した処理がその処理フロー図編集装置
を実現するためのソフトウェア中の各部分に分散的に記
述されていた。In a conventional processing flow diagram editing device, such programming language-dependent processing is described in a distributed manner in each part of the software for realizing the processing flow diagram editing device.
上述した従来の処理フロー図編集装置では、プログラミ
ング言語に依存した処理がその処理フロー図編集装置を
実現するためのソフトウェア中の各部分に分散的に記述
されているので、その処理フロー図編集装置が対象とし
ているプログラミング言語(以下、対象言語という)を
変更するときに、その処理フロー図編集装置を実現する
ためのソフトウェア全体を変更する必要が生じ、その変
更のコストや労力が大きくなるという欠点がある。In the conventional processing flow diagram editing device described above, processing that depends on the programming language is described in a distributed manner in each part of the software for realizing the processing flow diagram editing device. When changing the target programming language (hereinafter referred to as the target language), it becomes necessary to change the entire software for realizing the processing flow diagram editing device, and the disadvantage is that the cost and labor of the change becomes large. There is.
本発明の目的は、上述の点に鑑み、プログラミング言語
に依存した部分を依存しない部分がら分離することによ
り、対象言語を変更するときにも限られた部分にのみ手
を加えるだけで対応することができる処理フロー図編集
装置を提供することにある。In view of the above-mentioned points, an object of the present invention is to separate parts that depend on a programming language from parts that do not depend on a programming language, so that even when changing the target language, it is possible to cope with the change by only modifying a limited part. An object of the present invention is to provide a processing flow diagram editing device that can perform the following steps.
本発明の処理フロー図編集装置は、処理フロー図の編集
を行う際に必要となる言語依存情報を管理する言語依存
情報管理手段と、この言語依存情報管理手段に問い合わ
せを行うことによって処理フロー図の編集に必要な言語
依存情報を取り出す言語依存情報取り出し手段と、この
言語依存情報取り出し手段を介して取得した言語依存情
報に基づいて処理フロー図の編集を行う処理フロー図編
集手段とを有する。The processing flow diagram editing device of the present invention includes a language dependent information management means for managing language dependent information required when editing a processing flow diagram, and a processing flow diagram that can be edited by making an inquiry to this language dependent information management means. The language-dependent information retrieving means extracts language-dependent information necessary for editing the language-dependent information, and the processing flow diagram editing means edits the processing flow diagram based on the language-dependent information acquired through the language-dependent information retrieving means.
本発明の処理フロー図編集装置では、言語依存情報管理
手段が処理フロー図の編集を行う際に必要となる言語依
存情報を管理し、言語依存情報取り出し手段が言語依存
情報管理手段に問い合わせを行うことによって処理フロ
ー図の編集に必要な言語依存情報を取り出し、処理フロ
ー図編集手段が言語依存情報取り出し手段を介して取得
した言語依存情報に基づいて処理フロー図の編集を行う
。In the processing flow diagram editing device of the present invention, the language dependent information management means manages the language dependent information required when editing the processing flow diagram, and the language dependent information retrieval means makes inquiries to the language dependent information management means. By doing so, the language dependent information necessary for editing the processing flow diagram is extracted, and the processing flow diagram editing means edits the processing flow diagram based on the language dependent information acquired via the language dependent information retrieving means.
次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.
第1図は、本発明の処理フロー図編集装置の一実施例の
構成を示すブロック図である0本実施例の処理フロー図
編集装置は、対象言語に依存しない言語独立部11と、
対象言語に依存する言語依存部14とを含んで構成され
ている。FIG. 1 is a block diagram showing the configuration of an embodiment of the processing flow diagram editing device of the present invention. The processing flow diagram editing device of this embodiment includes a language independent section 11 that does not depend on the target language;
It is configured to include a language dependent section 14 that depends on the target language.
言語独立部11は、構造チエツクおよび実際の編集処理
等を行う処理フロー図編集手段12と、言語依存部14
で管理されている言語依存情報(構造チエツクおよび実
際の編集処理等で必要となる対象言語に依存した情報)
を取り出す言語依存情報取り出し手段13とを含んで構
成されている。The language independent section 11 includes a processing flow diagram editing means 12 that performs structure checking and actual editing processing, and a language dependent section 14.
Language-dependent information managed by (information dependent on the target language required for structure checks and actual editing processing, etc.)
language-dependent information retrieval means 13 for retrieving the language-dependent information.
言語依存部14は、対象言語特有の情報である言語依存
情報を格納し管理する言語依存情報管理手段15を含ん
で構成されている。The language dependent unit 14 is configured to include a language dependent information management means 15 that stores and manages language dependent information that is information specific to the target language.
第2図は、処理フロー図編集手段12の処理を示す流れ
図である。この処理は、テンプレートID (IDen
tif 1cation)取得ステップ21と、構造チ
エツク手続き取得ステップ22と、構造チエツクステッ
プ23と、編集情報取得ステップ24と、編集処理ステ
ップ25と、エラー処理ステップ26とからなる。FIG. 2 is a flowchart showing the processing of the processing flowchart editing means 12. This process uses the template ID (IDen
tif 1cation) acquisition step 21, structure check procedure acquisition step 22, structure check step 23, editing information acquisition step 24, editing processing step 25, and error processing step 26.
第3図は、言語依存情報取り出し手段13によって行わ
れるテンプレートID、l!:編集種別とから構造チエ
ツク手続きを取り出す処理を示す流れ図である。この処
理は、最大値設定ステップ31と、i設定ステップ32
と、1判定ステップ33と、エラー処理ステップ34と
、i番目内容取り出しステップ35と、テンプレートI
D判定ステップ36と、1tJO算ステツプ37と、構
造チエツク手続き返却ステップ38とからなる。FIG. 3 shows the template ID, l!, performed by the language dependent information retrieval means 13. : is a flowchart showing the process of extracting the structure check procedure from the edit type. This process includes a maximum value setting step 31 and an i setting step 32.
, 1 judgment step 33, error processing step 34, i-th content extraction step 35, template I
It consists of a D determination step 36, an 1tJO calculation step 37, and a structure check procedure return step 38.
第4図は、プログラミング言語Cが対象言語である場合
の言語依存情報管理手段15によって管理される言語依
存情報の例を示す図である。この言語依存情報は表によ
り管理されており、この表はテンプレートの数だけの行
(インデックス)数を持つ。各行には、テンプレート名
、テンプレートID、構造チエツク手続きおよび編集情
報く形状等を示す編集に必要な情報)が格納されている
。FIG. 4 is a diagram showing an example of language dependent information managed by the language dependent information management means 15 when programming language C is the target language. This language-dependent information is managed by a table, and this table has the same number of rows (indexes) as the number of templates. Each row stores a template name, template ID, structure check procedure, editing information (information necessary for editing indicating shape, etc.).
こうした言語依存情報の管理方法としては、表を用いる
方法以外にも例えばリスト構造や木構造を用いる方法が
ある。As methods for managing such language-dependent information, in addition to methods using tables, there are methods using, for example, list structures or tree structures.
テンプレート塩は、処理フロー図編集装置を用いる作業
者がテンプレートの種類を指定するための外部名であり
、例えばコマンドやメニューという形で提示される。テ
ンプレート塩は必ずしも文字列である必要はなく、メニ
ューに表示する図形等の情報であっても構わない。The template salt is an external name used by an operator using the processing flow diagram editing device to specify the type of template, and is presented in the form of a command or menu, for example. The template salt does not necessarily have to be a character string, and may be information such as a graphic to be displayed on a menu.
一方、テンプレートIDは、テンプレート塩と1対1に
対応付けられた内部上であり、内部処理しやすいように
通常は連続した整数値等の値が割り当てられる。テンプ
レートIDが作業者にとって十分に分かりやすいもので
あれば、テンプレート塩とテンプレートIDとは同一で
あってもよいが、異なることが一般的である。On the other hand, the template ID has an internal one-to-one correspondence with the template salt, and is usually assigned continuous integer values or the like to facilitate internal processing. The template salt and template ID may be the same as long as the template ID is sufficiently easy to understand for the operator, but generally they are different.
構造チエツク手続きをデータとして持つための方法は様
々あるが、例えば各構造チエツクを行うためのプログラ
ム(手続き)へのポインタを保持する方法がある(この
方法が用いられることは多く、本実施例においてもこの
方法によるものとする)。There are various methods for holding structure check procedures as data, but for example, there is a method of holding pointers to programs (procedures) for performing each structure check (this method is often used, and in this example, (This method shall also be used.)
なお、第4図中の編集情報で分かるように、本実施例に
おける編集対象の処理フロー図はSPDであるものとす
る。As can be seen from the editing information in FIG. 4, it is assumed that the processing flow diagram to be edited in this embodiment is SPD.
次に、このように構成された本実施例の処理フロー図編
集装置の動作について説明する。Next, the operation of the processing flow diagram editing apparatus of this embodiment configured as described above will be explained.
処理フロー図の編集が行われる際には、編集種別、テン
プレート塩および編集位置の3種類の情報が与えられる
。When editing a processing flow diagram, three types of information are given: editing type, template salt, and editing position.
言語独立部11内の処理フロー図編集手段12は、上述
の3種類の情報中の編集種別から行うべき編集内容(挿
入や削除等)を判断した後に、以下に示すような処理を
行う(第2図参照)。After determining the editing content (insertion, deletion, etc.) to be performed from the editing types among the three types of information mentioned above, the processing flow diagram editing means 12 in the language independent section 11 performs the following processing (first (See Figure 2).
言語依存情報取り出し手段13を用いて、上述の3種類
の情報中のテンプレート塩に基づき、言語依存情報管理
手段15に管理されている内部上としてのテンプレート
IDを得る(ステップ21)。Using the language-dependent information retrieval means 13, an internal template ID managed by the language-dependent information management means 15 is obtained based on the template salts among the three types of information mentioned above (step 21).
次に、編集後の構造チエツクを行うために、テンプレー
トIDと編集種別とをキーとして言語依存情報取り出し
手段13を介して所定の構造チエツクを行うための構造
チエツク手続きを言語依存情報管理手段15から取得す
る(ステップ22)。Next, in order to perform a structure check after editing, a structure check procedure for performing a predetermined structure check is sent from the language dependent information management means 15 via the language dependent information retrieval means 13 using the template ID and the editing type as keys. Obtain (step 22).
この構造チエツク手続きを用いて、構造チエツクを行い
(構造チエツクでは上述の3種類の情報中の編集位置が
用いられる)、編集後に正しい構造になるか否かを判定
する(ステップ23)。Using this structure check procedure, a structure check is performed (in the structure check, the edit position among the three types of information mentioned above is used), and it is determined whether the structure is correct after editing (step 23).
構造チエツクによって編集後の構造が正しいことが分か
ると、実際の編集処理を行うために、テンプレートID
と編集種別とをキーとして言語依存情報取り出し手段1
3を介して所定の編集処理に必要な編集情報を言語依存
情報管理手段15から取得しくステップ24)、その編
集情報を用いて実際の編集処理を行う(編集処理では編
集位置の情報が用いられる) (ステップ25)。When the structure check shows that the edited structure is correct, the template ID is used to perform the actual editing process.
Language-dependent information retrieval means 1 using and editing type as keys
The editing information necessary for the predetermined editing process is acquired from the language-dependent information management means 15 via step 3 (step 24), and the editing information is used to perform the actual editing process (the editing process uses information on the editing position. ) (Step 25).
ステップ23の構造チエツクによって編集後の構造が正
しくないことが分かると、エラーメツセージの表示等の
エラー処理を行う(ステップ26)。If the structure check in step 23 reveals that the edited structure is incorrect, error processing such as displaying an error message is performed (step 26).
言語独立部11内の言語依存情報取り出し手段I3は、
以下の機能を提供する。The language-dependent information retrieval means I3 in the language-independent section 11 includes:
Provides the following functions.
■ 処理フロー図編集手段12から与えられたテンプレ
ート塩に対応するテンプレートIDを、言語依存情報管
理手段15から取得して処理フロー図編集手段12に返
す。(2) Acquire the template ID corresponding to the template salt given from the processing flow diagram editing means 12 from the language dependent information management means 15 and return it to the processing flow diagram editing means 12;
■ 処理フロー図編集手段12から与えられたテンプレ
ートIDと編集種別とに対応する構造チエツク手続きを
、言語依存情報管理手段15から取得して処理フロー図
編集手段12に返す。(2) A structure check procedure corresponding to the template ID and editing type given from the processing flow diagram editing means 12 is acquired from the language dependent information management means 15 and returned to the processing flow diagram editing means 12.
■ 処理フロー図編集手段12から与えられたテンプレ
ートIDと編集種別とに対応する編集情報を、言語依存
情報管理手段15から取得して処理フロー図編集手段1
2に返す。■ Editing information corresponding to the template ID and editing type given from the processing flow diagram editing means 12 is acquired from the language dependent information management means 15, and the processing flow diagram editing means 1
Return to 2.
これら3つの機能は、はとんど同様のアルゴリズムの処
理で実現される。したがって、3つの機能を代表して■
の処理のみを以下に説明する。These three functions are realized by processing using almost the same algorithm. Therefore, on behalf of the three functions, ■
Only the processing will be explained below.
言語依存情報問い合わせ手段13は、上述の■の処理の
ために以下に示すような処理を行う(第3図参照)。The language dependent information inquiry means 13 performs the following processing for the above-mentioned process (2) (see FIG. 3).
まず、管理されているテンプレートの個数を言語依存情
報管理手段15に対して問い合わせ、その個数を最大値
として設定する(ステップ31)。First, the language dependent information management means 15 is inquired about the number of templates being managed, and the number is set as the maximum value (step 31).
次に、カウンタiの値を1に設定しくステップ32)、
カウンタiの値が最大値以下か否かを判定する(ステッ
プ33)。Next, set the value of counter i to 1 (step 32),
It is determined whether the value of counter i is less than or equal to the maximum value (step 33).
カウンタjの値が最大値よりも大きい場合には、エラー
処理を行う (ステップ34)。If the value of counter j is greater than the maximum value, error handling is performed (step 34).
カウンタiの値が最大値以下の場合には、言語依存情報
管理手段15に管理されている言語依存情報中のi番目
の内容(行)を取り出しくステップ35)、その行中の
テンプレートIDが指定テンプレート■D(処理フロー
図編集手段12から与えられたテンプレートID)と等
しいか否かを判定する(ステップ36)。If the value of the counter i is less than or equal to the maximum value, step 35) of extracting the i-th content (line) in the language dependent information managed by the language dependent information management means 15, the template ID in that line is It is determined whether it is equal to the designated template ■D (template ID given from the processing flow diagram editing means 12) (step 36).
ステップ36で両者が異なると判定した場合には、カウ
ンタ1の値に1を加えて(ステップ37)、ステップ3
3の判定に制御を戻す。If it is determined in step 36 that the two are different, 1 is added to the value of counter 1 (step 37), and step 3
Control is returned to judgment 3.
ステップ36で両者が等しいと判定した場合には、指定
編集種別(処理フロー図編集手段12から与えられた編
集種別)に対応する構造チエツク手続きをステップ35
で取り出した行の中から探してその構造チエツク手続き
を処理フロー図編集手段12に返す(ステップ38)。If it is determined in step 36 that the two are equal, the structure check procedure corresponding to the specified editing type (editing type given from the processing flow diagram editing means 12) is executed in step 35.
The structure check procedure is searched among the lines extracted in step 38 and returned to the processing flow diagram editing means 12 (step 38).
言語依存部14内の言語依存情報管理手段15は、言語
依存情報をテンプレート毎に管理しく上述したように、
本実施例ではこれらの言語依存情報は第4図に示すよう
な表(テンプレート毎に行が設けられている表)として
管理されている)、以下の機能を提供する。The language dependent information management means 15 in the language dependent section 14 manages language dependent information for each template, as described above.
In this embodiment, this language-dependent information is managed as a table as shown in FIG. 4 (a table in which a row is provided for each template), and provides the following functions.
■ 言語依存情報取り出し手段13からの問い合わせに
対して、管理しているテンプレートの個数(表の大きさ
)を返す。■ In response to an inquiry from the language-dependent information retrieval means 13, the number of managed templates (size of table) is returned.
■ 言語依存情報取り出し手段13からの問い合わせで
指定された行の情報(1行文の言語依存情報。第3図中
のステップ35で取り出される「i番目の内容」に相当
する情報)を言語依存情報取り出し手段13に返す。■ The information on the line specified by the inquiry from the language-dependent information retrieval means 13 (language-dependent information of one line sentence; information corresponding to the "i-th content" retrieved in step 35 in FIG. 3) is used as language-dependent information. It is returned to the take-out means 13.
以上説明したように本発明は、言語依存情報管理手段の
みを変更することによって異なった対象言語に対応する
処理フロー図編集装置への変更を可能にすることにより
、従来の処理フロー図編集装置と比較して少ないコスト
や労力で対象言語の変更に対処することができるという
効果がある。As explained above, the present invention enables the processing flow diagram editing device to be changed to correspond to a different target language by changing only the language-dependent information management means, thereby making it different from the conventional processing flow diagram editing device. This has the effect of making it possible to change the target language with relatively little cost and effort.
また、処理フロー図編集手段の機能を変更する場合に、
少ないコストや労力で複数の対象言語の処理フロー図編
集装置にその変更を反映することが可能になるという効
果もある。Also, when changing the function of the processing flow diagram editing means,
Another effect is that the changes can be reflected in processing flow diagram editing devices for multiple target languages with less cost and effort.
第1図は本発明の一実施例の構成を示すブロック図、
第2図は第1図中の処理フロー図編集手段の処理を示す
流れ図、
第3図は第1図中の言語依存情報取り出し手段の処理を
示す流れ図、
第4図は第1図中の言語依存情報管理手段により管理さ
れている言語依存情報の例を示す図、第5回はSPDの
一例における制御記号を示す図、
第6図は従来の処理フロー図編集装置の一例の処理を示
す流れ図である。
図において、
11・・・言語独立部、
12・・・処理フロー図編集手段、
13・・・言語依存情報取り出し手段、14・・・言語
依存部、
15・・・言語依存情報管理手段である。
第2図FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, FIG. 2 is a flowchart showing the processing of the processing flow diagram editing means in FIG. 1, and FIG. 3 is a language-dependent information retrieval diagram in FIG. Flowchart showing the processing of the means; FIG. 4 is a diagram showing an example of language dependent information managed by the language dependent information management means in FIG. 1; Part 5 is a diagram showing control symbols in an example of SPD; FIG. 6 is a flowchart showing the processing of an example of a conventional processing flowchart editing device. In the figure, 11...Language independent part, 12...Processing flow diagram editing means, 13...Language dependent information retrieval means, 14...Language dependent part, 15...Language dependent information management means . Figure 2
Claims (1)
を管理する言語依存情報管理手段と、この言語依存情報
管理手段に問い合わせを行うことによって処理フロー図
の編集に必要な言語依存情報を取り出す言語依存情報取
り出し手段と、この言語依存情報取り出し手段を介して
取得した言語依存情報に基づいて処理フロー図の編集を
行う処理フロー図編集手段と を有することを特徴とする処理フロー図編集装置。[Claims] Language-dependent information management means for managing language-dependent information required when editing a processing flow diagram; The present invention is characterized by comprising a language-dependent information retrieval means for retrieving language-dependent information, and a processing flow diagram editing means for editing a processing flow diagram based on the language-dependent information acquired through the language-dependent information retrieval means. Processing flow diagram editing device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP20556190A JPH0490026A (en) | 1990-08-02 | 1990-08-02 | Processing flow chart editing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP20556190A JPH0490026A (en) | 1990-08-02 | 1990-08-02 | Processing flow chart editing device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0490026A true JPH0490026A (en) | 1992-03-24 |
Family
ID=16508935
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP20556190A Pending JPH0490026A (en) | 1990-08-02 | 1990-08-02 | Processing flow chart editing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0490026A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
SG80592A1 (en) * | 1998-05-07 | 2001-05-22 | Panasonic Singapore Lab Pte Lt | Graphical microcontroller software development system flow chart engine |
-
1990
- 1990-08-02 JP JP20556190A patent/JPH0490026A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
SG80592A1 (en) * | 1998-05-07 | 2001-05-22 | Panasonic Singapore Lab Pte Lt | Graphical microcontroller software development system flow chart engine |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2000148461A (en) | Software model and existing source code synchronizing method and device | |
US5289376A (en) | Apparatus for displaying dictionary information in dictionary and apparatus for editing the dictionary by using the above apparatus | |
US20040267401A1 (en) | Engineering drawing data extraction software | |
CN108766513B (en) | Intelligent health medical data structured processing system | |
EP0575066A2 (en) | Error handling in a state-free system | |
JP2005173999A (en) | Device, system and method for searching electronic file, program, and recording media | |
JPH0490026A (en) | Processing flow chart editing device | |
JPS63288357A (en) | Data editing system | |
Hong et al. | Integrated software development environment based on CCITT/SDL for telecommunication systems | |
JPH10171784A (en) | Device for preparing document | |
JP2002169692A (en) | Specification creating program and computer readable medium stored with the program | |
JP3034264B2 (en) | Software component display device | |
JPH05128186A (en) | Part number integrated modification processing system for circuit diagram | |
JP2692196B2 (en) | Test data editing method | |
JP3337717B2 (en) | Database processing device and database processing method | |
JPH07319874A (en) | Document processor | |
JPH04167123A (en) | Mixed data processing system | |
JPH04373020A (en) | Function correspondence table preparing device | |
JP2003281195A (en) | Hierarchical diagram creating method and cad system using the creating method | |
JP2003271384A (en) | Software specification managing method and software specification managing device and its program | |
JPH01261726A (en) | System for editing state transition information | |
JP2002288231A (en) | Cad drawing data processing system and data processing method | |
JPH05143303A (en) | Fetching system for program information | |
JPH04316119A (en) | System for automating preparation of manual | |
JPH0628160A (en) | Method and device for processing program configuration information |