JPH09179730A - Pattern generation device - Google Patents
Pattern generation deviceInfo
- Publication number
- JPH09179730A JPH09179730A JP33950395A JP33950395A JPH09179730A JP H09179730 A JPH09179730 A JP H09179730A JP 33950395 A JP33950395 A JP 33950395A JP 33950395 A JP33950395 A JP 33950395A JP H09179730 A JPH09179730 A JP H09179730A
- Authority
- JP
- Japan
- Prior art keywords
- pattern
- file
- component
- configuration
- screen
- 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
Landscapes
- Stored Programmes (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明はパターン作成装置に
関し、特にパターンを利用して、プログラム開発を行う
場合のパターンの作成において、パターン部品ファイル
を利用することにより、複数のプログラムに出現するパ
ターン記述を共有化し、パターン全体の作成量を削減
し、作成されたパターンの信頼性、保守性の向上を可能
とするパターン作成装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a pattern creating apparatus, and more particularly to a pattern description that appears in a plurality of programs by using a pattern component file in creating a pattern when a program is developed using the pattern. The present invention relates to a pattern creating apparatus that enables sharing of a pattern, reduces the amount of creation of the entire pattern, and improves reliability and maintainability of the created pattern.
【0002】[0002]
【従来の技術】従来、パターンを作成するために利用者
は、照合、更新などの処理の骨格となる部分をどのよう
な処理にするかを検討する。さらに利用者は、検討した
処理の骨格となる部分に必要となるファイル、データの
決定を行う。そして、検討したパターンを作成するため
には、テキストエディタを使用してすべての記述を入力
して作成していた。2. Description of the Related Art Conventionally, in order to create a pattern, a user considers what kind of processing is to be performed as a skeleton of processing such as matching and updating. Furthermore, the user determines the files and data required for the part that will be the skeleton of the examined process. Then, in order to create the considered pattern, a text editor was used to input all the descriptions.
【0003】[0003]
【発明が解決しようとする課題】そのため、上述した従
来のパターン作成では、同一あるいは、類似した記述を
含むパターンが多数存在したり、作成する人により、パ
ターンが異なり、他の人による保守効率が低減するとい
った問題があった。Therefore, in the above-described conventional pattern creation, there are a large number of patterns including the same or similar description, the pattern differs depending on the creator, and the maintenance efficiency by other people is high. There was a problem of reduction.
【0004】[0004]
【課題を解決するための手段】本発明のパターン作成装
置は、共有化するパターンの一部分を格納したパターン
部品ファイルを作成するパターン部品編集部と、パター
ン部品ファイルを引用したパターン構成を作成するパタ
ーン構成編集部と、パターン構成ファイルに設定されて
いる情報に従い、パターン部品ファイルの内容を取り込
み、パターンソースファイルを作成するパターン結合部
とを備えて構成されている。A pattern creating apparatus according to the present invention comprises a pattern part editing section for creating a pattern part file storing a part of a pattern to be shared, and a pattern for creating a pattern configuration quoting the pattern part file. It is configured to include a configuration editing unit and a pattern combination unit that takes in the contents of the pattern component file and creates a pattern source file according to the information set in the pattern configuration file.
【0005】[0005]
【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。Next, embodiments of the present invention will be described with reference to the drawings.
【0006】図1は本発明のパターン作成装置の一実施
の形態を示す構成図である。FIG. 1 is a block diagram showing an embodiment of a pattern forming apparatus of the present invention.
【0007】図1に示すパターン作成装置の実施の形態
は、共有化するパターンの一部分の記述を格納したパタ
ーン部品ファイル1、パターン構成を格納するパターン
構成ファイル2、パターン部品の内容を画面7に表示
し、画面7から入力されたパターン部品の内容をパター
ン部品ファイル1に出力を行うパターン部品編集部3、
パターン構成の内容を画面7に表示し、画面7から入力
されたパターン構成の内容をパターン構成ファイル2に
出力を行うパターン構成編集部4、パターン構成ファイ
ル2に設定されている情報に従い、パターン部品ファイ
ル1の内容を取り込み、パターンを作成するパターン結
合部5、パターン結合部5によって作成されたパターン
を格納しているパターンソースファイル6から構成され
ている。In the embodiment of the pattern creating apparatus shown in FIG. 1, a pattern part file 1 storing a description of a part of a pattern to be shared, a pattern structure file 2 storing a pattern structure, and the contents of the pattern part are displayed on a screen 7. A pattern component editing unit 3 that displays and outputs the content of the pattern component input from the screen 7 to the pattern component file 1.
The pattern configuration is displayed on the screen 7, and the pattern configuration input from the screen 7 is output to the pattern configuration file 2 according to the pattern configuration editing unit 4 and the information set in the pattern configuration file 2. It is composed of a pattern combining unit 5 that takes in the contents of the file 1 and creates a pattern, and a pattern source file 6 that stores the pattern created by the pattern combining unit 5.
【0008】次に、図1に示すパターン作成装置の動作
の形態について、図2、図3および図4を参照して詳細
に説明する。Next, a mode of operation of the pattern forming apparatus shown in FIG. 1 will be described in detail with reference to FIGS. 2, 3 and 4.
【0009】図2は本発明のパターン部品ファイルの作
成の一実施の形態を示す流れ図、図3は本発明のパター
ン構成ファイルの編集の一実施の形態を示す流れ図、そ
して図4は本発明のパターンソースファイルの作成の一
実施の形態を示す流れ図である。FIG. 2 is a flow chart showing an embodiment of creating a pattern part file of the present invention, FIG. 3 is a flow chart showing an embodiment of editing a pattern configuration file of the present invention, and FIG. 4 is a flow chart of the present invention. 6 is a flowchart showing an embodiment of creating a pattern source file.
【0010】始めに図2の本発明のパターン部品ファイ
ルの作成の一実施の形態を示す流れ図によりパターン部
品ファイルの作成を説明する。パターン部品を記述した
パターン部品ファイル1を新規作成および変更する場
合、パターン部品編集部3は、指定されたパターン部品
ファイル1が新規作成か、変更かの判断を行う(ステッ
プS1)。新規作成の場合、パターン部品編集部3は、
パターン部品を編集するための画面7を表示する(ステ
ップS4)。変更を行う場合、パターン部品編集部3
は、該当するパターン部品ファイル1からパターン部品
の内容を取り込み(ステップS2)、画面7にパターン
部品の内容を表示する(ステップS3)。利用者は、こ
の画面7からパターン部品の入力、変更を行う(ステッ
プS5)。パターン部品編集部3は、画面7から入力さ
れた記述を取り込み、パターン部品ファイル1へ出力す
る(ステップS6)。First, the creation of the pattern part file will be described with reference to the flowchart of FIG. 2 showing an embodiment of the creation of the pattern part file of the present invention. When the pattern component file 1 describing the pattern component is newly created or changed, the pattern component editing unit 3 determines whether the designated pattern component file 1 is newly created or changed (step S1). In the case of new creation, the pattern component editing unit 3
A screen 7 for editing the pattern part is displayed (step S4). When making changes, the pattern component editing unit 3
Acquires the content of the pattern component from the corresponding pattern component file 1 (step S2) and displays the content of the pattern component on the screen 7 (step S3). The user inputs and changes the pattern part from this screen 7 (step S5). The pattern component editing unit 3 takes in the description input from the screen 7 and outputs it to the pattern component file 1 (step S6).
【0011】次に図3の本発明のパターン構成ファイル
の編集の一実施の形態を示す流れ図によりてパターン構
成ファイルの編集を説明する。パターン構成編集部4
は、作成するパターン構成が新規作成か変更かの判断を
行う。(ステップS1)。新規作成の場合、パターン構
成編集部4は、パターン構成を入力するための画面7を
表示する(ステップS4)。変更を行う場合、パターン
構成編集部4は、該当するパターン構成ファイル2から
パターン構成の内容を取り込み(ステップS2)、パタ
ーン構成の内容を画面7に表示する(ステップS3)。
利用者は、パターン構成を設定する画面7にパターンに
引用したいパターン部品ファイル1のファイル名と格納
場所の指定を行う(ステップS5)。パターン構成編集
部4は、画面7から入力されたパターン構成を取り込
み、パターン構成ファイル2に出力を行う(ステップS
6)。Next, the editing of the pattern configuration file will be described with reference to the flowchart of FIG. 3 showing an embodiment of the editing of the pattern configuration file of the present invention. Pattern configuration editor 4
Determines whether the pattern configuration to be created is new or changed. (Step S1). In the case of new creation, the pattern configuration editing unit 4 displays the screen 7 for inputting the pattern configuration (step S4). When making a change, the pattern configuration editing unit 4 fetches the content of the pattern configuration from the corresponding pattern configuration file 2 (step S2), and displays the content of the pattern configuration on the screen 7 (step S3).
The user specifies the file name and storage location of the pattern part file 1 to be quoted in the pattern on the screen 7 for setting the pattern configuration (step S5). The pattern configuration editing unit 4 takes in the pattern configuration input from the screen 7 and outputs it to the pattern configuration file 2 (step S
6).
【0012】次に図4の本発明のパターンソースファイ
ルの作成の一実施の形態を示す流れ図によりパターン結
合部5によりパターン構成ファイル2に引用されている
パターン部品ファイル1からパターン部品の内容を取り
込み、パターンソースファイル6を作成する処理を説明
する。パターン結合部5は、パターン構成ファイル2の
内容の取り込みを行う(ステップS1)。指定されてい
るパターン部品ファイル1のファイル名と格納場所から
パターン部品ファイル1の検索を行い(ステップS
2)、検索されたパターン部品ファイル1からパターン
部品の内容の取り込みを行う(ステップS3)。パター
ン結合部5は、パターン構成ファイル2に設定されてい
るすべてのパターン部品ファイル1を検索し、パターン
部品の内容の取り込みを行う(ステップS3)。取り込
んだパターン部品の内容は、パターン構成に定義された
情報の順番に展開して、パターンソースの作成を行い
(ステップS4)、パターンソースファイル1−6に出
力を行う(ステップS5)。Next, the contents of the pattern parts are fetched from the pattern parts file 1 cited in the pattern composition file 2 by the pattern combining unit 5 according to the flow chart showing the embodiment of the pattern source file creation of the present invention in FIG. A process of creating the pattern source file 6 will be described. The pattern combination unit 5 takes in the contents of the pattern configuration file 2 (step S1). The pattern component file 1 is searched from the specified file name and storage location of the pattern component file 1 (step S
2) Then, the contents of the pattern component are fetched from the retrieved pattern component file 1 (step S3). The pattern combination unit 5 searches all the pattern component files 1 set in the pattern configuration file 2 and fetches the contents of the pattern components (step S3). The content of the captured pattern component is developed in the order of the information defined in the pattern configuration, a pattern source is created (step S4), and output to the pattern source file 1-6 (step S5).
【0013】[0013]
【発明の効果】以上説明したように、本発明のパターン
作成装置は、共通する記述をパターン部品として共有化
し、パターン部品を引用し、パターンを作成することに
より、パターン全体の作成量を削減し、作成されたパタ
ーンの信頼性、保守性の向上を可能とした。As described above, the pattern creating apparatus of the present invention reduces the amount of creation of the entire pattern by sharing a common description as a pattern part, citing the pattern part, and creating the pattern. , And made it possible to improve the reliability and maintainability of the created pattern.
【図1】本発明のパターン作成装置の一実施の形態を示
す構成図である。FIG. 1 is a configuration diagram showing an embodiment of a pattern forming apparatus of the present invention.
【図2】本発明のパターン部品ファイルの作成の一実施
の形態を示す流れ図である。FIG. 2 is a flow chart showing an embodiment of creation of a pattern component file of the present invention.
【図3】本発明のパターン構成ファイルの編集の一実施
の形態を示す流れ図である。FIG. 3 is a flowchart showing an embodiment of editing a pattern configuration file of the present invention.
【図4】本発明のパターンソースファイルの作成の一実
施の形態を示す流れ図である。FIG. 4 is a flowchart showing an embodiment of creating a pattern source file of the present invention.
1 パターン部品ファイル 2 パターン構成ファイル 3 パターン部品編集部 4 パターン構成編集部 5 パターン結合部 6 パターンソースファイル 7 画面 1 pattern component file 2 pattern configuration file 3 pattern component editing unit 4 pattern configuration editing unit 5 pattern combining unit 6 pattern source file 7 screen
Claims (2)
義した汎用的な記述のパターンの作成において、処理の
骨格となる一部分であるパターン部品を記述したパター
ン部品ファイルと、パターンの構造を示すパターン構成
を格納するパターン構成ファイルと、前記パターン構成
ファイルの内容および前記パターン部品ファイルの内容
から作成したパターンソースファイルと、前記パターン
部品ファイルからパターン部品の内容を表示し、編集さ
れたパターン部品の内容を、前記パターン部品ファイル
に出力を行うパターン部品編集部と、前記パターン構成
ファイルからパターン構成の内容を画面に表示し、編集
されたパターン構成の内容を、前記パターン構成ファイ
ルに出力を行うパターン構成編集部と、前記パターン構
成ファイルに設定されている情報から前記パターン部品
ファイルの内容を取り込み、前記パターンソースファイ
ルを作成するパターン結合部を備えることを特徴とする
パターン作成装置。1. When creating a general-purpose description pattern that defines the skeleton of a process used for matching / updating, a pattern part file that describes a pattern part that is a part of the skeleton of the process, and a pattern structure are described. A pattern configuration file storing the pattern configuration shown, a pattern source file created from the content of the pattern configuration file and the content of the pattern component file, and a pattern component edited by displaying the content of the pattern component from the pattern component file. The contents of the pattern composition to the pattern component file, and the content of the pattern composition from the pattern composition file is displayed on the screen, and the content of the edited pattern composition is output to the pattern composition file. Set in the pattern configuration editor and the pattern configuration file. A pattern creating apparatus, comprising: a pattern combining unit that takes in the contents of the pattern component file from the stored information and creates the pattern source file.
変更する場合、パターン部品編集部は、指定されたパタ
ーン部品ファイルが新規作成か、変更かの判断を行い、
新規作成の場合は、パターン部品編集部は、パターン部
品を編集するための画面を表示し、変更を行う場合は、
パターン部品編集部は、該当するパターン部品ファイル
からパターン部品の内容を取り込み、画面にパターン部
品の内容を表示し、画面からパターン部品の入力、変更
を行い、パターン部品編集部は、画面から入力された記
述を取り込み、パターン部品ファイルへ出力し、パター
ン構成ファイルをを新規作成および変更する場合、パタ
ーン構成編集部は、作成するパターン構成が新規作成か
変更かの判断を行い、新規作成の場合は、パターン構成
編集部は、パターン構成を入力するための画面を表示
し、変更を行う場合は、パターン構成編集部は、該当す
るパターン構成ファイルからパターン構成の内容を取り
込み、パターン構成の内容を画面に表示し、パターン構
成を設定する画面にパターンに引用したいパターン部品
ファイルのファイル名と格納場所の指定を行い、パター
ン構成編集部は、画面から入力されたパターン構成を取
り込み、パターン構成ファイルへ出力し、パターンソー
スファイルの作成時、パターン結合部は、パターン構成
ファイルの内容の取り込みを行い、指定されているパタ
ーン部品ファイルのファイル名と格納場所からパターン
部品ファイルの検索を行い、検索されたパターン部品フ
ァイルからパターン部品の内容の取り込みを行い、パタ
ーン結合部は、パターン構成ファイルに設定されている
すべてのパターン部品ファイルを検索し、パターン部品
の内容の取り込みを行い、取り込んだパターン部品の内
容は、パターン構成に定義された情報の順番に展開し
て、パターンソースの作成を行い、パターンソースファ
イルを作成することをことを特徴とする前記請求項1記
載のパターン作成装置。2. When newly creating or changing a pattern part file, the pattern part editing unit judges whether the specified pattern part file is newly created or changed,
In the case of new creation, the pattern part editing unit displays a screen for editing the pattern part, and when making changes,
The pattern component editing unit fetches the content of the pattern component from the corresponding pattern component file, displays the content of the pattern component on the screen, inputs and changes the pattern component from the screen, and the pattern component editing unit receives the input from the screen. When a new pattern configuration file is created or changed, the pattern configuration editing unit determines whether the pattern configuration to be created is new or changed. , The pattern configuration editing unit displays a screen for inputting the pattern configuration, and when making a change, the pattern configuration editing unit fetches the content of the pattern configuration from the corresponding pattern configuration file and displays the content of the pattern configuration on the screen. The file of the pattern part file that you want to quote in the pattern displayed on the screen for setting the pattern configuration. And the storage location are specified, the pattern configuration editing unit captures the pattern configuration input from the screen and outputs it to the pattern configuration file.When creating the pattern source file, the pattern combination unit captures the contents of the pattern configuration file. Then, the pattern component file is searched from the specified pattern component file file name and storage location, and the contents of the pattern component are retrieved from the searched pattern component file. All the set pattern part files are searched, the contents of the pattern parts are imported, and the contents of the imported pattern parts are expanded in the order of the information defined in the pattern configuration to create the pattern source. , Characterized by creating a pattern source file Serial pattern generating apparatus according to claim 1.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP33950395A JPH09179730A (en) | 1995-12-26 | 1995-12-26 | Pattern generation device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP33950395A JPH09179730A (en) | 1995-12-26 | 1995-12-26 | Pattern generation device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH09179730A true JPH09179730A (en) | 1997-07-11 |
Family
ID=18328100
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP33950395A Pending JPH09179730A (en) | 1995-12-26 | 1995-12-26 | Pattern generation device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH09179730A (en) |
-
1995
- 1995-12-26 JP JP33950395A patent/JPH09179730A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0855019A (en) | Visual programming method | |
JP3020849B2 (en) | Data retrieval device | |
JPH07191840A (en) | Automatic program generator | |
JP2002236578A (en) | Screen display control method, program, and screen display controller | |
JPH09179730A (en) | Pattern generation device | |
JP3018983B2 (en) | Database construction equipment | |
JPH0744343A (en) | Automatic generating device for operation support information | |
JPH0635987A (en) | Device and mehtod for preparing circuit diagram | |
JPH11161480A (en) | Method and system for automatic generation of image and document layout | |
JP2720768B2 (en) | Program customization equipment | |
JPH05135054A (en) | Document processing method | |
JP2958479B2 (en) | Document creation device | |
JPH05289857A (en) | Program generating method | |
JPH06266545A (en) | Gui parts library development support device | |
JPH06337806A (en) | Information processor | |
JPH05346757A (en) | Training computer system | |
JP2004213148A (en) | Plant monitor control system | |
CN115878116A (en) | Development method, terminal and storage medium | |
JP2003308207A (en) | Program specifications preparation system | |
JP2002175185A (en) | Class editing device for scenario | |
JP2001027946A (en) | Method for outputting screen information of interactive program system | |
JPH06236259A (en) | Automatic program generator | |
JPH02148136A (en) | System for automatically determining program parts | |
JPH03282844A (en) | Output device for data base information | |
JPH07121577A (en) | Method and device for displaying distinction |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 19981104 |