JPH04324526A - Method for automatically preparing software - Google Patents
Method for automatically preparing softwareInfo
- Publication number
- JPH04324526A JPH04324526A JP12217291A JP12217291A JPH04324526A JP H04324526 A JPH04324526 A JP H04324526A JP 12217291 A JP12217291 A JP 12217291A JP 12217291 A JP12217291 A JP 12217291A JP H04324526 A JPH04324526 A JP H04324526A
- Authority
- JP
- Japan
- Prior art keywords
- parts
- information
- flowchart
- functional
- source code
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 28
- 238000012545 processing Methods 0.000 claims description 26
- 230000006870 function Effects 0.000 abstract description 7
- 230000008878 coupling Effects 0.000 abstract description 2
- 238000010168 coupling process Methods 0.000 abstract description 2
- 238000005859 coupling reaction Methods 0.000 abstract description 2
- 238000010586 diagram Methods 0.000 description 12
- 238000003780 insertion Methods 0.000 description 6
- 230000037431 insertion Effects 0.000 description 6
- 230000006854 communication Effects 0.000 description 5
- 238000004891 communication Methods 0.000 description 4
- 238000012546 transfer Methods 0.000 description 2
- 238000007599 discharging Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
Landscapes
- Stored Programmes (AREA)
Abstract
Description
【0001】0001
【産業上の利用分野】本発明は、所望の処理を実現する
ソフトウェアを、自動的に構築することのできるソフト
ウェア自動生成方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic software generation method that can automatically construct software that implements desired processing.
【0002】0002
【従来の技術】ハードウェアの動作を実現するためには
、ソフトウェアが不可欠である。ソフトウェアは、制御
しようとするハードウェアに合わせて、各種仕様やプロ
グラム言語を決定し、専任のプログラマの手作業により
生成される。例えば、ハードウェアの一つとして金融機
関等に設置される自動取引装置を挙げることができる。
自動取引装置の場合、処理内容がある程度確立されてい
るが、ユーザ毎に微妙な仕様差が生じる。自動取引装置
が実施する処理内容の例としては、入金処理、出金処理
、残高照会処理、記帳処理、振込処理等を挙げることが
できる。2. Description of the Related Art Software is essential to realize the operation of hardware. Software is generated manually by a dedicated programmer, with various specifications and programming languages determined according to the hardware to be controlled. For example, one example of hardware is an automatic transaction device installed in a financial institution or the like. In the case of automatic transaction devices, the processing contents are established to some extent, but there are subtle differences in specifications for each user. Examples of the processing contents performed by the automatic transaction device include deposit processing, withdrawal processing, balance inquiry processing, bookkeeping processing, and transfer processing.
【0003】出金処理の実行に伴い、顧客が磁気カード
や通帳等の取引媒体を自動取引装置に挿入する必要があ
る場合、磁気カードと通帳の両者の挿入を必要とするも
のとする。この場合、磁気カードの挿入を通帳の挿入に
先だち実施する仕様を要求するユーザと、通帳の挿入を
磁気カードの挿入に先立ち実施する仕様を要求するユー
ザが想定される。[0003] When a customer needs to insert a transaction medium such as a magnetic card or a bankbook into an automatic transaction device in order to perform a withdrawal process, it is assumed that both the magnetic card and the bankbook must be inserted. In this case, it is assumed that there are users who request specifications for inserting a magnetic card prior to insertion of a passbook, and users requesting specifications for inserting a passbook prior to insertion of a magnetic card.
【0004】このような仕様の異なるユーザに対応させ
て、複数のソフトウェアを生成する場合、出金処理(支
払取引)を実行するための処理の流れの中で、磁気カー
ドと通帳の挿入に関する処理の順序を変更し、それぞの
ユーザの要求に対応したソフトウェアをコーディングす
ることになる。なお、ここでは仕様の差が軽微であり、
処理手順の順番変更、更には処理手順の削除等の相違の
みで対応できるソフトウェアが実施する処理を、確立さ
れた処理(特定の処理)と呼ぶことにする。[0004] When multiple pieces of software are generated to accommodate users with different specifications, processing related to the insertion of a magnetic card and passbook in the processing flow for executing a withdrawal process (payment transaction) is necessary. This means changing the order of the software and coding the software to meet the needs of each user. Note that the differences in specifications are minor here;
Processes performed by software that can be handled only by changing the order of processing procedures or deleting processing procedures will be referred to as established processing (specific processing).
【0005】[0005]
【発明が解決しようとする課題】以上説明したように、
特定の処理の中で単純に処理の順番が異なるような仕様
の変更についても、プログラマの手作業によりソフトウ
ェアのコーディングを実施し、対応しなければならない
といった問題が生じていた。また、人手によるコーディ
ングの作業を伴うため、ソフトウェアの記述ミスや変更
ミス等のケアレスミスを招く恐れがあるという問題も生
じていた。本発明は以上の点に着目してなされたもので
、特定の処理を実現するためのソフトウェアを生成する
際、専任のプログラマによるコーディング等の手作業を
実施する必要がなく、かつケアレスミスの発生を減少す
ることのできるソフトウェア自動生成方法を提供するこ
とを目的とする。[Problem to be solved by the invention] As explained above,
Even changes in specifications, such as a simple change in the order of processing within a particular process, have resulted in problems such as the need for a programmer to manually code the software. Furthermore, since it involves manual coding work, there is a risk of careless mistakes such as mistakes in software description and changes. The present invention has been made with attention to the above points, and when generating software to implement a specific process, there is no need for manual work such as coding by a dedicated programmer, and there is no need for careless mistakes. The purpose of this invention is to provide an automatic software generation method that can reduce the amount of software generated.
【0006】[0006]
【課題を解決するための手段】本発明のソフトウェア自
動生成方法は、特定の処理を実行するように構成された
機能ブロックをソースコードと呼ぶとき、各種の前記処
理を実行する複数の前記ソースコードを用意して、何れ
かの当該ソースコードを選択して組合わせ、所定のプロ
グラムを構築する場合において、選択対象となる複数の
前記ソースプログラムと共に、当該各ソースプログラム
毎に、その処理内容を図解した複数のフローチャート部
品を用意し、前記プログラムの生成時に、複数の前記ソ
ースコードが選択されると、当該ソースコードの組合わ
せの順序で、複数の前記フローチャート部品が配列され
る。[Means for Solving the Problems] When a functional block configured to execute a specific process is called a source code, the automatic software generation method of the present invention provides a method for generating a plurality of source codes that execute various types of processes. In the case where a predetermined program is constructed by selecting and combining any of the relevant source codes by preparing a When a plurality of flowchart components are prepared, and a plurality of source codes are selected when the program is generated, the flowchart components are arranged in the order of the combination of the source codes.
【0007】[0007]
【作用】複数のフローチャート部品から構成されるフロ
ーチャート部品情報、複数の機能部品から構成される機
能部品情報、複数のソースコードから構成されるソース
コード情報を用意する。機能部品から機能を把握し、所
望の機能部品を選択する。この選択により、対応するフ
ローチャート部品が決定され、フローチャートの結合が
実施される。さらに、機能部品を特定する部品番号を選
択される度に結合し、選択完了の際、結合された部品番
号、即ち機能部品に対応するソースコードの結合を実施
する。[Operation] Flowchart part information made up of a plurality of flowchart parts, functional part information made up of a plurality of functional parts, and source code information made up of a plurality of source codes are prepared. Understand the functions from the functional parts and select the desired functional parts. Through this selection, the corresponding flowchart parts are determined and the flowcharts are combined. Further, each time a part number specifying a functional component is selected, it is combined, and when the selection is completed, the combined part number, that is, the source code corresponding to the functional part is combined.
【0008】[0008]
【実施例】図1に、本発明の概念説明図を示す。図に示
したように、予めフローチャート部品情報1(第1フロ
ーチャート部品F1〜第nフローチャート部品Fn)、
機能部品情報2(第1機能部品K1〜第n機能部品Kn
)、そしてソースコード情報3(第1ソースコードS1
〜第nソースコードSn)が用意される。DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows a conceptual diagram of the present invention. As shown in the figure, flowchart component information 1 (first flowchart component F1 to nth flowchart component Fn) in advance,
Functional component information 2 (first functional component K1 to nth functional component Kn
), and source code information 3 (first source code S1
~nth source code Sn) is prepared.
【0009】ソースコード情報3は、特定の機能を実現
するためのソースコード(ソースプログラム)から構成
されるもので、第1〜第nソースコードS1〜Snは、
それぞれ特定の機能を実現するための内容から構成され
ている。フローチャート部品情報1は、特定の機能をフ
ローチャートとして表現したイメージ情報から構成され
るもので、第1〜第nフローチャート部品F1〜Fnは
、それぞれ第1〜第nソースコードS1〜Snのフロー
チャートを示す内容から構成される。[0009] The source code information 3 is composed of source codes (source programs) for realizing specific functions, and the first to nth source codes S1 to Sn are:
Each consists of contents for realizing a specific function. The flowchart component information 1 is composed of image information expressing a specific function as a flowchart, and the first to nth flowchart components F1 to Fn indicate the flowcharts of the first to nth source codes S1 to Sn, respectively. It consists of contents.
【0010】機能部品情報2は、特定の機能の説明文を
示す文字データから構成されるもので、第1〜第n機能
部品K1〜Knは、それぞれ第1〜第nソースコードS
1〜Snの説明文を示す内容から構成されている。以上
の構成のフローチャート部品情報1、機能部品情報2及
びソースコード情報3は、係員が機能部品情報2から所
望の機能部品を選択することにより、対応するフローチ
ャート部品及びソースコードが結合されることになる。[0010] The functional component information 2 is composed of character data indicating an explanatory text of a specific function, and the first to nth functional components K1 to Kn are the first to nth source code S, respectively.
It is composed of contents showing explanatory sentences of 1 to Sn. The flowchart component information 1, functional component information 2, and source code information 3 having the above configuration are such that the corresponding flowchart component and source code are combined by the staff member selecting a desired functional component from the functional component information 2. Become.
【0011】例えば、第2機能部品K2、第n機能部品
Kn、そして第1機能部品K1の3つの部品が、順次選
択されたものとする。これに伴い、機能部品情報2から
、第2機能部品K2、第n機能部品Kn、第1機能部品
K1が順次抽出され、結合がなされる。また、フローチ
ャート部品情報1から、第2フローチャート部品F2、
第nフローチャート部品Fn、第1フローチャート部品
F1が順次抽出され、結合がなされる。For example, assume that three components, the second functional component K2, the n-th functional component Kn, and the first functional component K1, are selected in sequence. Accordingly, the second functional component K2, the n-th functional component Kn, and the first functional component K1 are sequentially extracted from the functional component information 2 and combined. Further, from the flowchart component information 1, the second flowchart component F2,
The n-th flowchart component Fn and the first flowchart component F1 are sequentially extracted and combined.
【0012】そして、ソースコード情報3から、第2ソ
ースコードS2、第nソースコードSn、そして第1ソ
ースコードS1が順次抽出され、結合がなされる。結合
された機能部品及びフローチャート部品は、図示しない
表示装置に表示され、係員は表示内容を確認の後、所望
の処理を実現する内容であるならば、コンパイル(アセ
ンブル)の指示を出し、結合されたソースコードがコン
パイル(アセンブル)される。[0012] Then, the second source code S2, the nth source code Sn, and the first source code S1 are sequentially extracted from the source code information 3 and combined. The combined functional parts and flowchart parts are displayed on a display device (not shown), and after checking the displayed contents, if the content realizes the desired process, the staff issues an instruction to compile (assemble) the combined parts. The source code is compiled (assembled).
【0013】図2は、本発明に係るハードウェア説明図
である。図は、ソフトウェアを生成するための計算機シ
ステムである。図に示すようにプロセッサ10には、表
示装置(CRT)11、キーボード(KB)12、フロ
ッピーディスク装置(FDD)13、メモリ14、通信
装置(RS−232C)15、ハードディスク装置(H
DD)16、プリンタ(PR)17が接続されている。FIG. 2 is an explanatory diagram of hardware according to the present invention. The figure shows a computer system for generating software. As shown in the figure, the processor 10 includes a display device (CRT) 11, a keyboard (KB) 12, a floppy disk device (FDD) 13, a memory 14, a communication device (RS-232C) 15, and a hard disk device (H
DD) 16 and printer (PR) 17 are connected.
【0014】プロセッサ10は、計算機システムの動作
制御を行なうもので、結合制御部10aが設けられてい
る。結合制御部10aは、先に図1において説明した機
能部品、フローチャート部品、ソースコード部品の結合
制御を行なうものである。表示装置11は、各種情報の
表示を行なうディスプレイ等から構成されるものである
。キーボード12は、各種情報の入力を行なうものであ
る。フロッピーディスク装置13は、キーボード12か
ら入力された各種情報を記憶するものである。The processor 10 controls the operation of the computer system, and is provided with a coupling control section 10a. The combination control unit 10a controls the combination of the functional components, flowchart components, and source code components described above with reference to FIG. The display device 11 is composed of a display or the like that displays various information. The keyboard 12 is used to input various information. The floppy disk device 13 stores various information input from the keyboard 12.
【0015】メモリ14は、プロセッサ10による処理
結果等を記憶するRAM等から構成されるものである。
通信装置15は、図示しない他の計算機システムとの通
信等を制御するものである。ハードディスク装置16は
、プロセッサ10の参照するプログラムやデータを記憶
するもので、フローチャート部品情報1、機能部品情報
2、ソースコード情報3が記憶されている。プリンタ1
7は、プロセッサ10による処理結果等を印刷するもの
である。[0015] The memory 14 is composed of a RAM or the like that stores processing results etc. by the processor 10. The communication device 15 controls communication with other computer systems (not shown). The hard disk device 16 stores programs and data referred to by the processor 10, and stores flowchart component information 1, functional component information 2, and source code information 3. printer 1
7 is for printing the processing results etc. by the processor 10.
【0016】図3に、ハードディスク装置16の概念図
を示す。図には、ハードディスク装置16に格納された
、支払取引部品群情報B1、入金取引部品群情報B2、
そして振込取引部品群情報Bnが示されている。支払取
引部品群情報B1は、支払取引のプログラムを生成する
際に必要な情報から構成され、例えば、先に図1におい
て説明したフローチャート部品情報1、機能部品情報2
、そしてソースコード情報3から構成される。FIG. 3 shows a conceptual diagram of the hard disk device 16. The figure shows payment transaction parts group information B1, deposit transaction parts group information B2, and
Transfer transaction parts group information Bn is also shown. The payment transaction component group information B1 is composed of information necessary for generating a payment transaction program, and includes, for example, the flowchart component information 1 and the functional component information 2 previously explained in FIG.
, and source code information 3.
【0017】そして、支払取引部品群B1内の各項目、
例えば項目P001は、第1フローチャート部品F1、
第1機能部品K1、そして第1ソースコードS1から構
成される。同様に項目P002は、第2フローチャート
部品F2、第2機能部品K2、そして第2ソースコード
S2から構成される。項目P001が選択されると、第
1フローチャート部品F1、第1機能部品K1、そして
第1ソースコードS1が選択されることになる。[0017] Each item in the payment transaction parts group B1,
For example, item P001 is the first flowchart component F1,
It is composed of a first functional component K1 and a first source code S1. Similarly, item P002 includes a second flowchart component F2, a second functional component K2, and a second source code S2. When item P001 is selected, the first flowchart component F1, the first functional component K1, and the first source code S1 are selected.
【0018】次に、図1に示した計算機システムを用い
てプログラムを生成する過程を図4以降の図面を参照し
ながら説明する。図4は、本発明に係るフローチャート
である。まず、計算機システムの係員が、キーボード1
2を操作してプログラム生成の処理の起動指示を行なう
と、プロセッサ10の結合制御部10aが起動する。Next, the process of generating a program using the computer system shown in FIG. 1 will be explained with reference to the drawings from FIG. 4 onwards. FIG. 4 is a flowchart according to the present invention. First, the person in charge of the computer system
2 to issue an instruction to start the program generation process, the connection control unit 10a of the processor 10 starts up.
【0019】結合制御部10aは、表示装置11を駆動
して、生成しようとするプログラムにより処理する取引
名称の入力を促す(ステップS1)。係員は所望の取引
、例えば支払取引の名称入力を行なうことになる(ステ
ップS2)。結合制御部10aは、入力された名称に基
づいて、プログラム生成に利用するハードディスク装置
16上の部品群、この場合、支払取引部品群B1を決定
する(ステップS3)。部品群の決定がなされると、結
合制御部10aは、支払取引部品群B1から機能部品情
報2を読出し、表示装置11に表示する(ステップS4
)。The combination control section 10a drives the display device 11 to prompt the user to input the transaction name to be processed by the program to be generated (step S1). The clerk enters the name of a desired transaction, for example a payment transaction (step S2). Based on the input name, the combination control unit 10a determines the component group on the hard disk device 16 to be used for program generation, in this case, the payment transaction component group B1 (step S3). When the parts group is determined, the combination control unit 10a reads the functional parts information 2 from the payment transaction parts group B1 and displays it on the display device 11 (step S4
).
【0020】図5に、表示装置11の表示例を示す。図
に示すように、表示装置11には、機能部品情報2の機
能部品K1〜Knを特定する部品番号P001,P00
2,P003,…と、機能部品K1〜Knの内容、即ち
説明文が表示される。係員は、説明文の内容を把握しな
がら、所望の部品番号(機能部品)を選択することにな
る(ステップS5)。さて、結合制御部10aは、機能
部品が選択されると、この選択された機能部品に対応す
るフローチャート部品を決定して、表示装置11に表示
する(ステップS6)。FIG. 5 shows a display example of the display device 11. As shown in the figure, the display device 11 displays part numbers P001 and P00 that specify the functional parts K1 to Kn of the functional part information 2.
2, P003, . . . and the contents of the functional components K1 to Kn, that is, explanatory texts are displayed. The staff member selects a desired part number (functional part) while grasping the contents of the explanatory text (step S5). Now, when a functional component is selected, the combination control unit 10a determines a flowchart component corresponding to the selected functional component and displays it on the display device 11 (step S6).
【0021】図6に、フローチャートの表示例を示す。
図に示すように、ステップS6において決定されたフロ
ーチャートは、決定された順序で順次結合(連結)され
る。この場合、ステップS6が8回実施された結果、最
初にカード挿入に係る処理を制御するフローチャート部
品が決定され、その後、暗証入力、支払金額入力、通信
処理、レシート印字、現金計数、カード返却、現金排出
に係る処理を制御するフローチャート部品の決定がなさ
れた場合を図示したものである。FIG. 6 shows a display example of a flowchart. As shown in the figure, the flowcharts determined in step S6 are sequentially combined (connected) in the determined order. In this case, as a result of step S6 being executed eight times, the flowchart component that controls the card insertion process is first determined, and then the PIN input, payment amount input, communication process, receipt printing, cash counting, card return, etc. This is a diagram illustrating a case where a flowchart component for controlling processing related to cash discharging is determined.
【0022】結合されたフローチャートは、生成中のプ
ログラムの流れを把握するために適宜表示装置11上も
しくはプリンタ17による印刷が可能である。次に、係
員がフローチャートの内容を確認すると、結合制御部1
0aは選択された機能部品に対応する中間コード(この
場合、部品番号)を結合(連結)する(ステップS7)
。The combined flowchart can be printed on the display device 11 or by the printer 17 as appropriate in order to understand the flow of the program being generated. Next, when the staff member confirms the contents of the flowchart, the connection control unit 1
0a combines (concatenates) the intermediate code (part number in this case) corresponding to the selected functional component (step S7)
.
【0023】図7に、中間コード結合の概念図を示す。
図に示すように、ステップS7における結合の処理によ
り、中間コード、即ち部品番号がステップS5において
選択された順序で、順次結合されることになる。この場
合、ステップS7が8回実施された結果、最初にカード
挿入に係る処理を制御する部品番号P001が選択され
、その後、部品番号PI001(暗証入力)、部品番号
PI002(支払金額入力)、部品番号P002(通信
処理)、部品番号P003(レシート印字)、部品番号
P004(現金計数)、部品番号P005(カード返却
)、部品番号P006(現金排出)に係る処理を制御す
る部品番号の決定がなされた場合を図示したものである
。FIG. 7 shows a conceptual diagram of intermediate code combination. As shown in the figure, by the combining process in step S7, intermediate codes, that is, part numbers are sequentially combined in the order selected in step S5. In this case, as a result of step S7 being executed eight times, part number P001 that controls card insertion processing is selected first, and then part number PI001 (PIN input), part number PI002 (payment amount input), and The part numbers that control the processes related to number P002 (communication processing), part number P003 (receipt printing), part number P004 (cash counting), part number P005 (card return), and part number P006 (cash discharge) have been determined. This diagram illustrates the case where
【0024】その後、プログラム生成処理の終了の指示
が係員によりなされたか否かの判断を行なう(ステップ
S8)。ステップS8の結果がYESの場合、ステップ
S7において結合された部品番号に対応するソースコー
ドを結合(連結)することになる(ステップS9)。Thereafter, it is determined whether the instruction to end the program generation process has been given by the staff member (step S8). If the result of step S8 is YES, the source codes corresponding to the part numbers combined in step S7 are combined (connected) (step S9).
【0025】図8に、ソースコード結合の概念図を示す
。図に示すように、ステップS9における結合の処理に
より、先にステップS7の実施により結合された中間コ
ード(部品番号)に対応する、ソースコードが順次結合
されることになる。この場合、ステップS7が8回実施
された結果、最初にカード挿入に係る処理を制御する部
品番号P001に対応するソースコードから始まり、部
品番号P006(現金排出)に対応するソースコード迄
の8つのソースコードが結合される。FIG. 8 shows a conceptual diagram of source code combination. As shown in the figure, by the combining process in step S9, the source codes corresponding to the intermediate codes (part numbers) that were previously combined in step S7 are sequentially combined. In this case, as a result of step S7 being executed eight times, the eight source codes starting from the source code corresponding to part number P001 that controls the process related to card insertion and ending with the source code corresponding to part number P006 (cash ejection) Source code is combined.
【0026】ステップS9の処理が完了すると、結合さ
れたソースコードの翻訳(アセンブル・リンク)が実施
され(ステップS10)、プログラム生成に係る処理を
終了する。なお、ステップS8の結果がNOの場合、ス
テップS4に処理が戻る。以上の説明のように、説明文
を基に、部品番号の選択を行なうことにより、所望の機
能(処理)を実現するプログラムを生成することができ
る。When the processing in step S9 is completed, the combined source codes are translated (assembled and linked) (step S10), and the processing related to program generation is completed. Note that if the result of step S8 is NO, the process returns to step S4. As described above, by selecting a part number based on the explanatory text, a program that implements a desired function (processing) can be generated.
【0027】本発明は以上の実施例に限定されない。実
施例では、金融機関の自動取引装置を制御するプログラ
ムを生成する場合を例に説明したが、制御対象となる装
置は特に限定されず、定形化された処理を実施する装置
ならばいかなるプログラムの生成にも適用できる。The present invention is not limited to the above embodiments. In the example, a case was explained in which a program was generated to control an automated transaction device of a financial institution, but the device to be controlled is not particularly limited, and any program can be used as long as the device performs standardized processing. It can also be applied to generation.
【0028】[0028]
【発明の効果】以上説明したように、説明文の内容を把
握しながら所望の部品番号を選択することにより、選択
された順序で選択された処理を実施するソースコード(
プログラム)を自動的に生成できるため、プログラムの
知識がなくとも、容易に仕様変更等に対応することがで
き、コーディング作業に伴うケアレスミス等の発生を防
止することができる。また、フローチャートも自動的に
、選択された部品番号の順序で生成がなされるため、プ
ログラム生成の進行状況及びプログラムにより実施され
る処理の全体的な流れを容易に把握することができる。Effects of the Invention As explained above, by selecting a desired part number while grasping the contents of the explanatory text, the source code (
(program) can be automatically generated, it is possible to easily respond to changes in specifications, etc., even without programming knowledge, and it is possible to prevent careless mistakes caused by coding work. Furthermore, since the flowchart is automatically generated in the order of the selected part numbers, it is possible to easily understand the progress of program generation and the overall flow of processing performed by the program.
【図1】本発明の概念説明図である。FIG. 1 is a conceptual explanatory diagram of the present invention.
【図2】本発明に係るハードウェア説明図である。FIG. 2 is an explanatory diagram of hardware according to the present invention.
【図3】ハードディスク装置の概念図である。FIG. 3 is a conceptual diagram of a hard disk device.
【図4】本発明に係るフローチャートである。FIG. 4 is a flowchart according to the present invention.
【図5】表示装置の表示例である。FIG. 5 is a display example of a display device.
【図6】フローチャートの表示例である。FIG. 6 is a display example of a flowchart.
【図7】中間コード結合の概念図である。FIG. 7 is a conceptual diagram of intermediate code combination.
【図8】ソースコード結合の概念図である。FIG. 8 is a conceptual diagram of source code combination.
1 フローチャート部品情報 2 機能部品情報 3 ソースコード情報 10 プロセッサ 10a 結合制御部 1 Flowchart parts information 2 Functional parts information 3 Source code information 10 Processor 10a Connection control section
Claims (1)
た機能ブロックをソースコードと呼ぶとき、各種の前記
処理を実行する複数の前記ソースコードを用意して、何
れかの当該ソースコードを選択して組合わせ、所定のプ
ログラムを構築する場合において、選択対象となる複数
の前記ソースプログラムと共に、当該各ソースプログラ
ム毎に、その処理内容を図解した複数のフローチャート
部品を用意し、前記プログラムの生成時に、複数の前記
ソースコードが選択されると、当該ソースコードの組合
わせの順序で、複数の前記フローチャート部品が配列さ
れることを特徴とするソフトウェア自動生成方法。Claim 1: When a functional block configured to execute a specific process is called a source code, a plurality of source codes for executing various types of processes are prepared, and any one of the source codes is selected. In the case where a predetermined program is constructed by combining a plurality of source programs to be selected, a plurality of flowchart parts illustrating the processing contents are prepared for each source program, and the program is generated. An automatic software generation method characterized in that, when a plurality of the source codes are selected, the plurality of flowchart parts are arranged in the order of the combination of the source codes.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3122172A JP2951035B2 (en) | 1991-04-24 | 1991-04-24 | Automatic Software Generation Method for Automatic Transaction Equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3122172A JP2951035B2 (en) | 1991-04-24 | 1991-04-24 | Automatic Software Generation Method for Automatic Transaction Equipment |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH04324526A true JPH04324526A (en) | 1992-11-13 |
JP2951035B2 JP2951035B2 (en) | 1999-09-20 |
Family
ID=14829358
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3122172A Expired - Fee Related JP2951035B2 (en) | 1991-04-24 | 1991-04-24 | Automatic Software Generation Method for Automatic Transaction Equipment |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2951035B2 (en) |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6073753A (en) * | 1983-09-30 | 1985-04-25 | Toshiba Corp | Runaway processing system of microprocessor |
JPS62282301A (en) * | 1985-07-12 | 1987-12-08 | Nippon Electric Ind Co Ltd | Program generating device |
-
1991
- 1991-04-24 JP JP3122172A patent/JP2951035B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6073753A (en) * | 1983-09-30 | 1985-04-25 | Toshiba Corp | Runaway processing system of microprocessor |
JPS62282301A (en) * | 1985-07-12 | 1987-12-08 | Nippon Electric Ind Co Ltd | Program generating device |
Also Published As
Publication number | Publication date |
---|---|
JP2951035B2 (en) | 1999-09-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7302683B2 (en) | Method and apparatus for controlling communications | |
US9165391B2 (en) | Receipts scanner and financial organizer | |
US4445795A (en) | Method and apparatus for merge processing in a text processing system | |
US10178248B2 (en) | Computing device for generating a document by combining content data with form data | |
JP2003271829A (en) | System for automatic bill payment and method therefor | |
US20130110656A1 (en) | Smart payment system | |
US11004158B2 (en) | Receipts scanner and financial organizer | |
JP3097744B2 (en) | Cash transaction device management system | |
JPH04324526A (en) | Method for automatically preparing software | |
JPH11296578A (en) | Accounting processor, transaction data input device, and regressive correcting method for error data | |
JPH0719311B2 (en) | Data processing device | |
JPS59177649A (en) | Data processing device | |
JP7365077B2 (en) | Product sales data processing device and program | |
AU753163B2 (en) | Method and apparatus for controlling communications | |
JP3375953B2 (en) | Screen control device | |
JP3580520B2 (en) | How to create screen specifications for customer-operated automatic machines | |
JPH0540773A (en) | Automatic transfer machine | |
JPS62245477A (en) | Input data processor | |
JP2002074412A (en) | Food ticket issuing machine and self-ordering system | |
JPH0757025A (en) | Automatic transaction device | |
JP2001291047A (en) | Slip data processor and program recording medium therefor | |
JPS61226875A (en) | Transaction processor | |
JPH11102288A (en) | Software generating method and verifying method for customer operation type automatic machine, and customer operation type automatic machine | |
JP3692061B2 (en) | Book delivery support system for library, book delivery support method for library, and computer-readable recording medium recording program | |
JPH1165830A (en) | Information processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |