JPH07152543A - Decision table input device - Google Patents

Decision table input device

Info

Publication number
JPH07152543A
JPH07152543A JP29876993A JP29876993A JPH07152543A JP H07152543 A JPH07152543 A JP H07152543A JP 29876993 A JP29876993 A JP 29876993A JP 29876993 A JP29876993 A JP 29876993A JP H07152543 A JPH07152543 A JP H07152543A
Authority
JP
Japan
Prior art keywords
instruction
decision table
definition information
input device
row
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.)
Withdrawn
Application number
JP29876993A
Other languages
Japanese (ja)
Inventor
Masahiro Kasai
正弘 笠井
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP29876993A priority Critical patent/JPH07152543A/en
Publication of JPH07152543A publication Critical patent/JPH07152543A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To ensure the uniform maintenance characteristic of a program which varies by experiences and to improve the productivity in regard of a decision table input device. CONSTITUTION:The processing instruction given to a decision table input device is processed by an instruction input means 1.1, and the type of instruction is decided by an instruction deciding means 1.2. An evolving position designating means 1.3 defines the relationship between a normal processing procedure and the definition information on a decision table to a designating instruction of the evolving position. An editing deciding means 1.4 divides the editing instructions into a normal text editing instructions, a row-based inserting instruction and a deletion editing instruction. Then a definition information input means 1.6, a row inserting means 1.7 and a row deleting means 1.8 carry out the corresponding processings respectively. Finally, a definition information output means 1.5 registers the edited definition information in a designated storing part. Furthermore a processing procedure generating means 1.9 converts the defined decision table into a text form.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はデシジョンテーブルの表
形式による入力装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an input device in the form of a decision table.

【0002】[0002]

【従来の技術】従来のデシジョンテーブル入力装置は、
任意のプログラミング記述と同じ領域に入力し、任意の
プログラミングと同様に設計している。
2. Description of the Related Art A conventional decision table input device is
Input in the same area as any programming description and design as any programming.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のプログ
ラミング記述では、デシジョンテーブルを任意のコード
として入力するだけなのでデバック等で、コーディング
トレースするときの保守性がコーダの経験度により変わ
ってくる欠点がある。
In the above-mentioned conventional programming description, since the decision table is only input as an arbitrary code, there is a drawback that the maintainability at the time of coding tracing due to debugging changes depending on the experience of the coder. is there.

【0004】[0004]

【課題を解決するための手段】本発明のデシジョンテー
ブル入力装置は、プログラムの実行を制御する条件式の
記述を格納する条件記述領域と、前記条件式の判断を格
納する判定指示領域と、前記判断結果から実行する命令
文を決定する動作指示の記述を格納する動作指示領域
と、前記動作指示により実行が制御される命令文の記述
を格納する動作領域の4つの領域からなる。
A decision table input device according to the present invention includes a conditional description area for storing a description of a conditional expression for controlling execution of a program, a determination instruction area for storing a judgment of the conditional expression, It is composed of four areas, that is, an operation instruction area that stores a description of an operation instruction that determines an instruction statement to be executed from a determination result, and an operation area that stores a description of an instruction statement whose execution is controlled by the operation instruction.

【0005】[0005]

【実施例】本発明の一実施例のフローチャートを示す図
1を参照すると、まず、処理の指示を指示入力手段1.
1で処理し、指示判定手段1.2により指示の種類を判
断する。指示の種類には、展開位置指定の指示と、編集
の指示と、終了指示との3つ指示がある。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Referring to FIG. 1 showing a flow chart of an embodiment of the present invention, first, a processing instruction is input by an instruction input means 1.
1, and the instruction determination means 1.2 determines the type of instruction. There are three types of instructions, that is, an instruction for designating a development position, an instruction for editing, and an instruction for ending.

【0006】第一の展開位置指定の指示に対しては、展
開位置指定手段1.3が、通常の処理手続きと本発明装
置によるデシジョンテーブルの定義情報の関連を定義す
る。第二の編集の指示を対しては、編集判断手段1.4
が、さらに詳細な3種類の指示情報に切り分ける。この
編集判断手段1.4により、通常のテキスト編集指示
と、ロー単位での挿入・削除の編集指示に切り分ける。
すなわち、定義情報入力手段1.6は、条件式記述領域
や判定指示領域、動作記述領域、動作指示領域でのテキ
ストの入力指示の処理を行い、また、ロー挿入手段1.
7とロー削除手段1.8は条件式記述領域と判定指示領
域、動作記述領域と動作指示領域のロー単位の編集処理
を行う。第三の終了指示に対しては、定義情報出力手段
1.5が、編集した定義情報を、指定した格納場所に登
録し、さらに処理手続き生成手段1.9が定義されたデ
シジョンテーブルをテキスト形式に変換する。
In response to the first instruction for designating the expansion position, the expansion position specifying means 1.3 defines the relation between the normal processing procedure and the definition information of the decision table by the device of the present invention. For the second editing instruction, the editing judgment means 1.4
, But further divides it into three types of detailed instruction information. This editing judgment means 1.4 divides into a normal text editing instruction and an insertion / deletion editing instruction in row units.
That is, the definition information input means 1.6 performs processing of inputting text in the conditional expression description area, the judgment instruction area, the behavioral description area, and the behavioral instruction area, and the row insertion means 1.
7 and the row deleting means 1.8 perform editing processing of the conditional expression description area and the judgment instruction area, and the behavioral description area and the behavioral instruction area in units of rows. In response to the third end instruction, the definition information output unit 1.5 registers the edited definition information in the designated storage location, and the processing procedure generation unit 1.9 defines the decision table in text format. Convert to.

【0007】次に、図2と図3を用いて、ローによる定
義情報の管理方法について説明する。図2は、本発明装
置により作成された定義情報の一例を示す。この定義情
報をロー単位に管理した場合、図3の様になる。例え
ば、第1番目のロー3.1には、条件記述領域3.1.
1判定指示領域3.1.2の情報が格納されている。ま
たロー3.1とロー3.2のロー間でつながりをそれぞ
れ持った管理方法を有している。
Next, a method of managing definition information by rows will be described with reference to FIGS. 2 and 3. FIG. 2 shows an example of definition information created by the device of the present invention. When this definition information is managed in units of rows, it becomes as shown in FIG. For example, in the first row 3.1, the condition description area 3.1.
The information of the 1 determination instruction area 3.1.2 is stored. It also has a management method that has connections between rows 3.1 and 3.2.

【0008】続いて、図3および図4を用いて、ロー挿
入手段1.7でローを挿入した場合の一例を説明する。
ロー3.1と3.2の間に新たなローを挿入すると、そ
の結果は図4のようになる。図4には、ロー4.2が挿
入され、それと同時に、条件式記述領域4.2.1と判
定指示領域4.2.2が、挿入された状態が示されてい
る。またロー削除手段1.8を機能させると、逆に、図
4のロー4.2を削除すると同時に、条件式記述領域
4.2.1と判定指示領域4.2.2が削除され、図3
の状態に戻る。
Next, an example in which a row is inserted by the row insertion means 1.7 will be described with reference to FIGS. 3 and 4.
If you insert a new row between rows 3.1 and 3.2, the result will be as in Figure 4. FIG. 4 shows a state in which row 4.2 is inserted, and at the same time, conditional expression description area 4.2.1 and determination instruction area 4.2.2 are inserted. When the row deleting means 1.8 is operated, conversely, row 4.2 in FIG. 4 is deleted, and at the same time, the conditional expression description area 4.2.1 and the judgment instruction area 4.2.2 are deleted. Three
Return to the state of.

【0009】最後に、図5を用いて、処理手続き生成手
段1.9の一例を説明する。図5は、図4のデシジョン
テーブルの定義情報から、処理手続きを生成する方法の
一例を示す。図5のフローチャートは、生成される処理
の流れを示し、図6は処理言語がCOBOLの場合の一
例である。
Finally, an example of the processing procedure generation means 1.9 will be described with reference to FIG. FIG. 5 shows an example of a method of generating a processing procedure from the definition information of the decision table of FIG. The flowchart of FIG. 5 shows the flow of the generated processing, and FIG. 6 shows an example when the processing language is COBOL.

【0010】[0010]

【発明の効果】本発明によれば、他のコーディングテキ
ストと入力領域を別にし、表形式で入力させる事によ
り、判定指示領域と動作指示領域の対応づけを行う事が
容易となり、入力時に言語の正書法を意識せずに、入力
する事が可能となる。また条件式記述領域と判定指示領
域、動作記述領域と動作指示領域のロー単位での編集処
理が可能となる。
According to the present invention, it is possible to easily associate the determination instruction area and the operation instruction area with each other by inputting them in a tabular form separately from other coding texts and the input area, and the language can be used at the time of input. It is possible to input without paying attention to the orthography of. Further, it is possible to edit the conditional expression description area and the determination instruction area, and the behavioral description area and the behavioral instruction area in units of rows.

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

【図1】本発明の一実施例を示すフローチャートであ
る。
FIG. 1 is a flowchart showing an embodiment of the present invention.

【図2】本発明の表示イメージの一例を示す図である。FIG. 2 is a diagram showing an example of a display image of the present invention.

【図3】本発明で扱う定義情報の管理情報の一例を示す
図である。
FIG. 3 is a diagram showing an example of management information of definition information handled in the present invention.

【図4】本発明におけるロー単位の挿入手段の一例を示
す図である。
FIG. 4 is a diagram showing an example of row-unit insertion means in the present invention.

【図5】本発明におけるデシジョンテーブルの生成手段
の一例を示す図である。
FIG. 5 is a diagram showing an example of a decision table generating means according to the present invention.

【図6】本発明において生成されたデシジョンテーブル
の一例を示す図である。
FIG. 6 is a diagram showing an example of a decision table generated in the present invention.

【符号の説明】[Explanation of symbols]

1.1 指示入力手段 1.2 指示判定手段 1.3 展開位置指定手段 1.4 編集判断手段 1.5 定義情報出力手段 1.6 定義情報入力手段 1.7 ロー挿入手段 1.8 ロー削除手段 1.9 処理手続き生成手段 3.1〜3.5 ロー 3.1.1〜3.5.1 条件記述領域 3.1.2〜3.5.2 判定指示領域 4.1〜4.4 ロー 4.1.1〜4.4.1 条件記述領域 4.1.2〜4.4.2 判定指示領域 1.1 Instruction Input Means 1.2 Instruction Judgment Means 1.3 Expansion Position Designation Means 1.4 Editing Judgment Means 1.5 Definition Information Output Means 1.6 Definition Information Input Means 1.7 Row Insertion Means 1.8 Row Deletes Means 1.9 Processing procedure generation means 3.1-3.5 Low 3.1.1-3.5.1 Condition description area 3.1.2-3.5.2 Judgment instruction area 4.1-4. 4 Law 4.1.1 to 4.4.1 Condition description area 4.1.2 to 4.4.2 Decision instruction area

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 プログラムの実行を制御する条件式の記
述を格納する条件記述領域と、前記条件式の判断を格納
する判定指示領域と、前記判断結果から実行する命令文
を決定する動作指示の記述を格納する動作指示領域と、
前記動作指示により実行が制御される命令文の記述を格
納する動作領域の4つの領域からなるデシジョンテーブ
ル入力装置。
1. A condition description area for storing a description of a conditional expression for controlling execution of a program, a determination instruction area for storing a determination of the conditional expression, and an operation instruction for determining a command statement to be executed from the determination result. An operation instruction area for storing the description,
A decision table input device comprising four operation areas for storing descriptions of command statements whose execution is controlled by the operation instructions.
【請求項2】 4つに分けたそれぞれの領域を、列で管
理することにより、列単位での編集を可能とした請求項
1記載のデシジョンテーブル入力装置。
2. The decision table input device according to claim 1, wherein each of the four areas is managed in columns so that editing can be performed in column units.
【請求項3】 前記デシジョンテーブルで定義した情報
を、任意の処理言語に変換する機能を有する請求項1記
載のデシジョンテーブル入力装置。
3. The decision table input device according to claim 1, which has a function of converting the information defined by the decision table into an arbitrary processing language.
JP29876993A 1993-11-30 1993-11-30 Decision table input device Withdrawn JPH07152543A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29876993A JPH07152543A (en) 1993-11-30 1993-11-30 Decision table input device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29876993A JPH07152543A (en) 1993-11-30 1993-11-30 Decision table input device

Publications (1)

Publication Number Publication Date
JPH07152543A true JPH07152543A (en) 1995-06-16

Family

ID=17863982

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29876993A Withdrawn JPH07152543A (en) 1993-11-30 1993-11-30 Decision table input device

Country Status (1)

Country Link
JP (1) JPH07152543A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109816022A (en) * 2019-01-29 2019-05-28 重庆市地理信息中心 A kind of image-recognizing method based on three decisions and CNN
CN109820479A (en) * 2019-01-08 2019-05-31 西北大学 A kind of fluorescent molecular tomography feasible zone optimization method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109820479A (en) * 2019-01-08 2019-05-31 西北大学 A kind of fluorescent molecular tomography feasible zone optimization method
CN109820479B (en) * 2019-01-08 2021-08-27 西北大学 Fluorescence molecular tomography feasible region optimization method
CN109816022A (en) * 2019-01-29 2019-05-28 重庆市地理信息中心 A kind of image-recognizing method based on three decisions and CNN

Similar Documents

Publication Publication Date Title
JPH0863346A (en) Program editing method and device therefor
US5204936A (en) Process status supervisory system
JPH07152543A (en) Decision table input device
JP2722358B2 (en) Program creation support system
JPH06110884A (en) Editing device
JPH056272A (en) Software designing device
JPH0644057A (en) Automatic programming device
Hong et al. Integrated software development environment based on CCITT/SDL for telecommunication systems
JPS62145424A (en) Program managing method
JPH0310322A (en) Logical language editor
JP2001125793A (en) Compiler system, compile method and recording medium
JPS6255731A (en) Program editing and producing device
JPH1195987A (en) Link command editor and computer-readable recording medium recording link command editor program
JPH0589103A (en) Document editing processor
JPH0528150A (en) Method and device for processing document
JPH05143545A (en) Instruction selection/execution processing system of plural instructions texts
JPH03110628A (en) Source program generating device
JPH07262253A (en) Automatic graphic generation device
JPH0816448A (en) Data deleting method for data group
JPS62145422A (en) Automatically generating method for source program
JPH05134853A (en) Program source language translating device
JP2001005703A (en) Method and system for generating text type file
JPH0242562A (en) Text editing device
JPH06309159A (en) Program automatic generator
JPH0261715A (en) Command interpreter with memory function

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20010130