JP5401279B2 - Check rule design support method, check rule design support system, and check rule design support program - Google Patents

Check rule design support method, check rule design support system, and check rule design support program Download PDF

Info

Publication number
JP5401279B2
JP5401279B2 JP2009269034A JP2009269034A JP5401279B2 JP 5401279 B2 JP5401279 B2 JP 5401279B2 JP 2009269034 A JP2009269034 A JP 2009269034A JP 2009269034 A JP2009269034 A JP 2009269034A JP 5401279 B2 JP5401279 B2 JP 5401279B2
Authority
JP
Japan
Prior art keywords
check rule
business
business data
storage device
information
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.)
Active
Application number
JP2009269034A
Other languages
Japanese (ja)
Other versions
JP2011113299A (en
Inventor
俊之 小野
貴禎 熊谷
幸徳 寺濱
秀行 鹿糠
信治 伊藤
仁志夫 山田
稔 徳永
一豊 中山
光広 松田
幸市 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2009269034A priority Critical patent/JP5401279B2/en
Priority to CN2010106108331A priority patent/CN102081762A/en
Publication of JP2011113299A publication Critical patent/JP2011113299A/en
Application granted granted Critical
Publication of JP5401279B2 publication Critical patent/JP5401279B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、チェックルール設計支援方法、チェックルール設計支援システム、およびチェックルール設計支援プログラムに関するものであり、具体的には、チェックルールの定義や生成を効率化する技術に関する。   The present invention relates to a check rule design support method, a check rule design support system, and a check rule design support program. Specifically, the present invention relates to a technology for improving the efficiency of check rule definition and generation.

企業における業務の生産性や品質向上を図るために、システム上で扱う業務規則や基準をIF_THEN形式でルール化し、このルールに基づいたデータ処理を行う方法が知られている。また、業務アプリケーションの開発に際しては、例えば、入力された業務データの値が、予めデータ辞書において定めた、データの基本属性である「文字型(数値、文字列)」や「桁」などと一致するかをチェックする、基本属性チェックルールの定義、生成がなされている(例えば、特許文献1参照)。   In order to improve the productivity and quality of business in a company, a method is known in which business rules and standards handled on the system are ruled in IF_THEN format and data processing based on this rule is performed. Also, when developing business applications, for example, the value of the input business data matches the “character type (numerical value, character string)”, “digit”, etc., which are the basic attributes of the data set in advance in the data dictionary. A basic attribute check rule is defined and generated to check whether to do so (for example, see Patent Document 1).

特願平6−314677号公報Japanese Patent Application No. 6-314677

ところで、企業では、今後、業務の高度化やコンプライアンス確保の要請が高まり、企業が管理しなければならないビジネスルールはその数が増えていくことが予想される。ビジネスルールの中には、業務処理対象のデータが業務基準や法令などの規則に適合しているか、をチェックするチェックルールが数多くある。   By the way, in the future, it is expected that the number of business rules that must be managed by the company will increase as the demand for sophisticated business and ensuring compliance increases. Among the business rules, there are many check rules for checking whether the data to be processed is in compliance with business standards, laws and regulations.

例えば、商品販売などに関わるデータ項目の、業務的な正当性をチェックする業務チェックルールの例として、「A商品販売における、払込回数は2回と4回のみ可能である」というルールがあったとする。これを業務アプリケーションとしてシステムに実装するには、例えば次のようなIF_THEN形式のルールとして記述する。   For example, as an example of a business check rule for checking the business legitimacy of data items related to product sales etc., there is a rule that “the number of payments in A product sales can only be 2 and 4 times” To do. In order to implement this as a business application in the system, for example, it is described as a rule of the following IF_THEN format.

「IF 申込の払込回数=2、4 THEN OK ELSE REJECT」。例示するように、一つのルールについて、データ項目と、比較子、比較値の組み合わせを、それぞれIF_THEN形式に定義する必要がある。こうしたルールは、チェックルールの数だけ定義する必要があるほか、互いに類似のチェックルール、あるいは全く同じチェックルールであっても商品ごとや業務ごとに定義することになり、チェックルール定義の効率性が良好でなく、人的にも時間的にも作業負担が大きい。   “Number of IF application payments = 2, 4 THEN OK ELSE REJECT”. As illustrated, it is necessary to define a combination of a data item, a comparator, and a comparison value in an IF_THEN format for each rule. These rules need to be defined as many as the number of check rules, and even if the check rules are similar to each other or exactly the same check rules, they must be defined for each product and for each business. It is not good, and the work burden is large both in terms of human and time.

また、業務等の変更に応じてチェックルールを変更する場合には、商品ごとや業務ごとに定義されているチェックルールを、互いに類似または同一のチェックルールであっても逐一変更箇所を確認し、変更作業を行う必要があり、やはり作業の効率性が良好でなく、人的にも時間的にも作業負担が大きい。しかも、こうした非効率な作業に伴って変更漏れが生じ、業務上の不整合がおこる可能性もあった。   In addition, when changing check rules according to changes in business, etc., check the check rules defined for each product or business, even if they are similar or identical to each other, It is necessary to perform a change work, and the efficiency of the work is still not good, and the work burden is large both in terms of human and time. In addition, such inefficient work may lead to omissions in changes, resulting in business inconsistencies.

他方、従来の基本属性チェックルールの定義、生成手法においては、データの基本属性である「桁や型」に関わるルールを効率良く生成する仕組みが提供されているが、商品や業務プロセス等との関係を踏まえた業務データ(例:契約者の氏名、住所、年齢・・・といった価格見積もり用に取得するデータ)のチェックルールを効率よく定義、生成する手法は提案されていない。   On the other hand, in the conventional definition and generation method of basic attribute check rules, there is a mechanism for efficiently generating rules related to “digits and types” that are basic attributes of data. There has not been proposed a method for efficiently defining and generating check rules for business data based on the relationship (eg, data acquired for price estimation such as a contractor's name, address, age, etc.).

そこで本発明は、上記事情に鑑みてなされたものであり、チェックルールの定義や生成を効率化する技術の提供を主たる目的とする。   Therefore, the present invention has been made in view of the above circumstances, and a main object thereof is to provide a technique for improving the efficiency of definition and generation of check rules.

上記課題を解決する本発明のチェックルール設計支援方法は、業務プロセスで取り扱う業務データに関するチェック規則を規定するチェックルールの設計支援を行うコンピュータシステムが、以下の処理を実行することを特徴とする。   The check rule design support method of the present invention that solves the above-described problem is characterized in that a computer system that supports check rule design that specifies check rules for business data handled in a business process executes the following processing.

すなわち、前記コンピュータシステムが、処理対象とする商品の商品情報を、入力装置で受け付けて記憶装置に登録し、前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置で受け付けて記憶装置に登録し、前記登録された業務プロセスで取り扱う業務データの情報として業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置で受け付ける際、業務データの値の型がコード型との指定を受けた場合、その業務データが取りうるコード値とその意味とについて入力装置で受け付けて記憶装置に登録し、前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、前記業務データの値がコード型の場合は比較基準となる比較値の候補としてのコード値のリスト、および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置に格納し、前記チェックルールテンプレートのデータを出力装置に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置に格納し、前記チェックルール定義を記憶装置より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文に適用してチェックルールを生成し記憶装置に格納する、ことを特徴とする。
また、本発明のチェックルール設計支援方法は、業務プロセスで取り扱う業務データに関するチェック規則を規定するチェックルールの設計支援を行うコンピュータシステムが、処理対象とする商品の商品情報を、入力装置で受け付けて記憶装置に登録し、前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置で受け付けて記憶装置に登録し、前記登録された業務プロセスで取り扱う業務データの情報として業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置で受け付ける際、業務データの値の型が数値型との指定を受けた場合、その業務データの数値との比較対象となるデータ項目について、前記登録した商品情報のデータ項目中からの選択と、業務データの数値と前記比較対象項目との間の関係を規定する比較子の選択を入力装置で受け付けて記憶装置に登録し、前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、前記業務データの値が数値型の場合は、前記登録した比較対象項目と比較子に基づき、前記比較対象項目に相当する前記商品情報の値を、比較基準となる比較値の候補、および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置に格納し、前記チェックルールテンプレートのデータを出力装置に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置に格納し、前記チェックルール定義を記憶装置より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文に適用してチェックルールを生成し記憶装置に格納する、ことを特徴とする。
That is, the computer system accepts product information of a product to be processed by an input device and registers it in a storage device, and accepts and stores information on a business process that handles the product for which the product information is registered. When the input device accepts information of the business data item name and the numerical data type, code type, or character string type indicating the business data value type as business data information registered in the device and handled by the registered business process When the business data value type is designated as a code type, the code value that can be taken by the business data and its meaning are received by the input device and registered in the storage device, and the registered product information and business The first area where process information and business data information are read from the storage device and displayed so as to be selectable, and the first area can be selected. On its business data and, when the value of the business data code type storing candidate comparer defining certain to relationship with the list, and the comparison value of the code value as a candidate of the comparison value as a comparison reference A second area that is read from the device and displayed in a selectable manner is generated and stored as a check rule template in a storage device, and data of the check rule template is displayed on an output device, and the check rule template indicates the data In the first area, selection of business data to be used for a predetermined product or a predetermined business process is accepted, and in the second area, selection of a comparison value and a comparator is accepted for the business data for which the selection has been received, and a check rule is defined. Stored in the storage device, and the check rule definition is read from the storage device. Out, business data, comparison value the check rule definition defines and stores the generated storage check rules by applying the comparer to conditional branch statement in a predetermined program language, characterized in that.
Also, the check rule design support method of the present invention is such that a computer system that supports check rule design that specifies check rules for business data handled in a business process receives product information of a product to be processed by an input device. registered in the storage device, the information of the business processes for handling items of the commodity information is registered, registers in the storage device received by the input device, as the information of the business data handled by the registered business process, the business data items When the input device accepts the name, the numeric type that indicates the type of business data value, the code type, or the character string type information, if the business data value type is specified as the numeric type, the business data For data items to be compared with numerical values, select from the registered product information data items and the numerical value of business data The comparison is accepted by the input device to select the comparer defines the relation between the items registered in the storage device, the registered product information and business process information and business data information is read out from the storage device can be selected When the value of the business data is a numeric type regarding the first area to be displayed and the business data that can be selected in the first area, based on the registered comparison target item and the comparator, The value of the product information corresponding to the item to be compared is read out from the storage device as a comparison value candidate as a comparison reference, and a candidate of a comparator that defines a relationship with the comparison value, and is displayed in a selectable manner. 2 data is generated and stored in a storage device as a check rule template, and the check rule template data is displayed on the output device. In the first area indicated by the check rule template, selection of business data to be used in a predetermined product or a predetermined business process is accepted, and in the second area, selection of a comparison value and a comparator for the business data for which the selection has been accepted. Is stored in a storage device as a check rule definition, the check rule definition is read from the storage device, and business data, comparison values, and comparators defined by the check rule definition are applied to a conditional branch statement in a predetermined program language. A check rule is generated and stored in a storage device.

また、本発明のチェックルール設計支援システムは、業務プロセスで取り扱う業務データに関するチェック規則を規定するチェックルールの設計支援を行うコンピュータシステムであって、処理対象とする商品の商品情報を、入力装置で受け付けて記憶装置に登録する商品情報登録部と、前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置で受け付けて記憶装置に登録する業務プロセス情報登録部と、前記登録された業務プロセスで取り扱う業務データの情報として業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置で受け付ける際、業務データの値の型がコード型との指定を受けた場合、その業務データが取りうるコード値とその意味とについて入力装置で受け付けて記憶装置に登録する業務データ情報登録部と、前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、前記業務データの値がコード型の場合は比較基準となる比較値の候補としてのコード値のリスト、および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置に格納する、チェックルールテンプレート生成部と、前記チェックルールテンプレートのデータを出力装置に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置に格納する、チェックルール設計部と、前記チェックルール定義を記憶装置より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文に適用してチェックルールを生成し記憶装置に格納するチェックルール生成部と、を備える。 The check rule design support system according to the present invention is a computer system that supports check rule design that prescribes check rules for business data handled in a business process, and stores product information of a product to be processed by an input device. A product information registration unit that receives and registers in the storage device, a business process information registration unit that receives information on a business process that handles the product in which the product information is registered, and registers in the storage device, and the registered as the information of the business data handled by a business process, a business data item names, numeric or code type indicates the type of the value of the business data, when accepting an input device information of a character string type, the type code of the value of business data when receiving the designation of a type, received at the input device for code values can take the business data and their meaning and A business data information registration unit for registering in the storage device, a first area for reading the registered product information, business process information, and business data information from the storage device and displaying them in a selectable manner; and the first area If the business data value is a code type, a list of code values as candidates for a comparison value as a comparison reference, and a comparison that defines a relationship with the comparison value A check rule template generation unit that generates data composed of a second area that reads child candidates from the storage device and displays them in a selectable manner and stores the data in the storage device as a check rule template, and outputs the data of the check rule template In the first area displayed on the device and indicated by the check rule template, Accepts a selection of business data to be used in a predetermined business process, and in the second area, accepts a selection of a comparison value and a comparator for the business data for which the selection has been accepted, and stores it in a storage device as a check rule definition The rule design unit reads the check rule definition from the storage device, applies the business data, comparison value, and comparator specified by the check rule definition to a conditional branch statement in a predetermined programming language, generates a check rule, and stores it in the storage device. And a check rule generation unit for storing.

また、本発明のチェックルール設計支援プログラムは、業務プロセスで取り扱う業務データに関するチェック規則を規定するチェックルールの設計支援を行うコンピュータシステムに、以下の処理を実行させることを特徴とする。   The check rule design support program of the present invention is characterized by causing a computer system that supports check rule design that specifies check rules for business data handled in a business process to execute the following processing.

すなわち、前記チェックルール設計支援プログラムは、コンピュータシステムに、処理対象とする商品の商品情報を、入力装置で受け付けて記憶装置に登録する処理と、前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置で受け付けて記憶装置に登録する処理と、前記登録された業務プロセスで取り扱う業務データの情報として業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置で受け付ける際、業務データの値の型がコード型との指定を受けた場合、その業務データが取りうるコード値とその意味とについて入力装置で受け付けて記憶装置に登録する処理と、前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、前記業務データの値がコード型の場合は比較基準となる比較値の候補としてのコード値のリスト、および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置に格納する処理と、前記チェックルールテンプレートのデータを出力装置に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置に格納する処理と、前記チェックルール定義を記憶装置より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文に適用してチェックルールを生成し記憶装置に格納する処理と、を実行させる。 That is, the check rule design support program is a computer system that receives a product information of a product to be processed by an input device and registers it in a storage device, and a business process that handles the product for which the product information is registered. As a process of receiving information by the input device and registering it in the storage device, and as business data information handled by the registered business process, a business data item name and a numerical type or code type indicating a business data value type, When accepting the character string type information by the input device, if the value type of the business data is specified as the code type, the code device accepts the code value that can be taken by the business data and its meaning and stores it in the storage device. Processing to be registered and the registered product information, business process information and business data information are read from the storage device and selected. A first area for displaying the ability, for business data are selectable by the first area, when the value of the business data code type code value as a candidate of the comparison value as a comparison reference list, and processing for storing in the storage device as the comparison value and the second area to generate data consisting of a check rule template that selectably displays the candidate comparer reads from the storage device for defining the relationship should be of And displaying data of the check rule template on an output device, accepting selection of business data to be used in a predetermined product or a predetermined business process in the first area indicated by the check rule template, and in the second area The comparison value and the comparison value selection are received for the business data for which the selection has been received, and the check The process of storing in the storage device as a definition, reading the check rule definition from the storage device, applying the business data, comparison value, and comparator specified by the check rule definition to a conditional branch statement in a predetermined programming language Generating and storing the data in the storage device.

その他、本願が開示する課題、およびその解決方法は、発明を実施するための最良の形態の欄、および図面により明らかにされる。   In addition, the problems disclosed by the present application and the solutions thereof will be clarified by the column of the best mode for carrying out the invention and the drawings.

本発明によれば、チェックルールの定義や生成を効率化できる。   According to the present invention, the definition and generation of check rules can be made efficient.

本実施の形態に係るチェックルール設計支援システムの構成を示すブロック図である。It is a block diagram which shows the structure of the check rule design support system which concerns on this Embodiment. 本実施の形態に係るチェックルール設計支援方法の処理フロー図である。It is a processing flow figure of the check rule design support method concerning this embodiment. 本実施の形態に係る商品情報登録画面の例を示す図である。It is a figure which shows the example of the merchandise information registration screen which concerns on this Embodiment. 本実施の形態に係る商品情報のテーブル例を示す図である。It is a figure which shows the example of a table of the merchandise information which concerns on this Embodiment. 本実施の形態に係る業務プロセス情報登録画面の例を示す図である。It is a figure which shows the example of the business process information registration screen which concerns on this Embodiment. 本実施の形態に係る業務プロセス情報のテーブル例を示す図である。It is a figure which shows the example of a table of the business process information which concerns on this Embodiment. 本実施の形態に係る業務データ情報登録画面の例を示す図である。It is a figure which shows the example of the business data information registration screen which concerns on this Embodiment. 本実施の形態に係る業務データ情報のテーブル例を示す図である。It is a figure which shows the example of a table of the business data information which concerns on this Embodiment. 本実施の形態に係るコード情報登録画面の例を示す図である。It is a figure which shows the example of the code information registration screen which concerns on this Embodiment. 本実施の形態に係るコード値情報のテーブル例を示す図である。It is a figure which shows the example of a table of the code value information which concerns on this Embodiment. 本実施の形態に係る業務データの商品業務関連付け画面の例を示す図である。It is a figure which shows the example of the goods business link screen of the business data which concerns on this Embodiment. 本実施の形態に係る商品、業務利用データ情報のテーブル例を示す図である。It is a figure which shows the example of a table of the goods which concern on this Embodiment, and business use data information. 本実施の形態に係るチェックルールテンプレート画面の例を示す図である。It is a figure which shows the example of the check rule template screen which concerns on this Embodiment. 本実施の形態に係るチェックルールテンプレート画面の例を示す図である。It is a figure which shows the example of the check rule template screen which concerns on this Embodiment. 本実施の形態に係るチェックルールテンプレート生成処理フローの例を示す図である。It is a figure which shows the example of the check rule template production | generation processing flow which concerns on this Embodiment. 本実施の形態に係るチェックルールテンプレートの生成イメージ例を示す図である。It is a figure which shows the example of a production | generation image of the check rule template which concerns on this Embodiment. 本実施の形態に係るチェックルールテンプレート画面の例を示す図である。It is a figure which shows the example of the check rule template screen which concerns on this Embodiment. 本実施の形態に係るチェックルール設計処理フローの例を示す図である。It is a figure which shows the example of the check rule design processing flow which concerns on this Embodiment. 本実施の形態に係るチェックルール開始条件テーブルの例を示す図である。It is a figure which shows the example of the check rule start condition table which concerns on this Embodiment. 本実施の形態に係るチェックルール定義テーブルの例を示す図である。It is a figure which shows the example of the check rule definition table which concerns on this Embodiment. 本実施の形態に係るルール適用商品業務テーブルの例を示す図である。It is a figure which shows the example of the rule application product business table which concerns on this Embodiment. 本実施の形態に係る生成チェックルールテーブルの例を示す図である。It is a figure which shows the example of the production | generation check rule table which concerns on this Embodiment. 本実施の形態に係るチェックルール設計システムのネットワークを介した利用構成例を示す図である。It is a figure which shows the utilization structural example via the network of the check rule design system which concerns on this Embodiment. 本実施の形態に係るチェックルール実行支援システムの構成を示すブロック図である。It is a block diagram which shows the structure of the check rule execution support system which concerns on this Embodiment. 本実施の形態に係るチェックルールの実行処理フローの例を示す図である。It is a figure which shows the example of the execution processing flow of the check rule which concerns on this Embodiment. 本実施の形態に係るチェックルールの実行に関わる試算画面の例を示す図である。It is a figure which shows the example of the trial calculation screen in connection with execution of the check rule which concerns on this Embodiment. 本実施の形態に係るチェックルールの実行に関わる試算画面におけるエラーメッセージの出力の例を示す図である。It is a figure which shows the example of the output of the error message in the trial calculation screen in connection with execution of the check rule which concerns on this Embodiment.

−−−システム構成−−−
以下に本発明の実施形態について図面を用いて詳細に説明する。図1は、本実施形態のチェックルール設計支援システム100の構成図である。図1に示すチェックルール設計支援システム100(以下、システム100)は、チェックルールの定義や生成を効率化するコンピュータシステムである。前記システム100は例えばサーバなどのコンピュータ装置であり、ハードディスクドライブなどの記憶装置160、RAMなど揮発性記憶手段であるメモリ120、CPU110、通信ポート130らがBUSにより互いに接続されて構成されている。
--- System configuration ---
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a configuration diagram of a check rule design support system 100 according to the present embodiment. A check rule design support system 100 (hereinafter, system 100) shown in FIG. 1 is a computer system that improves the efficiency of definition and generation of check rules. The system 100 is, for example, a computer device such as a server, and includes a storage device 160 such as a hard disk drive, a memory 120 that is volatile storage means such as a RAM, a CPU 110, and a communication port 130 connected to each other by a BUS.

前記システム100は、前記CPU110が、ハードディスクドライブなどの前記記憶装置160に格納されたプログラム170を、RAMなどの揮発性のメモリ120に読み出して実行することで、各種機能を実現している。また、前記システム100は、コンピュータ装置が一般に備えている各種キーボードやボタン類などの入力装置140、ディスプレイ、スピーカー、プリンタなどの出力装置150を必要に応じて備える。また前記システム100は、他装置との間のデータ授受を担うNIC(Network Interface Card)など通信ポート130を有し、所定の管理者等が利用する端末などとネットワークを介して通信可能となっているとすれば好適である。   In the system 100, the CPU 110 implements various functions by causing the program 170 stored in the storage device 160 such as a hard disk drive to be read into the volatile memory 120 such as a RAM and executed. The system 100 includes an input device 140 such as various keyboards and buttons generally provided in a computer device, and an output device 150 such as a display, a speaker, and a printer as necessary. Further, the system 100 has a communication port 130 such as a NIC (Network Interface Card) for exchanging data with other devices, and can communicate with a terminal or the like used by a predetermined administrator via a network. If so, it is preferable.

前記システム100は、他の情報処理装置からネットワークを介して送信される前記プログラム170を前記通信ポート130で受信し、これをメモリ120や記憶装置160に記憶するようにするとしてもよい。また、商品情報400などの各種テーブルを別の情報処理装置に格納しておき、前記システム100が前記通信ポート130を通じて前記情報処理装置から受信して前記プログラム170の処理に利用することもできる。   The system 100 may receive the program 170 transmitted from another information processing apparatus via a network at the communication port 130 and store it in the memory 120 or the storage device 160. Various tables such as product information 400 may be stored in another information processing apparatus, and the system 100 may receive the information from the information processing apparatus through the communication port 130 and use it for the processing of the program 170.

なお、前記記憶装置160に格納されている商品情報400などの各種テーブル類のデータ構造等については後述する。   The data structure of various tables such as product information 400 stored in the storage device 160 will be described later.

続いて、前記システム100が、例えばプログラム170に基づき記憶装置160にて構成・保持する機能部につき説明を行う。前記システム100は、業務プロセス等での処理対象とする商品の商品情報を、入力装置140で受け付けて記憶装置160に登録する商品情報登録部101を備えている。
また前記システム100は、前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置140で受け付けて記憶装置160に登録する業務プロセス情報登録部102を備えている。
また前記システム100は、前記登録された業務プロセスで取り扱う業務データの情報を、入力装置140で受け付けて記憶装置160に登録する業務データ情報登録部103を備えている。
Next, functional units that the system 100 configures and holds in the storage device 160 based on, for example, the program 170 will be described. The system 100 includes a product information registration unit 101 that receives product information of a product to be processed in a business process or the like by the input device 140 and registers it in the storage device 160.
In addition, the system 100 includes a business process information registration unit 102 that receives information on a business process that handles a product for which the product information is registered by the input device 140 and registers the information in the storage device 160.
The system 100 further includes a business data information registration unit 103 that receives business data information handled by the registered business process by the input device 140 and registers it in the storage device 160.

また前記システム100は、前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置160より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、比較基準となる比較値の候補および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置160より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置160に格納する、チェックルールテンプレート生成部104を備えている。なお、当然ながら、前記記憶装置160には、予め前記比較値の候補および前記比較子の候補のリストが格納されている。   In addition, the system 100 is selectable between a first area in which the registered product information, business process information, and business data information are read from the storage device 160 and displayed in a selectable manner, and the first area. With respect to the business data, a comparison value candidate as a comparison reference and a comparator candidate that defines a desired relationship with the comparison value are read from the storage device 160 and generated as a second area for selectively displaying the data. The check rule template generation unit 104 stores the check rule template in the storage device 160 as a check rule template. Of course, the storage device 160 stores a list of comparison value candidates and a list of candidate candidates.

また前記システム100は、前記チェックルールテンプレートのデータを出力装置150に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置160に格納する、チェックルール設計部105を備えている。   Further, the system 100 displays the data of the check rule template on the output device 150, accepts selection of business data to be used in a predetermined product or a predetermined business process in the first area indicated by the check rule template, In the second area, there is provided a check rule design unit 105 that accepts a selection of a comparison value and a comparator for the business data for which the selection has been accepted and stores it in the storage device 160 as a check rule definition.

また前記システム100は、前記チェックルール定義を記憶装置160より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文に適用してチェックルールを生成し記憶装置160に格納するチェックルール生成部106を備えている。   In addition, the system 100 reads the check rule definition from the storage device 160, applies the business data, comparison value, and comparator specified by the check rule definition to a conditional branch statement in a predetermined program language to generate and store a check rule. A check rule generation unit 106 stored in the device 160 is provided.

なお、前記業務データ情報登録部103は、業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置140で受け付けて記憶装置160に登録するとしてもよい。
この場合、前記チェックルールテンプレート生成部104は、前記業務データの値がコード型の場合は、比較値候補としてコード値を、比較子候補として=もしくは≠を、記憶装置160より読み出して選択可能に表示する前記第2のエリアのデータを生成し、前記業務データの値が数値型の場合は、比較子候補として=もしくは≠、≧、≦、>、<を記憶装置160より読み出して選択可能に表示する前記第2のエリアのデータを生成する、と好適である。
Note that the business data information registration unit 103 receives the business data item name and the numerical type, code type, and character string type information indicating the type of business data value by the input device 140 and registers them in the storage device 160. Also good.
In this case, when the value of the business data is a code type, the check rule template generation unit 104 can select a code value as a comparison value candidate and = or ≠ as a comparator candidate from the storage device 160 and select them. When the data of the second area to be displayed is generated and the value of the business data is a numerical type, = or ≠, ≧, ≦,>, <can be read out from the storage device 160 and selected as a comparator candidate It is preferable that data of the second area to be displayed is generated.

また、前記業務データ情報登録部103は、業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置140で受け付ける際、業務データの値の型がコード型との指定を受けた場合、その業務データが取りうるコード値とその意味とについて入力装置140で入力を受け付けて記憶装置160に登録するとしてもよい。
この場合、前記チェックルールテンプレート生成部104は、前記業務データの値がコード型の場合は、比較値候補としてコード値のリストを記憶装置160より読み出して選択可能に表示する前記第2のエリアのデータを生成する、とすれば好適である。
The business data information registration unit 103 receives the business data item name and the business data value type when the input device 140 receives information of a numerical type, code type, or character string type indicating the type of business data value. When the code type is designated, the input device 140 may accept input of code values that can be taken by the business data and their meanings and register them in the storage device 160.
In this case, when the value of the business data is a code type, the check rule template generation unit 104 reads a list of code values from the storage device 160 as a comparison value candidate and displays it in a selectable manner in the second area. It is preferable if data is generated.

また、前記業務データ情報登録部103は、業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置140で受け付ける際、業務データの値の型が数値型との指定を受けた場合、その業務データの数値との比較対象となるデータ項目について、前記登録した商品情報のデータ項目中からの選択と、業務データの数値と前記比較対象項目との間の関係を規定する比較子の選択を入力装置140で受け付けて記憶装置160に登録するとしてもよい。
この場合、前記チェックルールテンプレート生成部104は、前記業務データの値が数値型の場合は、前記登録した比較対象項目と比較子に基づき、前記比較対象項目に相当する前記商品情報の値を比較値候補、前記比較子を比較子候補として選択可能に表示する前記第2のエリアのデータを生成する、とすれば好適である。
The business data information registration unit 103 receives the business data item name and the business data value type when the input device 140 receives information of a numerical type, code type, or character string type indicating the type of business data value. Is designated as a numeric type, for the data item to be compared with the numerical value of the business data, the selection from among the data items of the registered product information, the numerical value of the business data and the comparison target item, The selection of the comparator that defines the relationship between the two may be received by the input device 140 and registered in the storage device 160.
In this case, when the value of the business data is a numerical type, the check rule template generation unit 104 compares the value of the product information corresponding to the comparison target item based on the registered comparison target item and a comparator. It is preferable to generate data for the second area in which value candidates and the comparator are selectably displayed as comparator candidates.

また、前記商品情報登録部101は、処理対象とする商品の商品情報として商品名を入力装置140で受け付けて記憶装置160に登録するとしてもよい。
この場合、前記業務プロセス情報登録部102は、業務プロセスの情報として業務プロセス名を入力装置140で受け付けて記憶装置160に登録するとすれば好適である。
Further, the product information registration unit 101 may accept a product name as product information of a product to be processed by the input device 140 and register it in the storage device 160.
In this case, it is preferable that the business process information registration unit 102 accepts a business process name as business process information by the input device 140 and registers it in the storage device 160.

またこの時、前記チェックルールテンプレート生成部104は、前記業務データに関する比較子候補と比較値候補を選択可能に表示するに加え、前記登録した商品名、業務プロセス名を表示し、チェックルールをいずれの商品あるいは業務プロセスに適用するか選択を受け付けるインターフェイスを含んだ前記第2のエリアのデータを生成する、とすれば好適である。   Further, at this time, the check rule template generation unit 104 displays the registered product name and business process name in addition to displaying the comparator candidate and the comparison value candidate relating to the business data so that the check rule can be selected. It is preferable that the second area data including an interface for accepting selection to be applied to the product or the business process is generated.

また、前記チェックルールテンプレート生成部104は、チェックルールを適用する商品あるいは業務プロセスの選択インターフェイスに、前記登録した商品情報の商品名あるいは業務プロセス情報の業務プロセス名に加えて、チェックルールを全商品あるいは全業務に一括適用するインターフェイスを含めるとしてもよい。   Further, the check rule template generation unit 104 adds check rules to all products in addition to the product name of the registered product information or the business process name of the business process information in the selection interface of the product or business process to which the check rule is applied. Alternatively, an interface that is applied to all business operations at once may be included.

また、前記チェックルールテンプレート生成部104は、チェックルールに基づくチェック処理が開始される条件を示す開始条件番号、開始条件項目、開始条件項目に関する比較子、および開始条件項目に関する比較値の定義を受け付ける第3のエリアを、前記第1および第2のエリアに加えたデータを生成しチェックルールテンプレートとして記憶装置160に格納するとしてもよい。   The check rule template generation unit 104 receives a start condition number indicating a condition for starting a check process based on the check rule, a start condition item, a comparator for the start condition item, and a definition of a comparison value for the start condition item. Data for the third area may be generated in the first and second areas and stored in the storage device 160 as a check rule template.

また、前記チェックルールテンプレート生成部104は、前記第3のエリアにおける開始条件項目として、前記登録した業務データ情報の業務データ項目名を選択候補として選択可能に表示する、としてもよい。   Further, the check rule template generation unit 104 may display the business data item name of the registered business data information as a selection candidate so as to be selectable as a start condition item in the third area.

また、前記チェックルール設計部105は、前記チェックルールテンプレートのデータを出力装置150に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付け、前記第3のエリアにおいて、前記開始条件番号、開始条件項目に関する選択と、前記選択した開始条件項目に対応した比較子およびコード値もしくは数値の選択とを受け付けてチェックルール定義として記憶装置160に格納するとしてもよい。   The check rule design unit 105 displays the data of the check rule template on the output device 150, and selects business data to be used in a predetermined product or a predetermined business process in the first area indicated by the check rule template. In the second area, a selection of a comparison value and a comparator is accepted for the business data for which the selection has been accepted. In the third area, the selection for the start condition number and the start condition item, and the selected The comparator corresponding to the start condition item and the selection of the code value or numerical value may be received and stored in the storage device 160 as a check rule definition.

また、前記チェックルール設計部105は、定義したチェックルール定義について、記憶装置160に既に登録済みの他チェックルール定義のうち、業務データ項目と比較子と比較値の組み合わせが同じものがないか判定し、同じ組み合わせのチェックルール定義があれば重複がある旨の警告情報を出力装置150に出力するとしてもよい。   In addition, the check rule design unit 105 determines whether there is a combination of the business data item, the comparator, and the comparison value among the other check rule definitions already registered in the storage device 160 for the defined check rule definition. However, if there are check rule definitions of the same combination, warning information indicating that there is an overlap may be output to the output device 150.

また、前記チェックルール設計部105は、前記第3のエリアにおいて選択を受け付けた、前記開始条件項目と比較子と比較値について、記憶装置160に既に登録済みの他の開始条件項目と比較子と比較値の組み合わせのうち同じものがないか判定し、同じ組み合わせのものがあれば重複がある旨の警告情報を出力装置150に出力するとしてもよい。   In addition, the check rule design unit 105 accepts selection in the third area, the start condition item, the comparator, and the comparison value, other start condition items and comparators already registered in the storage device 160, It may be determined whether there is the same combination of comparison values, and if there is the same combination, warning information indicating that there is an overlap may be output to the output device 150.

これまで示した前記システム100における各部101〜106はハードウェアとして実現してもよいし、メモリやHDD(Hard Disk Drive)などの適宜な記憶装置160に格納したプログラム170として実現するとしてもよい。この場合、CPU110など制御装置がプログラム実行に合わせて記憶装置160より該当プログラムを読み出して、これを実行することとなる。   Each of the units 101 to 106 in the system 100 described so far may be realized as hardware, or may be realized as a program 170 stored in an appropriate storage device 160 such as a memory or an HDD (Hard Disk Drive). In this case, the control device such as the CPU 110 reads the corresponding program from the storage device 160 in accordance with the program execution and executes it.

−−−処理手順例−−−
以下、本実施形態におけるチェックルール設計支援方法の実際手順について、図2の処理フローに従い、図3から図22を用いながら説明する。以下で説明するチェックルール設計支援方法に対応する各種動作は、前記システム100のCPU110がメモリ120に読み出して実行するプログラム170によって実現される。そして、このプログラム170は、以下に説明される各種の動作を行うためのコードから構成されている。
--- Processing procedure example ---
Hereinafter, the actual procedure of the check rule design support method in the present embodiment will be described according to the processing flow of FIG. 2 and using FIGS. 3 to 22. Various operations corresponding to the check rule design support method described below are realized by a program 170 that the CPU 110 of the system 100 reads into the memory 120 and executes. And this program 170 is comprised from the code | cord | chord for performing the various operation | movement demonstrated below.

なお、ここでは業務の例として、保険商品販売において顧客からの加入申込を受け付けて販売を行う業務を想定する。従ってここでの前記システム100が設計支援を行って生成するのは、該当業務において、顧客からの保険申込内容が保険会社の業務規則に一致しているかなどを申込受付システムでチェックするためのチェックルール、が対象となる。   Here, as an example of the business, it is assumed that the business accepts a subscription application from a customer and sells the insurance product. Therefore, the system 100 here generates the design support by checking the application reception system to check whether the insurance application content from the customer matches the business rules of the insurance company in the corresponding business. Rules.

<ステップs101>商品情報登録
前記保険商品の販売会社における管理者など、前記システム100の利用者は、入力装置140を用いて商品情報の入力作業を行う。ここで利用者に入力される商品情報は、本実施形態での販売対象とする保険商品に関するものとなる。図3に、出力装置150に出力される商品情報登録画面300を示す。この商品情報登録画面300は、利用者による商品情報の入力時に表示される画面であり、商品名登録エリア310、販売開始日登録エリア320、商品説明登録エリア330、商品契約者年齢上限登録エリア340、保険金額上限登録エリア350、商品登録完了ボタン360とからなる。ここで入力を受け付ける商品情報は、いわゆる商品パンフレットに記載されているような情報であり、上記320〜350以外の項目であっても勿論よい。
<Step s <b>101> Product Information Registration A user of the system 100 such as an administrator in the insurance product sales company uses the input device 140 to input product information. The product information input to the user here relates to the insurance product to be sold in the present embodiment. FIG. 3 shows a product information registration screen 300 output to the output device 150. The product information registration screen 300 is a screen that is displayed when product information is input by the user. The product name registration area 310, the sales start date registration area 320, the product description registration area 330, and the product contractor age upper limit registration area 340 are displayed. , An insurance amount upper limit registration area 350 and a product registration completion button 360. The merchandise information that receives the input here is information as described in a so-called merchandise pamphlet, and may of course be items other than the above 320 to 350.

前記利用者が前記入力装置140を利用して、前記商品情報登録画面300における各エリア310〜350の商品情報の各項目を入力し、商品登録完了ボタン360を押下すると、前記システム100の商品情報登録部101は、前記商品情報登録画面300の各エリア310〜350の入力データを商品情報として取得し、これを記憶装置160に登録する。   When the user inputs each item of product information in each area 310 to 350 on the product information registration screen 300 using the input device 140 and presses a product registration completion button 360, the product information of the system 100 is displayed. The registration unit 101 acquires input data of each area 310 to 350 of the product information registration screen 300 as product information and registers it in the storage device 160.

前記商品情報登録部101は、前記商品情報を記憶装置160における商品情報テーブル400に格納する。図4に、商品情報テーブル400のテーブル構成例を示す。この商品情報テーブル400は、商品を識別するための商品番号フィールド410および、前記商品情報登録画面300の各項目に対応した、商品名フィールド420、販売開始日フィールド430、商品説明フィールド440、商品契約者年齢上限フィールド450、保険金額上限フィールド460とからなる。前記商品情報登録部101が前記商品情報登録画面300で商品情報を受け付けて登録処理を行うたび、この商品情報テーブル400のレコードを一つ追加する。   The product information registration unit 101 stores the product information in the product information table 400 in the storage device 160. FIG. 4 shows a table configuration example of the product information table 400. The product information table 400 includes a product number field 410 for identifying a product, a product name field 420, a sales start date field 430, a product description field 440, a product contract corresponding to each item on the product information registration screen 300. A person age upper limit field 450 and an insurance amount upper limit field 460. Each time the product information registration unit 101 receives product information on the product information registration screen 300 and performs registration processing, one record of the product information table 400 is added.

<ステップs102>業務プロセス情報登録
また前記システム100の業務プロセス情報登録部102は、前記ステップs101で前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置140で前記利用者から受け付けて記憶装置160に登録する。本実施形態における業務プロセスの例は、保険商品の販売業務に関する業務プロセスとなる。図5に、出力装置150に出力される業務プロセス情報登録画面500を示す。この業務プロセス情報登録画面500は、利用者による業務プロセス情報の入力時に表示される画面であり、商品名選択エリア510、業務プロセス登録エリア520、業務プロセス登録完了ボタン530とからなる。
<Step s102> Business Process Information Registration The business process information registration unit 102 of the system 100 receives, from the user, information on the business process that handles the product for which the product information has been registered in the step s101 from the user. Registered in the storage device 160. An example of a business process in the present embodiment is a business process related to insurance product sales. FIG. 5 shows a business process information registration screen 500 output to the output device 150. The business process information registration screen 500 is a screen that is displayed when the user inputs business process information, and includes a product name selection area 510, a business process registration area 520, and a business process registration completion button 530.

前記業務プロセス情報登録画面500を閲覧している利用者は、入力装置140を用いて、前記商品名選択エリア510にて、業務プロセスを登録する商品の選択を行う。この商品名選択エリア510で選択可能に表示(例えば、プルダウンメニューとして一覧表示)される商品の情報は、前記システム100が、前記ステップs101で登録した商品情報であり、記憶装置160の商品情報テーブル400の格納情報より読み出した商品情報となる。図5の例では、前記利用者は「新型自動車保険」なる商品を選択している。   A user browsing the business process information registration screen 500 uses the input device 140 to select a product for registering a business process in the product name selection area 510. The product information displayed in a selectable manner in the product name selection area 510 (for example, displayed as a list as a pull-down menu) is the product information registered by the system 100 in step s101, and the product information table in the storage device 160 The product information is read from the stored information 400. In the example of FIG. 5, the user has selected a product “new car insurance”.

また、前記利用者は、業務プロセス登録エリア520では、前記「新型自動車保険」における業務プロセスとして、「試算」、「申込」、「契約」の各業務プロセスをフローチャート形式で登録している。登録形式は、フローチャート以外の表形式などであってもよい。   In the business process registration area 520, the user registers the business processes of “trial calculation”, “application”, and “contract” in the form of a flowchart as the business processes in the “new car insurance”. The registration format may be a table format other than the flowchart.

入力装置140を用いて、510、520の業務プロセス情報の各項目を登録し、業務プロセス登録完了ボタン530を押下することで、業務プロセス情報を登録する。
利用者により、前記商品名選択エリア510での商品選択、および前記業務プロセス登録エリア520での業務プロセスの登録がなされると、前記業務プロセス情報登録部102は、前記各エリアで指定された商品および業務プロセスに関する情報を受け付けて、記憶装置160の業務プロセス情報テーブル600に格納する。
The business process information items 510 and 520 are registered using the input device 140, and the business process information is registered by pressing a business process registration completion button 530.
When a user selects a product in the product name selection area 510 and registers a business process in the business process registration area 520, the business process information registration unit 102 stores the product specified in each area. And information related to the business process is received and stored in the business process information table 600 of the storage device 160.

図6に、業務プロセス情報テーブル600のテーブル構成例を示す。この業務プロセス情報テーブル600は、前記業務プロセス情報登録画面500の各項目に対応した、商品名フィールド610、業務プロセスを識別する業務番号フィールド620、業務プロセス名フィールド630とからなる。前記業務プロセス情報登録部102は、登録された業務プロセスごとに、業務プロセス名フィールド630に業務プロセス名が入ったレコードを追加する。   FIG. 6 shows a table configuration example of the business process information table 600. The business process information table 600 includes a product name field 610, a business number field 620 for identifying a business process, and a business process name field 630 corresponding to each item of the business process information registration screen 500. The business process information registration unit 102 adds a record containing a business process name to the business process name field 630 for each registered business process.

<ステップs103>業務データ情報登録
また前記システム100の業務データ情報登録部103は、前記ステップs102で登録された業務プロセスで取り扱う業務データの情報を、入力装置140において利用者から受け付けて記憶装置160に登録する。以下にその詳細を述べる。
<Step s103> Business Data Information Registration Further, the business data information registration unit 103 of the system 100 receives the business data information handled by the business process registered in the step s102 from the user in the input device 140, and stores the storage device 160. Register with. Details are described below.

(1)業務データ情報登録
図7に業務データ情報登録画面700の例を示す。業務データ情報登録画面700は、業務データエリア710、型エリア720、桁エリア730、比較商品情報エリア740、比較条件エリア750、完了ボタンエリア760とからなる。前記業務データ情報登録画面700を閲覧している利用者は、入力装置140を用いて、保険商品の販売時などに入出力データとして扱う業務データをエリア710に入力する。それぞれ入力した業務データに対して、型、桁をエリア720、730に入力する。また、業務データの値が守るべき商品情報の値をエリア750に、前記商品情報の値との比較条件(があれば)をエリア740にそれぞれ入力する。比較商品情報の項目は、前記ステップs101で登録した商品情報400の項目(例:前記商品契約者年齢上限450、保険金額上限460、など)を前記業務データ登録部103が読み出してプルダウンメニュー等のリスト表示したものであり、前記利用者はそのリスト中から選択することになる。
(1) Business Data Information Registration FIG. 7 shows an example of the business data information registration screen 700. The business data information registration screen 700 includes a business data area 710, a model area 720, a digit area 730, a comparative product information area 740, a comparison condition area 750, and a completion button area 760. A user viewing the business data information registration screen 700 uses the input device 140 to input business data to be handled as input / output data in the area 710 when selling insurance products. For each input business data, a model and a digit are input in areas 720 and 730. Further, the value of the product information to be protected by the value of the business data is input to the area 750, and the comparison condition (if any) with the value of the product information is input to the area 740. As the item of comparison product information, the business data registration unit 103 reads the items of the product information 400 registered in the step s101 (for example, the product contractor age upper limit 450, the insurance amount upper limit 460, etc.), and a pull-down menu, etc. The list is displayed, and the user selects from the list.

例えば図7の例では、契約者氏名、住所、契約者年齢などの業務データ項目が登録されている。契約者年齢のデータ項目は、型が数値型で、桁が3桁と設定されており、比較すべき商品情報として、ステップs101で登録した商品情報400の「契約者年齢上限」が設定され、また比較条件として、不等号「≦」が登録されている。つまり、商品契約者の年齢は、登録されている商品情報たる「商品契約者年齢上限」の値以下でなければならないことを示している。   For example, in the example of FIG. 7, business data items such as the contractor name, address, and contractor age are registered. The data item of the contractor age is set to the numeric type and the digit is set to 3 digits. As the product information to be compared, the “contractor age upper limit” of the product information 400 registered in step s101 is set. An inequality sign “≦” is registered as a comparison condition. In other words, it indicates that the age of the product contractor must be equal to or less than the value of the “product contractor age upper limit” as the registered product information.

前記利用者による完了ボタン760を押下を受け、前記業務データ登録部103は、前記業務データ情報登録画面700で受け付けた業務データ情報を、記憶装置160の業務データ情報テーブル800に登録する。図8に、業務データ情報800のテーブル例を示す。業務データ項目情報テーブル800は、業務データ項目を識別する項目番号フィールド810、業務データ項目フィールド820、型フィールド830、桁フィールド840、比較条件フィールド850、比較商品情報フィールド860とからなる。   When the user presses the completion button 760, the business data registration unit 103 registers the business data information received on the business data information registration screen 700 in the business data information table 800 of the storage device 160. FIG. 8 shows a table example of the business data information 800. The business data item information table 800 includes an item number field 810 for identifying a business data item, a business data item field 820, a type field 830, a digit field 840, a comparison condition field 850, and a comparative product information field 860.

(2)コード値情報登録
図7に示した例では、業務データ「用途車種」は、コード型として定義されている。コード型の場合は取り得る値がコード値となるため、前記システム100は、利用者からコード値の設定を受ける必要がある。この場合、前記業務データ登録部103は、図9に示すコード値情報登録画面900を出力装置150に表示し、この画面を介してコード値の登録を受け付けることとなる。
(2) Code Value Information Registration In the example shown in FIG. 7, the business data “use vehicle type” is defined as a code type. In the case of a code type, a possible value is a code value, and thus the system 100 needs to receive a code value setting from a user. In this case, the business data registration unit 103 displays the code value information registration screen 900 shown in FIG. 9 on the output device 150, and accepts code value registration via this screen.

前記コード値情報登録画面900は、業務データエリア910、コード値エリア920、意味エリア930、完了ボタン940とからなる。このコード値情報登録画面900を閲覧している前記利用者は、入力装置140を用いて、各コード値とコード値の説明とを登録する。図9の例では、「用途車種」という項目は、コード値として「01」や「02」などの値をとり、それぞれコード値は、「自家用普通車」、「自家用軽自動車」などを表している。   The code value information registration screen 900 includes a business data area 910, a code value area 920, a semantic area 930, and a completion button 940. The user who is browsing the code value information registration screen 900 registers each code value and a description of the code value using the input device 140. In the example of FIG. 9, the item “use vehicle type” takes a code value such as “01” or “02”, and the code value represents “private ordinary car”, “personal light car”, or the like. Yes.

前記利用者による完了ボタン940の押下を受けて、前記業務データ登録部103は、前記コード値情報登録画面900で受け付けたコード値情報(コード値とその説明とに関する情報)を取得し、記憶装置160のコード値情報テーブル1000に登録する。コード値情報テーブル1000の例を図10に示す。このコード値情報テーブル1000は、業務データフィールド1010、コード値フィールド1020、説明フィールド1030とからなる。   Upon receiving the press of the completion button 940 by the user, the business data registration unit 103 acquires the code value information (information regarding the code value and its description) received on the code value information registration screen 900, and the storage device 160 is registered in the code value information table 1000. An example of the code value information table 1000 is shown in FIG. The code value information table 1000 includes a business data field 1010, a code value field 1020, and an explanation field 1030.

(3)業務データと商品、業務プロセスの関連付け
続いて前記業務データ登録部103は、登録した業務データが、どの商品、どの業務プロセスで利用されるものであるかの指定を利用者から受け付けることになる。図11に業務データの商品・業務関連付け画面1100を示す。業務データの商品・業務関連付け画面1100は、商品エリア1110、業務プロセスエリア1120、業務データエリア1130、入出力区分エリア1140、完了ボタン1150とからなる。
(3) Association of business data, product, and business process Subsequently, the business data registration unit 103 accepts designation of which product and which business process the registered business data is used from the user. become. FIG. 11 shows a product / business association screen 1100 for business data. The business data product / business association screen 1100 includes a product area 1110, a business process area 1120, a business data area 1130, an input / output classification area 1140, and a completion button 1150.

前記業務データ登録部103は、前記商品エリア1110に、前記ステップs101で登録した商品情報400から商品名を読み出して選択可能にリスト表示する。また同様に、業務プロセスエリア1120には、前記ステップs102で登録した業務プロセス情報600から業務プロセス名を読み出して選択可能にリスト表示する。また同様に、業務データエリア1130には、前記業務データ情報800から業務データの情報を読み出してリスト表示し、リスト中から選択された商品、業務プロセスで利用する業務データを表示する。また、入出力区分エリア1140は、該当業務プロセスにおいて、業務データが入力データなのか、あるいは出力データなのかの選択を受け付ける。   The business data registration unit 103 reads the product name from the product information 400 registered in the step s101 in the product area 1110 and displays it in a selectable list. Similarly, in the business process area 1120, business process names are read from the business process information 600 registered in step s102 and displayed in a selectable list. Similarly, in the business data area 1130, business data information is read from the business data information 800 and displayed in a list, and business data used in the product and business process selected from the list is displayed. The input / output classification area 1140 accepts selection of whether the business data is input data or output data in the corresponding business process.

図11の例では、「新型自動車保険」という商品の、「試算」業務プロセスにおいて、「契約者氏名」や「住所」、「契約者年齢」、「保険金額」、「用途車種」、「保険料」などのデータが業務データ項目として登録されている。   In the example of FIG. 11, in the “estimate” business process of the product “new car insurance”, “contractor name”, “address”, “contractor age”, “insurance amount”, “use car model”, “insurance” Data such as “Fee” is registered as a business data item.

前記業務データの商品・業務関連付け画面1100を閲覧し、各エリアで選択等を行った利用者が完了ボタン1150を押下することで、前記業務データ登録部103は、業務データの商品・業務関連付け画面1100を介して受け付けた、商品名、業務プロセス、業務データ、および入出力区分のひとまとまりの情報を、記憶装置160の商品・業務利用データ情報テーブル1200に登録する。   When the user who browses the product / business association screen 1100 of the business data and selects in each area presses the completion button 1150, the business data registration unit 103 causes the product / business association screen of business data to be displayed. The product name, the business process, the business data, and the batch information of the input / output classification received via 1100 are registered in the product / business use data information table 1200 of the storage device 160.

図12に、商品・業務利用データ情報テーブル1200の構造例を示す。この商品・業務利用データ情報1200は、商品フィールド1210、業務プロセスフィールド1220、業務データフィールド1230、入出力区分フィールド1240とからなる。各フィールドの項目は、業務データ項目の商品・業務関連付け画面1100で受け付ける項目と対応している。   FIG. 12 shows an example of the structure of the product / business use data information table 1200. The product / business use data information 1200 includes a product field 1210, a business process field 1220, a business data field 1230, and an input / output classification field 1240. The items in each field correspond to the items received on the product / business association screen 1100 for business data items.

<ステップs104>チェックルールテンプレート生成
続いて、前記システム100のチェックルールテンプレート生成部104は、前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置160より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、比較基準となる比較値の候補および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置160より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置160に格納する。
<Step s104> Check Rule Template Generation Next, the check rule template generation unit 104 of the system 100 reads the registered product information, business process information, and business data information from the storage device 160 and displays them in a selectable manner. With respect to the business data that can be selected in the first area and the first area, a comparison value candidate as a comparison reference and a candidate for a comparator that defines a desired relationship with the comparison value are stored in the storage device 160. Data including the second area that is read and displayed so as to be selectable is generated and stored in the storage device 160 as a check rule template.

図13に、チェックルールテンプレートの表示画面1300を示す。ここで例示したチェックルールテンプレート画面1300は、コード型の業務データに対するチェックルールを定義するためのテンプレートである。このチェックルールテンプレート画面1300は、ルール定義対象業務データを選択するエリア1310(=第1のエリア)、ルール定義エリア1320(=第2のエリア)、登録済ルールを表示するエリア1330、チェックルール開始条件を登録参照するチェックルール開始条件エリア1340(=第3のエリア)とからなる。   FIG. 13 shows a check rule template display screen 1300. The check rule template screen 1300 exemplified here is a template for defining a check rule for code-type business data. The check rule template screen 1300 includes an area 1310 (= first area) for selecting rule definition target business data, a rule definition area 1320 (= second area), an area 1330 for displaying registered rules, and a check rule start. It consists of a check rule start condition area 1340 (= third area) for registering and referring to conditions.

前記ルール定義対象項目選択エリア1310は、商品名エリア1311、業務プロセス名エリア1312、業務データエリア1313とからなる。また、前記ルール定義エリア1320は、比較子入力エリア1321、ルールの比較値入力エリア1322、ルール開始条件入力エリア1323、ルールに該当しない場合に表示するエラーメッセージエリア1324、ルール適用商品・業務入力エリア1325からなる。   The rule definition target item selection area 1310 includes a product name area 1311, a business process name area 1312, and a business data area 1313. The rule definition area 1320 includes a comparator input area 1321, a rule comparison value input area 1322, a rule start condition input area 1323, an error message area 1324 to be displayed when a rule does not apply, and a rule application product / business input area. 1325.

一方、図14に、数値型の業務データに対するチェックルールを定義するためのテンプレート画面1400を示す。画面の構成は、コード型のチェックルールテンプレート画面1300とほぼ同じであるから説明を省略する。異なる点はルールの比較値入力エリア1322が、コード値でなく「数値」となる点である。   On the other hand, FIG. 14 shows a template screen 1400 for defining a check rule for numerical business data. Since the configuration of the screen is almost the same as that of the code type check rule template screen 1300, description thereof is omitted. The difference is that the rule comparison value input area 1322 is “numerical value” instead of a code value.

図15に、チェックルールテンプレート1300、1400の生成処理の詳細ステップを示す。また図16には、チェックルールテンプレートの各構成要素が、どのデータに基づいて生成されるかを、生成処理ステップと対応させて示している。以下、図15の処理ステップに従いながら、チェックルールテンプレートの生成処理について示す。   FIG. 15 shows detailed steps of the generation process of the check rule templates 1300 and 1400. FIG. 16 also shows which data each component of the check rule template is generated in correspondence with the generation processing step. Hereinafter, the generation process of the check rule template will be described while following the processing steps of FIG.

・ステップs1501:ルール定義対象業務データの選択
前記チェックルールテンプレート生成部104は、前記商品名エリア1311に、前記ステップs101で登録した商品情報テーブル400から読み出した商品名のリストを選択可能に表示し、利用者からの選択を受け付ける。また同様に、前記チェックルールテンプレート生成部104は、前記業務プロセスエリア1312に、前記ステップs102で登録した業務プロセス情報テーブル600から業務プロセス名のリストを読み出して選択可能に表示し、利用者からの選択を受け付ける。更に、前記チェックルールテンプレート生成部104は、前記業務データエリア1313に、前記業務データ情報テーブル800の業務データのリストを読み出して選択可能に表示し、利用者から、チェックルール定義対象となる業務データの選択を受け付ける。図13に示す例では、「新型自動車保険」なる商品の、「試算」業務プロセスにおける、業務データとして「用途車種」が利用者により選択されている。
Step s1501: Selection of rule definition target business data The check rule template generation unit 104 displays, in the product name area 1311, a list of product names read from the product information table 400 registered in Step s101 so as to be selectable. , Accepts selections from users. Similarly, the check rule template generation unit 104 reads a list of business process names from the business process information table 600 registered in step s102 and displays it in the business process area 1312 so that it can be selected. Accept selection. Further, the check rule template generation unit 104 reads out a list of business data in the business data information table 800 and displays it in the business data area 1313 so that it can be selected. Accept the selection. In the example shown in FIG. 13, “use vehicle type” is selected by the user as business data in the “trial calculation” business process of the product “new car insurance”.

・ステップs1502:ルール定義対象業務データの型判定処理
続いて前記チェックルールテンプレート生成部104は、前記ルール定義対象業務データ選択エリア1310で選択された業務データが、コード型か、文字型か、数値型か、前記業務データ情報テーブル800における該当レコードの「型」欄を参照し判定する。これは、型によって生成するチェックルールテンプレートが異なるためである(前記画面1300と前記画面1400の違い)。この判定で、業務データがコード型ないし文字型の場合、チェックルールテンプレート生成部104はステップs1503へ処理を遷移する。一方、業務データが数値型の場合、チェックルールテンプレート生成部104はステップs1513へ処理を遷移する。
Step s1502: Rule determination target business data type determination processing Subsequently, the check rule template generation unit 104 determines whether the business data selected in the rule definition target business data selection area 1310 is a code type, a character type, or a numerical value. It is determined by referring to the “type” column of the corresponding record in the business data information table 800. This is because the check rule template generated differs depending on the type (difference between the screen 1300 and the screen 1400). If it is determined that the business data is a code type or a character type, the check rule template generation unit 104 shifts the processing to step s1503. On the other hand, if the business data is a numerical type, the check rule template generation unit 104 shifts the processing to step s1513.

・ステップs1503:コード型、文字型の場合、比較子の出力
前記ルール定義対象業務データ選択エリア1310で選択された業務データが、コード型ないし文字型であった場合(s1502:コード型、文字型)、前記チェックルールテンプレート生成部104は、前記比較子入力エリア1321の候補リストに、等号「=」、もしくは等号否定「≠」を出力し、ステップs1504へ遷移する。
Step s1503: Output of a comparator in the case of code type or character type When the business data selected in the rule definition target business data selection area 1310 is a code type or a character type (s1502: code type, character type) ), The check rule template generation unit 104 outputs an equal sign “=” or an equal sign negation “≠” to the candidate list in the comparator input area 1321, and proceeds to step s 1504.

・ステップs1504:ルール比較値候補にコード値情報を出力
前記ルール定義対象業務データ選択エリア1310で選択された業務データがコード型であった場合、前記チェックルールテンプレート生成部104は、前記ステップs103で登録した業務データのコード値情報テーブル1000に基づき、当該業務データのコード値(コード値1020、説明1030の各データ)をルール比較値入力エリア1322の候補リストとして出力し、ステップs1505へ処理を遷移する。図13の例では、業務データ「用途車種」のコード値として、「01自家用普通車」、「02自家用軽自動車」、「03販売用自動車」などがリスト出力されている。なお、前記ルール定義対象業務データ選択エリア1310で選択された業務データが「文字型」の場合は、特に何も表示せず、文字列の自由入力欄となる。
Step s1504: Output the code value information to the rule comparison value candidate When the business data selected in the rule definition target business data selection area 1310 is a code type, the check rule template generation unit 104 performs the step s103. Based on the code value information table 1000 of the registered business data, the code value of the business data (each data of the code value 1020 and the description 1030) is output as a candidate list in the rule comparison value input area 1322, and the process proceeds to step s1505. To do. In the example of FIG. 13, “01 private car”, “02 private light vehicle”, “03 sales vehicle”, and the like are output as a list of code values for the business data “use vehicle type”. When the business data selected in the rule definition target business data selection area 1310 is “character type”, nothing is displayed and the text is a free input field for a character string.

・ステップs1513:数値型の場合、比較子出力
一方、前記ルール定義対象業務データ選択エリア1310で選択された業務データが、「数値型」の場合(s1502:数値型)、前記チェックルールテンプレート生成部104は、前記比較子入力エリア1321の候補リストに等号「=」、もしくは等号否定「≠」、不等号「≧」、「≦」、「>」、「<」を出力し、ステップs1514へ処理を遷移する。
Step s1513: Comparator output in the case of numeric type On the other hand, if the business data selected in the rule definition target business data selection area 1310 is “numeric type” (s1502: numeric type), the check rule template generation unit 104 outputs an equal sign “=”, equal sign negation “≠”, inequality signs “≧”, “≦”, “>”, “<” to the candidate list in the comparator input area 1321, and proceeds to step s 1514. Transition processing.

・ステップs1514:ルール比較値候補に比較商品情報の値を出力
前記ルール定義対象業務データ選択エリア1310で選択された業務データが、「数値型」であった場合、前記チェックルールテンプレート生成部104は、前記ステップs103で登録した業務データ情報テーブル800において比較条件850、比較商品情報860の値があれば、前記ステップs101で登録した商品情報テーブル400の値(例:商品契約者年齢上限450や保険金額上限460など)を参照し、当該商品情報の値(例:上限年齢である「75」)をルール比較値入力エリア1322に、比較条件(例:「≦」)を比較子入力エリア1321に、候補として出力し、ステップs1505へ処理を遷移する。
Step s1514: Output the value of the comparison product information to the rule comparison value candidate. If the business data selected in the rule definition target business data selection area 1310 is “numeric type”, the check rule template generation unit 104 If there are values of the comparison condition 850 and the comparison product information 860 in the business data information table 800 registered in the step s103, the values of the product information table 400 registered in the step s101 (for example, the product contractor age upper limit 450 or insurance) The value of the product information (eg, “75” which is the upper limit age) is entered in the rule comparison value input area 1322, and the comparison condition (eg: “≦”) is entered in the comparator input area 1321. , Output as a candidate, and the process proceeds to step s1505.

・ステップs1505:エラーメッセージエリア出力
また、前記チェックルールテンプレート生成部104は、後のチェックルールにもとづく業務データのチェック時に、業務データがチェックルールに適合しなかった場合に出力するエラーメッセージの入力を受け付けるエリア1324を、前記ルール定義エリア1320において出力する。
Step s1505: Output error message area The check rule template generation unit 104 inputs an error message to be output when the business data does not conform to the check rule when checking the business data based on the later check rule. The receiving area 1324 is output in the rule definition area 1320.

・ステップs1506:ルール適用商品、業務入力エリア出力
また、前記チェックルールテンプレート生成部104は、チェックルールの適用商品、適用業務の選択入力を受け付けるエリア1325を、前記ルール定義エリア1320において出力する。この場合、チェックルールテンプレート生成部104は、前記記憶装置160における商品情報テーブル400、業務プロセス情報テーブル600に登録された各商品、各業務の名称を読み出して前記エリア1325で表示し、前記名称の下部にチェックフィールドをインターフェイスとして表示させる。利用者はこのチェックフィールドのインターフェイスにて、所望の商品や業務プロセスについてチェックを入れることで、チェックルールの適用対象とする商品、業務を指定できる。
Step s1506: Rule application product, business input area output Further, the check rule template generation unit 104 outputs an area 1325 for receiving a check rule application product and application business selection input in the rule definition area 1320. In this case, the check rule template generation unit 104 reads out the name of each product and each business registered in the product information table 400 and the business process information table 600 in the storage device 160 and displays them in the area 1325. Display the check field as an interface at the bottom. The user can specify a product or a business to which the check rule is applied by checking a desired product or business process in the check field interface.

・ステップs1507:登録済ルールの表示
前記チェックルールテンプレート生成部104は、前記ルール定義対象業務データ選択エリア1310で選択を受け付けた業務データに関して、登録済みのチェックルールを記憶装置160(におけるチェックルール定義テーブル2000やルール適用商品業務テーブル2100)で検索し、登録済のチェックルールがあれば、チェックルール定義テーブル2000より該当する登録済ルールを読み出して登録済ルール表示エリア1330に表示する。チェックルール定義テーブル2000のテーブル構成については後述する。なお、登録済ルール表示エリア1330は、前記ルール定義エリア1320とほぼ同様の構成であり、説明を割愛する。
Step s1507: Display of Registered Rules The check rule template generation unit 104 stores registered check rules in the storage device 160 (check rule definition in the storage device 160) with respect to the business data received in the rule definition target business data selection area 1310. If there is a registered check rule, the corresponding registered rule is read out from the check rule definition table 2000 and displayed in the registered rule display area 1330. The table configuration of the check rule definition table 2000 will be described later. The registered rule display area 1330 has substantially the same configuration as the rule definition area 1320 and will not be described.

・ステップs1508:ルール開始条件エリアの表示
図17に、ルール開始条件エリア1710の例を示す。チェックルール開始条件とは、チェックルールに基づく業務データのチェック実行を、当該ルール開始条件に合致する場合にのみ実行する条件である。ルール開始条件エリアは、図13のチェックルールテンプレート画面1300で同時に表示してもよいが、この例では、利用者によるタブ選択を受けて、前記チェックルールテンプレート生成部104が登録済みチェックルール表示エリア1330と切り替え表示している。
Step s1508: Display of Rule Start Condition Area FIG. 17 shows an example of the rule start condition area 1710. The check rule start condition is a condition for executing check execution of business data based on the check rule only when the rule start condition is met. The rule start condition area may be displayed at the same time on the check rule template screen 1300 in FIG. 13, but in this example, the check rule template generation unit 104 receives the selected check rule display area upon receiving a tab selection by the user. The display is switched to 1330.

チェックルール開始条件エリア1710は、登録済開始条件表示エリア1720と、開始条件登録エリア1730、登録ボタン1740とからなる。前記チェックルールテンプレート生成部104は、前記チェック開始条件テーブル1900を検索し、登録済のチェックルール開始条件があれば、登録済開始条件表示エリア1720に該当チェックルールを表示する。前記登録済開始条件表示エリア1720は、開始条件番号エリア1721、開始条件項目エリア1722、比較子エリア1723、開始条件値エリア1724、とからなる。また、前記開始条件登録エリア1730は、前記登録済開始条件表示エリア1720とほぼ同様に、開始条件項目エリア1731、比較子エリア1732、開始条件値エリア1733とからなる。   The check rule start condition area 1710 includes a registered start condition display area 1720, a start condition registration area 1730, and a registration button 1740. The check rule template generation unit 104 searches the check start condition table 1900, and if there is a registered check rule start condition, displays the check rule in the registered start condition display area 1720. The registered start condition display area 1720 includes a start condition number area 1721, a start condition item area 1722, a comparator area 1723, and a start condition value area 1724. The start condition registration area 1730 includes a start condition item area 1731, a comparator area 1732, and a start condition value area 1733 almost the same as the registered start condition display area 1720.

<ステップs105>チェックルール設計
また前記システム100のチェックルール設計部105は、前記チェックルールテンプレートのデータを出力装置150に表示(=画面1300や画面1400)し、前記チェックルールテンプレートが示す前記ルール対象項目選択エリア(第1のエリア)において、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記ルール定義エリア(第2のエリア)において、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置160に格納する。
<Step s105> Check Rule Design The check rule design unit 105 of the system 100 displays the data of the check rule template on the output device 150 (= screen 1300 or screen 1400), and the rule target indicated by the check rule template In the item selection area (first area), selection of business data used in a predetermined product or a predetermined business process is accepted, and in the rule definition area (second area), a comparison value and The selection of the comparator is received and stored in the storage device 160 as a check rule definition.

図18に、チェックルール定義処理の詳細フローを示し、以下、図18のステップに従い、チェックルール定義の詳細処理を、図17のチェックルールテンプレート1700で、コード型の項目である「用途車種」についてチェックルールを定義する例で述べる。   FIG. 18 shows a detailed flow of the check rule definition process. Hereinafter, according to the steps of FIG. 18, the detailed process of the check rule definition is performed on the “use vehicle type” which is a code type item in the check rule template 1700 of FIG. An example of defining check rules will be described.

・ステップs1801:ルールの比較子選択
前記チェックルール設計部105は、前記チェックルールテンプレート画面1700の、チェックルール定義エリア1320の比較子エリア1321において、利用者による、ルールの比較子の選択入力を受け付ける。図17の例では、コード型の業務データ項目「用途車種」のチェックルール定義であるため、比較子エリア1321における選択リストは、等号、等号否定が含まれており、前記利用者はそのいずれかを選択入力することになる。図示した例では比較子エリア1321において等号「=」が選択されている。
Step s1801: Rule comparator selection The check rule design unit 105 accepts selection input of a rule comparator by the user in the comparator area 1321 of the check rule definition area 1320 of the check rule template screen 1700. . In the example of FIG. 17, since the check rule definition of the code-type business data item “use vehicle type” is included, the selection list in the comparator area 1321 includes an equal sign and an equal sign negation. Either one will be selected and input. In the illustrated example, the equal sign “=” is selected in the comparator area 1321.

・ステップs1802:ルールの比較値入力
続いて、前記チェックルール設計部105は、前記チェックルールテンプレート画面1700のルール定義エリア1320における比較値エリア1322にて、利用者による、ルールの比較値の選択入力を受け付ける。図17の例では、コード型の業務データ項目「用途車種」のチェックルール定義であるため、比較値エリア1322における選択リストは、前記コード値情報テーブル1000の「自家用普通車」、「自家用軽自動車」などの車種一覧情報が含まれており、前記利用者はそのいずれかを選択入力することになる。図示した例では、比較値エリア1322において「01自家用普通車」、「02自家用軽自動車」、「03原付自転車」が選択されている。この比較値エリア1322では、追加ボタンの押下に応じて項目追加を受け付けて、利用者による複数項目の選択を許容するとしてもよい。
Step s1802: Rule comparison value input Subsequently, the check rule design unit 105 selects and inputs a rule comparison value by the user in the comparison value area 1322 of the rule definition area 1320 of the check rule template screen 1700. Accept. In the example of FIG. 17, since the check rule definition of the code-type business data item “use vehicle type” is selected, the selection list in the comparison value area 1322 is “normal vehicle for private use”, “mini vehicle for private use” in the code value information table 1000. The vehicle type list information such as “” is included, and the user selects and inputs one of them. In the illustrated example, “01 private car”, “02 private light vehicle”, and “03 moped bicycle” are selected in the comparison value area 1322. In this comparison value area 1322, an item addition may be accepted in response to pressing of the add button, and the user may be allowed to select a plurality of items.

・ステップs1803:ルール開始条件設定
次に、前記チェックルール設計部105は、チェックルールの開始条件を登録する。この場合、チェックルール設計部105は、前記開始条件エリア1730で必要な開始条件の指定を利用者から受け、登録ボタン1740の押下に応じて該当開始条件を記憶装置160のチェック開始条件テーブル1900に登録する。チェック開始条件テーブル1900は、開始条件テーブル1910、開始条件項目1920、比較子1930、開始条件値1940とからなる。テーブル構成は、図17の開始条件設定エリアの構成と同じである。
Step s1803: Rule start condition setting Next, the check rule design unit 105 registers a check rule start condition. In this case, the check rule design unit 105 receives designation of a necessary start condition in the start condition area 1730 from the user, and stores the corresponding start condition in the check start condition table 1900 of the storage device 160 in response to pressing of the registration button 1740. sign up. The check start condition table 1900 includes a start condition table 1910, a start condition item 1920, a comparator 1930, and a start condition value 1940. The table configuration is the same as the configuration of the start condition setting area in FIG.

前記チェックルール設計部105は、上述のように開始条件の登録をすると、登録が済んだ開始条件の情報を、登録済開始条件表示エリア1720において、開始条件No.を付して表示する。ここで、同じ開始条件が重複定義されることをふせぐため、前記チェックルール設計部105は、登録要求された開始条件の情報と、前記チェック開始条件テーブル1900において登録済みの開始条件項目と比較子、開始条件値の組み合わせとを照合し、登録済みの情報と同じものが登録要求されている場合には、その旨の警告情報を出力装置150に出力して登録拒否してもよい。   When the check rule design unit 105 registers the start condition as described above, the check rule design unit 105 displays the registered start condition information in the registered start condition display area 1720 with a start condition No. Is displayed. Here, in order to prevent duplicate definition of the same start condition, the check rule design unit 105 registers the start condition information requested for registration, the start condition item registered in the check start condition table 1900, and the comparator. If the same information as the registered information is requested to be registered, the warning information to that effect may be output to the output device 150 and the registration may be rejected.

・ステップs1804:ルール開始条件番号登録
上述のように開始条件を登録すると、前記チェックルール設計部105は、前記登録済開始条件表示エリア1720において、開始条件No.と共に開始条件の情報を表示する。また、前記チェックルール設計部105は、前記開始条件No.を、前記チェックルール定義エリア1320の開始条件設定エリア1323に設定する。このことで、チェックルールの開始条件が設定される。図17の例では、「運転席エアバッグ有無」の項目値が「有」となっている場合に、「用途車種」のチェックルールについてチェック実行開始とすることを設定している。
Step s1804: Rule start condition number registration When the start condition is registered as described above, the check rule design unit 105 displays the start condition No. 1 in the registered start condition display area 1720. In addition, start condition information is displayed. Further, the check rule design unit 105 sets the start condition No. Is set in the start condition setting area 1323 of the check rule definition area 1320. Thus, the check rule start condition is set. In the example of FIG. 17, when the item value “presence / absence of driver's seat airbag” is “present”, the check execution start is set for the “use vehicle type” check rule.

・ステップs1805:エラーメッセージ入力
続いて前記チェックルール設計部105は、前記エラーメッセージ入力エリア1324にて、チェックルールを実行し適合しなかった場合のメッセージの入力を利用者から受け付けて設定する。図17の例では、「用途車種」のチェックルールが、実行時に適合しなかった場合に「その車種は選択できません」というメッセージを出力するよう設定されている。
Step s1805: Error message input Subsequently, the check rule design unit 105 executes the check rule in the error message input area 1324 and accepts and sets an input of a message when it does not match. In the example of FIG. 17, when the check rule of “use car model” does not match at the time of execution, a message “the car model cannot be selected” is set to be output.

・ステップs1806:ルール適用商品選択
また前記チェックルール設計部105は、チェックルールの適用商品の選択入力を受け付けるエリア1325のインターフェイスにて、当該チェックルールを適用する商品の選択入力を利用者から受け付ける。利用者は、複数の商品で同じルールを適用する場合に、ルールを複数回、設計登録する必要がなく、チェックルールを適用対象とする商品をチェックすることで、一回でルール設計が可能である。図17のインターフェイスの例では、「新型保険」についてチェックが設定され、当該チェックルールの適用対象とされている。
Step s1806: Rule application product selection The check rule design unit 105 receives a selection input of a product to which the check rule is applied from the user at an interface of an area 1325 that receives selection input of the application product of the check rule. When the same rule is applied to multiple products, the user does not need to design and register the rule multiple times. By checking the products for which the check rule is applied, the rule can be designed at a time. is there. In the example of the interface in FIG. 17, a check is set for “new insurance” and the check rule is applied.

・ステップs1807:ルール適用業務選択
また前記チェックルール設計部105は、チェックルールの適用業務の選択入力を受け付けるエリア1325のインターフェイスにて、チェックルールを適用する業務の選択入力を利用者から受け付ける。利用者は、複数の業務で同じルールを適用する場合には、ルールを複数回、設計登録する必要がなく、チェックルールを適用対象とする業務をチェックすることで、一回でルール設計が可能である。図17のインターフェイスの例では、「試算」、「契約業務」についてチェックが設定され、当該チェックルールの適用対象とされている。
Step s1807: Rule application work selection The check rule design unit 105 receives a selection input of a work to which the check rule is applied from the user at the interface of the area 1325 which receives a selection input of the check rule application work. When the same rule is applied to multiple tasks, the user does not need to design and register the rule multiple times, and the rule can be designed once by checking the task to which the check rule is applied. It is. In the example of the interface in FIG. 17, a check is set for “trial calculation” and “contract service”, and the check rule is applied.

また、前記チェックルール設計部105は、前記ステップs1806およびs1807のルール適用商品、業務プロセスの選択設定エリアに、個々の商品名あるいは業務プロセス名に加えて、全商品あるいは全業務に一括適用するためのインターフェイス(チェックボックス等)を出力するとしてもよい。勿論、前記チェックルール設計部105は、この一括適用の指定を受けたチェックルールに関し、記憶装置160にて全商品あるいは全業務に対応付ける。全商品、全業務共通のチェックルールに関して、利用者は前記インターフェイスで一括適用を指定することで、手間をかけずにチェックルール適用の設定が可能となる。   Further, the check rule design unit 105 applies to all the products or all business operations in addition to the individual product names or business process names to the rule application products and business process selection setting areas in the steps s1806 and s1807. The interface (check box, etc.) may be output. Needless to say, the check rule design unit 105 associates all the products or business in the storage device 160 with respect to the check rule for which the batch application is designated. With regard to check rules common to all products and all business operations, the user can set the application of the check rules without taking time and effort by specifying batch application on the interface.

・ステップs1808:ルール登録要求
また、前記チェックルール設計部105は、前記ステップs1801から1807で定義したチェックルール定義について、ルール登録ボタン1326の押下をもってチェックルール登録要求を受け付ける。
Step s1808: Rule registration request The check rule design unit 105 accepts a check rule registration request by pressing the rule registration button 1326 for the check rule definition defined in steps s1801 to 1807.

・ステップs1809:登録要求ルールの重複チェック
一方、前記チェックルール設計部105は、前記ステップs1808で登録要求されたチェックルール定義について、登録済のチェックルール定義で同じものが無いか、記憶装置160のチェックルール定義テーブル2000を参照しチェックする。図20にチェックルール定義テーブル2000の例を示す。チェックルール定義テーブル2000は、ルール番号フィールド2010、業務データフィールド2020、比較子フィールド2030、比較値フィールド2040、開始条件フィールド2050、チェックルール開始条件フィールド2060とからなる。同じチェックルール定義とは、同じ業務データに対して、同じ比較子、同じ比較値、同じ開始条件の組み合わせのルールである。
Step s1809: Checking for duplicate registration request rules On the other hand, the check rule design unit 105 determines whether there is a check rule definition registered in step s1808 that is the same as the registered check rule definition. Check with reference to the check rule definition table 2000. FIG. 20 shows an example of the check rule definition table 2000. The check rule definition table 2000 includes a rule number field 2010, a business data field 2020, a comparator field 2030, a comparison value field 2040, a start condition field 2050, and a check rule start condition field 2060. The same check rule definition is a combination of the same comparator, the same comparison value, and the same start condition for the same business data.

前記チェックルール設計部105は、前記チェックルール定義テーブル2000の各レコードを検索し、登録要求のあったチェックルール定義と同じものがあれば(s1809:重複あり)、ステップs1810へ処理を遷移する。他方、同じチェックルール定義が検索できなければ(s1809:重複なし)、処理をステップs1811へ遷移する。   The check rule design unit 105 searches each record of the check rule definition table 2000, and if there is the same check rule definition that requested registration (s1809: there is duplication), the process proceeds to step s1810. On the other hand, if the same check rule definition cannot be searched (s1809: no duplication), the process proceeds to step s1811.

・ステップs1810:アラーム出力
登録要求されたチェックルール定義が、既にチェックルール定義テーブル2000に登録済みであった時(s1809:重複あり)、前記チェックルール設計部105は、重複登録の旨のアラーム情報を出力装置150に出力し、前記ステップs1801へ処理を遷移し、チェックルール修正を利用者から受け付けることとなる。
Step s1810: Alarm output When the check rule definition requested to be registered has already been registered in the check rule definition table 2000 (s1809: there is a duplication), the check rule design unit 105 displays the alarm information indicating the duplicate registration. Is output to the output device 150, the process proceeds to step s1801, and check rule correction is accepted from the user.

・ステップs1811:ルール登録
一方、登録要求されたチェックルール定義が、チェックルール定義テーブル2000になければ(s1809:重複なし)、前記チェックルール設計部105は、新規のチェックルール定義であるとして前記登録要求されたチェックルール定義のデータをチェックルール定義テーブル2000に登録する。また、チェックルール設計部105は、ルール適用商品業務テーブル2100に、前記チェックルール定義の適用対象商品、業務の情報を設定する。ルール適用商品業務テーブル2100は、ルール番号フィールド2100、適用商品フィールド2200、適用業務プロセスフィールド2300とからなる。これにより、「ルール番号」に対応したチェックルール定義が、どの商品、業務に適用するものかを管理する。
Step s1811: Rule Registration On the other hand, if the check rule definition requested for registration is not in the check rule definition table 2000 (s1809: no duplication), the check rule design unit 105 registers the check rule definition as a new check rule definition. The requested check rule definition data is registered in the check rule definition table 2000. In addition, the check rule design unit 105 sets information on the application target product and business of the check rule definition in the rule applied product business table 2100. The rule application product business table 2100 includes a rule number field 2100, an application product field 2200, and an application business process field 2300. Thereby, it is managed to which product or business the check rule definition corresponding to the “rule number” applies.

以上の、前記ステップs104(ステップs1501〜s1514)の処理により、チェックルールに用いる項目や比較子、比較値の候補を、業務データ情報や商品情報からテンプレート形式で生成し、前記ステップs105(ステップs1801〜s1811)の処理により、パラメータ選択形式でチェックルール定義の設計を実現することで、チェックルールの設計が容易となる。また、チェックルールの適用商品、業務プロセスの選択により、一度のチェックルール設計で複数の商品、業務に適用するチェックルールを設計可能となる。また、チェックルールの重複チェックにより、複数の同一チェックルール生成を防ぐことができる。   Through the processing in step s104 (steps s1501 to s1514), candidates for items, comparators, and comparison values used in the check rule are generated from business data information and product information in a template format, and step s105 (step s1801) is generated. By implementing the check rule definition in the parameter selection format by the processing of ~ s1811), the check rule can be easily designed. In addition, by selecting check rule application products and business processes, it is possible to design check rules to be applied to a plurality of products and business operations with a single check rule design. In addition, a plurality of identical check rules can be prevented from being generated by the check rule duplication check.

<ステップs106>ルール生成
また前記システム100のチェックルール生成部106は、前記チェックルール定義を記憶装置160より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文、例えば、IF_THEN文に適用してチェックルールを生成し記憶装置160に格納する。
<Step s106> Rule Generation The check rule generation unit 106 of the system 100 reads the check rule definition from the storage device 160, and sets business data, comparison values, and comparators defined by the check rule definition as conditions of a predetermined program language. A check rule is generated by applying to a branch statement, for example, an IF_THEN statement, and stored in the storage device 160.

この場合、前記チェックルール生成部106は、前記ステップs105で設計したチェックルール定義を、コンピュータシステムが実行可能なプログラムとして生成することになる。プログラムの形式は、それぞれのプログラム開発言語によるが、ここではチェックルールを「IF_THEN形式」の文として表現する。   In this case, the check rule generation unit 106 generates the check rule definition designed in step s105 as a program executable by the computer system. The format of the program depends on each program development language, but here the check rule is expressed as a sentence of “IF_THEN format”.

図22は、生成したチェックルールを格納する生成チェックルールテーブル2200のテーブル構成例である。生成チェックルールテーブル2200は、ルール番号フィールド2210、生成チェックルールフィールド2220、とからなる。ルール番号フィールド2110は、定義したルール番号が格納され、生成チェックルールフィールド2220には、生成したチェックルールがIF_THEN形式で格納されている。   FIG. 22 is a table configuration example of a generation check rule table 2200 that stores generated check rules. The generation check rule table 2200 includes a rule number field 2210 and a generation check rule field 2220. The rule number field 2110 stores the defined rule number, and the generation check rule field 2220 stores the generated check rule in IF_THEN format.

例えば、IF_THEN文のうちのIF部に関し、前記チェックルール生成部106は、前記ステップs105で定義されたチェックルール定義が示す、業務データ、比較子、比較値を記憶装置160より読み出して設定する。図22の例のうちルール番号「1」のチェックルールでは、業務データたる「用途車種」、比較子たる等号「=」、比較値たる用途車種のコード値「1」、「2」、「3」として、“IF 「用途車種」=「1」or「2」or「3」”とIF部が生成されている。また、前記チェックルール生成部106は、IF_THEN文のうちTHEN部には「OK」、ELSE部にはエラーメッセージの内容(例:その車種は選択できません)を設定している。   For example, for the IF part of the IF_THEN statement, the check rule generation unit 106 reads out and sets business data, a comparator, and a comparison value indicated by the check rule definition defined in step s105 from the storage device 160. In the check rule of the rule number “1” in the example of FIG. 22, the “use car model” as business data, the equal sign “=” as a comparator, and the code values “1”, “2”, “ The IF part is generated as “IF“ use car model ”=“ 1 ”or“ 2 ”or“ 3 ”” as “3.” Further, the check rule generation unit 106 includes the THEN part of the IF_THEN statement. The content of the error message (eg, that model cannot be selected) is set in “OK” and ELSE section.

以上、本発明の実施形態によれば、チェックルールの設計を効率化するための、チェックルールテンプレートの生成と、それに基づく重複のないチェックルール設計、生成が可能となる。   As described above, according to the embodiment of the present invention, it is possible to generate a check rule template for efficient check rule design, and to design and generate a check rule without duplication based on the check rule template.

なお、前記システム100は、ネットワークを介して端末からの利用を受け付けることもできる。図23に、ネットワークを介したチェックルール設計支援システム100の利用構成例を示す。前記利用者が扱う利用端末2301が、ネットワーク2302を介して、前記システム100と接続されている。前記システム100の入力装置140、出力装置150に入出力される情報が、ネットワーク2302を介して利用端末2301に入出力される。処理の詳細は上述した内容と同じであるため説明を省略する。   The system 100 can also accept use from a terminal via a network. FIG. 23 shows a usage configuration example of the check rule design support system 100 via a network. A user terminal 2301 handled by the user is connected to the system 100 via a network 2302. Information input / output to / from the input device 140 and output device 150 of the system 100 is input / output to / from the use terminal 2301 via the network 2302. Details of the processing are the same as those described above, and a description thereof will be omitted.

−−−その他の処理例−−−
次に、上述した手順で設計したチェックルールに基づいて、保険販売業務における業務データのチェック処理を実行する場合の処理手順について説明する。こうした処理手順を実行するハードウェア構成について図24に示す。ここではそのハードウェアをチェックルール実行支援システム2400とし、その構成例を図24に示している。このチェックルール実行支援システム2400は、前記システム100と同様に、CPU2410、メモリ2420、通信ポート2430、入力装置2440、出力装置2450、記憶装置2460を備える。前記CPU2410は、チェックルール実行支援システム2400の全体制御を司るもので、記憶装置2460に記憶されたチェックルール実行プログラム2470をメモリ2420に読み出して実行することにより、上述したチェックルール実行支援システム2400としての各種機能を実現する。以下、メモリ2420、通信ポート2430、入力装置2440、出力装置2450、記憶装置2460の各装置は、前記システム100の各装置と同等であるため説明を省略する。すなわち、前記チェックルール実行支援システム2400は、前記システム100と物理的に同一のシステムとして、記憶装置にそれぞれに対応したプログラムとテーブルを格納したものであっても勿論よい。
--- Other processing examples ---
Next, a processing procedure in the case where the business data check processing in the insurance sales business is executed based on the check rule designed by the above-described procedure will be described. FIG. 24 shows a hardware configuration for executing such a processing procedure. Here, the hardware is the check rule execution support system 2400, and a configuration example thereof is shown in FIG. Similar to the system 100, the check rule execution support system 2400 includes a CPU 2410, a memory 2420, a communication port 2430, an input device 2440, an output device 2450, and a storage device 2460. The CPU 2410 is responsible for overall control of the check rule execution support system 2400. By reading the check rule execution program 2470 stored in the storage device 2460 into the memory 2420 and executing it, the above-described check rule execution support system 2400 is obtained. Implement various functions. Hereinafter, the memory 2420, the communication port 2430, the input device 2440, the output device 2450, and the storage device 2460 are the same as the devices of the system 100, and thus the description thereof is omitted. In other words, the check rule execution support system 2400 may be a system that is physically the same as the system 100 and stores programs and tables corresponding to the respective systems in a storage device.

前記記憶装置2460には、チェックルール実行プログラム2470、ルール適用商品業務テーブル2100、生成チェックルールテーブル2200、が記憶される。ルール適用商品業務テーブル2100、生成チェックルールテーブル2200は、上述した前記システム100で設計、作成したものである。前記チェックルール実行支援システム2400は、ルール適用商品業務テーブル2100、生成チェックルールテーブル2200の各データを読み込むために、例えばネットワークを介して前記システム100から送信される該当データを通信ポート2430で受信して、記憶装置2460に記憶しておく。あるいは適宜な記憶媒体を用いて記憶装置2460に格納しているとしてもよい。   The storage device 2460 stores a check rule execution program 2470, a rule application product business table 2100, and a generation check rule table 2200. The rule application product business table 2100 and the generation check rule table 2200 are designed and created by the system 100 described above. The check rule execution support system 2400 receives the corresponding data transmitted from the system 100 via the network, for example, via the network in order to read each data of the rule application product business table 2100 and the generation check rule table 2200. And stored in the storage device 2460. Alternatively, the data may be stored in the storage device 2460 using an appropriate storage medium.

以下、チェックルールを業務に適用して業務データのチェック処理を実行する場合の処理手順、すなわち、チェックルール実行プログラム2470の処理フローについて、図25の処理フローに従い、図26から図27を用いながら説明する。なお、ここでは業務の例として、上記同様に保険商品販売において顧客からの保険申込を受け付ける業務を想定する。前記システム2400が既存の保険商品の申込受付システムと連動する状況を想定してもよい。この場合、該当業務において、顧客からの保険申込内容に関して、誤りが無いか、保険会社の業務規則に一致しているか、などをチェックする状況を想定する。   Hereinafter, the processing procedure when the check data is applied by applying the check rule to the business, that is, the processing flow of the check rule execution program 2470, according to the processing flow of FIG. explain. Here, as an example of a business, a business that accepts an insurance application from a customer in insurance product sales as described above is assumed. A situation may be assumed in which the system 2400 is linked with an application receiving system for existing insurance products. In this case, a situation is assumed in which, in the relevant business, the insurance application content from the customer is checked for errors or whether it conforms to the business rules of the insurance company.

<ステップs2501>業務データ入力
前記システム2400の業務データ入力部2501は、顧客からの保険申込内容に関する業務データの入力を入力装置2440で受け付けて取得する。図26に、業務データ入力画面2600の例を示す。この画面2600で顧客が入力している商品は「新型自動車保険」であり、業務は「試算」業務である。
<Step s2501> Business Data Input The business data input unit 2501 of the system 2400 receives and acquires business data related to insurance application contents from the customer using the input device 2440. FIG. 26 shows an example of the business data input screen 2600. The product entered by the customer on this screen 2600 is “new car insurance”, and the business is “trial calculation”.

ここでの業務データは、保険申込データである。よって、保険を申込む顧客、もしくは、申込を顧客から受けた保険販売代理店の営業員が該当データを、前記業務データ入力画面2600により入力装置2440を用いて入力することになる。ここでは、前記システム2400の入力装置2440にて入力を受け付ける例を示しているが、例えば、ネットワークを介した他の情報処理装置から、通信ポート2430にて入力データを受信するとしてもよい。   The business data here is insurance application data. Accordingly, a customer who applies for insurance or a sales representative of an insurance sales agent who has received an application inputs the corresponding data using the input device 2440 on the business data input screen 2600. Here, an example is shown in which an input is received by the input device 2440 of the system 2400. For example, input data may be received by the communication port 2430 from another information processing device via a network.

前記業務データ入力画面2600は、業務データ入力エリア2601、業務データ登録ボタン2602、メッセージエリア2603とからなる。前記業務データ入力エリア2601は、保険申込に必要な情報に対応したいくつかの入力項目からなる。図26の例では、契約者の住所、氏名、年齢、契約の申込日、保険始期、保険終期、保険期間、保険料の払込方法および回数、用途車種、修理限度額などの項目が含まれている。   The business data input screen 2600 includes a business data input area 2601, a business data registration button 2602, and a message area 2603. The business data input area 2601 is composed of several input items corresponding to information necessary for insurance application. In the example of FIG. 26, items such as the contractor's address, name, age, contract application date, insurance start date, insurance end date, insurance period, insurance payment method and number of times, vehicle model, repair limit, etc. are included. Yes.

前記業務データ入力画面2600を閲覧している利用者は、入力装置2440を用いて、業務データの入力を行い、業務データ登録ボタン2602を押下したとする。前記システム2400はこの押下を受けて、前記業務データ入力画面2600で入力された業務データを取得する。なお、前記メッセージエリア2603は、チェックルールに基づくチェック結果のメッセージを出力するエリアであり、ステップs2606で後述する。   It is assumed that a user browsing the business data input screen 2600 inputs business data using the input device 2440 and presses the business data registration button 2602. In response to this pressing, the system 2400 acquires the business data input on the business data input screen 2600. The message area 2603 is an area for outputting a check result message based on the check rule, which will be described later in step s2606.

<ステップs2502>チェックルール呼出
続いて前記システム2400のルール呼出部2502は、前記ステップs2501で入力を受け付けた業務データに対応したチェックルールを前記記憶装置2460から呼び出す。このチェックルールの呼び出しは、前記ルール適用商品業務テーブル2100、および生成チェックルールテーブル2200を参照することでなされる。前記ルール呼出部2502は、まず、前記ルール適用商品業務テーブル2100の適用商品フィールド2120と、適用業務プロセスフィールド2130を参照し、前記ステップs2501で取得した業務データが示す商品である、「新型自動車保険」、業務プロセス「試算」に対応するルール番号フィールド2101の値を参照する。図21の例であれば、「新型自動車保険」、業務プロセス「試算」に対応するルール番号フィールド2101の値として、「1」が得られることになる。
<Step s2502> Check Rule Calling Subsequently, the rule calling unit 2502 of the system 2400 calls a check rule corresponding to the business data received in step s2501 from the storage device 2460. This check rule is called by referring to the rule application product business table 2100 and the generation check rule table 2200. The rule calling unit 2502 first refers to the applied product field 2120 and the applied business process field 2130 of the rule applied product business table 2100, and is the product indicated by the business data acquired in step s2501. ”And the value of the rule number field 2101 corresponding to the business process“ trial calculation ”is referred to. In the example of FIG. 21, “1” is obtained as the value of the rule number field 2101 corresponding to “new car insurance” and business process “trial calculation”.

次に、前記ルール呼出部2502は、前記生成チェックルールテーブル2200の、ルール番号フィールド2210に、当該ルール番号の値「1」を持つレコードを検索し、生成ルールフィールド2220のチェックルールを参照して呼び出す。   Next, the rule calling unit 2502 searches the rule number field 2210 of the generation check rule table 2200 for a record having the rule number value “1”, and refers to the check rule in the generation rule field 2220. call.

<ステップs2503>チェックルール処理実行
前記システム2400のルール処理実行部2503は、前記ステップs2502で呼び出したチェックルールを、前記ステップs2501で入力された業務データに対して適用し、ルールチェックを実行する。前記ルール処理実行部2503は、例えば、ルール番号「1」のチェックルールにおけるIF部が、「“用途車種”が“1か2か3か”」とのルールであるから、前記ステップs2501で入力された業務データの「用途車種」の値を上記ルールに当てはめ、前記IF部を満たすかどうかチェックする。前記ルール処理実行部2503は、同じように他のチェックルールについてもルールチェック処理を実行する。
<Step s2503> Check Rule Processing Execution The rule processing execution unit 2503 of the system 2400 applies the check rule called in the step s2502 to the business data input in the step s2501, and executes a rule check. The rule processing execution unit 2503 is input in step s2501 because, for example, the IF part in the check rule with the rule number “1” is a rule ““ Use vehicle type ”is“ 1 or 2 or 3 ””. The value of the “use vehicle type” of the business data thus applied is applied to the above rule, and it is checked whether or not the IF section is satisfied. Similarly, the rule processing execution unit 2503 executes rule check processing for other check rules.

チェックルールに基づくルールチェック結果により、エラーがない場合(s2503:処理結果OK)、前記ルール処理実行部2503は業務データの登録を完了し、処理を終了へ遷移する。他方、チェックルールの実行結果がNGであれば(s2503:処理結果NG)、前記ルール処理実行部2503はエラーメッセージを出力するため、処理をステップs2504へ遷移する。図26に示す例であれば、「用途車種」が「販売用自動車」=コード値“12”であるから、前記IF部に適用すると、“用途車種”が“1か2か3”ではなく、チェックルールに違反していると判定できる。   If there is no error according to the rule check result based on the check rule (s2503: processing result OK), the rule processing execution unit 2503 completes the registration of the business data, and transitions the processing to the end. On the other hand, if the execution result of the check rule is NG (s2503: processing result NG), the rule processing execution unit 2503 outputs an error message, so the process proceeds to step s2504. In the example shown in FIG. 26, the “use vehicle type” is “sales vehicle” = code value “12”, and therefore, when applied to the IF section, the “use vehicle type” is not “1 or 2 or 3”. It can be determined that the check rule is violated.

<ステップs2504>エラーメッセージ出力
前記システム2400のエラー出力部2504は、前記ステップs2503のルールチェックの実行結果が「NG」であれば(s2503:処理結果NG)、エラーメッセージを前記生成チェックルールテーブル2200のELSE部より抽出し、出力装置2450に出力する。例えば、図26の例の業務データに対し、ルール番号「1」のチェックルールにおけるIF部(「用途車種が1か2か3」)を適用した場合、「用途車種」は「12」であるため、上記チェックルールによるとNGとなる。そのため、図27に示すように業務データ入力画面2600のエラーメッセージエリア2603に対応するエラーメッセージを出力するのである。図27の例では、「その用途車種は、カバーしていません。」というメッセージが出力されている。この結果、前記エラー出力部2504は、処理をステップs2501へ遷移し、システム利用者である顧客もしくは営業員による、「用途車種」の見直しと修正入力を待つこととなる。
<Step s2504> Output Error Message If the execution result of the rule check in step s2503 is “NG” (s2503: processing result NG), the error output unit 2504 of the system 2400 generates an error message in the generation check rule table 2200. Are extracted from the ELSE unit and output to the output device 2450. For example, when the IF part (“use car type is 1 or 2 or 3”) in the check rule with the rule number “1” is applied to the business data in the example of FIG. 26, the “use car type” is “12”. Therefore, it becomes NG according to the above check rule. Therefore, an error message corresponding to the error message area 2603 of the business data input screen 2600 is output as shown in FIG. In the example of FIG. 27, the message “The vehicle model is not covered” is output. As a result, the error output unit 2504 shifts the processing to step s2501, and waits for the review and correction input of the “use vehicle type” by the customer or salesperson who is the system user.

以上、前記システム2400は、業務データの入力受付から、チェックルールに基づくルールチェック処理の実行処理を繰り返し、前記ステップs2503の判定でエラーがなくなれば、チェック処理を終了する。   As described above, the system 2400 repeats the execution process of the rule check process based on the check rule from the reception of the business data input, and ends the check process when there is no error in the determination in the step s2503.

以上説明したように本実施形態によれば、チェックルールの定義や生成を効率化できる。   As described above, according to the present embodiment, the definition and generation of check rules can be made efficient.

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

100 チェックルール設計支援システム
101 商品情報登録部
102 業務プロセス情報登録部
103 業務データ情報登録部
104 チェックルールテンプレート生成部
105 チェックルール設計部
106 チェックルール生成部
110 CPU
120 メモリ
130 通信ポート
140 入力装置(キーボード、マウス等)
150 出力装置(ディスプレイ、スピーカー等)
160 記憶装置
170 プログラム
400 商品情報
600 業務プロセス情報
800 業務データ情報
1000 コード情報
1200 商品業務利用データ情報
1900 チェック開始条件
2000 チェックルール定義
2100 ルール適用商品業務
2200 生成チェックルール
100 Check Rule Design Support System 101 Product Information Registration Unit 102 Business Process Information Registration Unit 103 Business Data Information Registration Unit 104 Check Rule Template Generation Unit 105 Check Rule Design Unit 106 Check Rule Generation Unit 110 CPU
120 Memory 130 Communication port 140 Input device (keyboard, mouse, etc.)
150 Output device (display, speaker, etc.)
160 Storage Device 170 Program 400 Product Information 600 Business Process Information 800 Business Data Information 1000 Code Information 1200 Product Business Usage Data Information 1900 Check Start Condition 2000 Check Rule Definition 2100 Rule Applied Product Business 2200 Generation Check Rule

Claims (12)

業務プロセスで取り扱う業務データに関するチェック規則を規定するチェックルールの設計支援を行うコンピュータシステムが、
処理対象とする商品の商品情報を、入力装置で受け付けて記憶装置に登録し、
前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置で受け付けて記憶装置に登録し、
前記登録された業務プロセスで取り扱う業務データの情報として業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置で受け付ける際、業務データの値の型がコード型との指定を受けた場合、その業務データが取りうるコード値とその意味とについて入力装置で受け付けて記憶装置に登録し、
前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、前記業務データの値がコード型の場合は比較基準となる比較値の候補としてのコード値のリスト、および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置に格納し、
前記チェックルールテンプレートのデータを出力装置に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置に格納し、
前記チェックルール定義を記憶装置より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文に適用してチェックルールを生成し記憶装置に格納する、
ことを特徴とするチェックルール設計支援方法。
A computer system that supports check rule design that prescribes check rules for business data handled in business processes.
The product information of the product to be processed is received by the input device and registered in the storage device.
Information on the business process handling the product for which the product information is registered is received by the input device and registered in the storage device,
As the business data information handled by the registered business process, when the input device accepts information of the business data item name and the numerical type, code type, or character string type indicating the type of business data value, the value of the business data When the code type is designated as the code type, the code values that the business data can take and their meanings are accepted by the input device and registered in the storage device.
With respect to the first product area, the registered product information, the business process information, and the business data information read from the storage device and displayed in a selectable manner, and the business data that can be selected in the first area, the business data If the value of the code type is a code type, a list of code values as comparison value candidates serving as a comparison reference, and a candidate for a comparator that defines a desired relationship with the comparison value are read from the storage device and displayed in a selectable manner. Generate data consisting of the second area and store it in the storage device as a check rule template,
The check rule template data is displayed on an output device, and in the first area indicated by the check rule template, selection of business data to be used in a predetermined product or a predetermined business process is accepted, and in the second area, the Accept the selection of the comparison value and the comparator for the business data for which the selection has been accepted, and store it in the storage device as the check rule definition.
Reading the check rule definition from the storage device, applying the business data, the comparison value, and the comparator defined by the check rule definition to a conditional branch statement of a predetermined program language to generate a check rule and storing the check rule in the storage device;
A check rule design support method characterized by that.
業務プロセスで取り扱う業務データに関するチェック規則を規定するチェックルールの設計支援を行うコンピュータシステムが、
処理対象とする商品の商品情報を、入力装置で受け付けて記憶装置に登録し、
前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置で受け付けて記憶装置に登録し、
前記登録された業務プロセスで取り扱う業務データの情報として業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置で受け付ける際、業務データの値の型が数値型との指定を受けた場合、その業務データの数値との比較対象となるデータ項目について、前記登録した商品情報のデータ項目中からの選択と、業務データの数値と前記比較対象項目との間の関係を規定する比較子の選択を入力装置で受け付けて記憶装置に登録し、
前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、前記業務データの値が数値型の場合は、前記登録した比較対象項目と比較子に基づき、前記比較対象項目に相当する前記商品情報の値を、比較基準となる比較値の候補、および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置に格納し、
前記チェックルールテンプレートのデータを出力装置に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置に格納し、
前記チェックルール定義を記憶装置より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文に適用してチェックルールを生成し記憶装置に格納する、
ことを特徴とするチェックルール設計支援方法。
A computer system that supports check rule design that prescribes check rules for business data handled in business processes.
The product information of the product to be processed is received by the input device and registered in the storage device.
Information on the business process handling the product for which the product information is registered is received by the input device and registered in the storage device,
As the business data information handled by the registered business process, when the input device accepts information of the business data item name and the numerical type, code type, or character string type indicating the type of business data value, the value of the business data When the data type is designated as a numeric type, the data item to be compared with the numerical value of the business data is selected from the data items of the registered product information, and the numerical value of the business data and the comparative object Accept the selection of the comparator that defines the relationship between items with the input device and register it in the storage device,
With respect to the first product area, the registered product information, the business process information, and the business data information read from the storage device and displayed in a selectable manner, and the business data that can be selected in the first area, the business data When the value of is a numeric type, based on the registered comparison target item and the comparator, the value of the product information corresponding to the comparison target item is compared with a comparison value candidate serving as a comparison reference and the comparison value. Read out from the storage device candidate candidates that define the desired relationship, generate data consisting of a second area that can be selected and store it in the storage device as a check rule template,
The check rule template data is displayed on an output device, and in the first area indicated by the check rule template, selection of business data to be used in a predetermined product or a predetermined business process is accepted, and in the second area, the Accept the selection of the comparison value and the comparator for the business data for which the selection has been accepted, and store it in the storage device as the check rule definition.
Reading the check rule definition from the storage device, applying the business data, the comparison value, and the comparator defined by the check rule definition to a conditional branch statement of a predetermined program language to generate a check rule and storing the check rule in the storage device;
A check rule design support method characterized by that.
前記コンピュータシステムが
前記チェックルールテンプレートの生成処理において、前記業務データの値がコード型の場合は、比較値候補としてコード値を、比較子候補として=もしくは≠を、記憶装置より読み出して選択可能に表示する前記第2のエリアのデータを生成し、前記業務データの値が数値型の場合は、比較子候補として=もしくは≠、≧、≦、>、<を記憶装置より読み出して選択可能に表示する前記第2のエリアのデータを生成する、
ことを特徴とする請求項1または2に記載のチェックルール設計支援方法。
Said computer system,
In the check rule template generation process, if the value of the business data is a code type, the code value is read as a comparison value candidate, and = or ≠ is read as a comparison candidate from the storage device and displayed in a selectable manner. When the data of area 2 is generated and the value of the business data is a numerical type, the second is displayed as selectable candidates ==, ≠, ≧, ≦,>, <from the storage device and can be selected. Generate data for the area
The check rule design support method according to claim 1 or 2 , characterized in that:
前記コンピュータシステムが、
前記商品情報の登録処理において、処理対象とする商品の商品情報として商品名を入力装置で受け付けて記憶装置に登録し、
前記業務プロセス情報の登録処理において、業務プロセスの情報として業務プロセス名を入力装置で受け付けて記憶装置に登録し、
前記チェックルールテンプレートの生成処理において、前記業務データに関する比較子候補と比較値候補を選択可能に表示するに加え、前記登録した商品名、業務プロセス名を表示し、チェックルールをいずれの商品あるいは業務プロセスに適用するか選択を受け付けるインターフェイスを含んだ前記第2のエリアのデータを生成する、
ことを特徴とする請求項1または2に記載のチェックルール設計支援方法。
The computer system is
In the product information registration process, the product name is received by the input device as product information of the product to be processed and registered in the storage device.
In the registration process of the business process information, the business process name is received by the input device as business process information and registered in the storage device.
In the check rule template generation process, in addition to displaying selectable comparator candidates and comparison value candidates related to the business data, the registered product name and business process name are displayed, and the check rule can be set to any product or business. Generating data for the second area including an interface to accept or select to apply to the process;
The check rule design support method according to claim 1 or 2 , characterized in that:
前記コンピュータシステムが、
前記チェックルールテンプレートの生成処理において、チェックルールを適用する商品あるいは業務プロセスの選択インターフェイスに、前記登録した商品情報の商品名あるいは業務プロセス情報の業務プロセス名に加えて、チェックルールを全商品あるいは全業務に一括適用するインターフェイスを含めることを特徴とする請求項に記載のチェックルール設計支援方法。
The computer system is
In the check rule template generation process, in addition to the product name of the registered product information or the business process name of the business process information, the check rule is applied to the product or business process selection interface to which the check rule is applied. 5. The check rule design support method according to claim 4 , further comprising an interface that is collectively applied to the business.
前記コンピュータシステムが、
前記チェックルールテンプレートの生成処理において、チェックルールに基づくチェック処理が開始される条件を示す開始条件番号、開始条件項目、開始条件項目に関する比較子、および開始条件項目に関する比較値の定義を受け付ける第3のエリアを、前記第1および第2のエリアに加えたデータを生成しチェックルールテンプレートとして記憶装置に格納することを特徴とする請求項1または2に記載のチェックルール設計支援方法。
The computer system is
In the generation process of the check rule template, a start condition number indicating a condition for starting the check process based on the check rule, a start condition item, a comparator relating to the start condition item, and a definition of a comparison value relating to the start condition item are accepted. The check rule design support method according to claim 1 or 2 , wherein data added to the first and second areas is generated and stored in a storage device as a check rule template.
前記コンピュータシステムが、
前記チェックルールテンプレートの生成処理において、前記第3のエリアにおける開始条件項目として、前記登録した業務データ情報の業務データ項目名を選択候補として選択可能に表示する、ことを特徴とする請求項に記載のチェックルール設計支援方法。
The computer system is
In generating process of the check rule template as a starting condition item in the third area, selectably displaying the business data item names of the registered operational data information as a selection candidate, it in claim 6, wherein The check rule design support method described.
前記コンピュータシステムが、
前記チェックルール定義処理において、前記チェックルールテンプレートのデータを出力装置に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付け、前記第3のエリアにおいて、前記開始条件番号、開始条件項目に関する選択と、前記選択した開始条件項目に対応した比較子およびコード値もしくは数値の選択とを受け付けてチェックルール定義として記憶装置に格納することを特徴とする請求項に記載のチェックルール設計支援方法。
The computer system is
In the check rule definition process, data of the check rule template is displayed on an output device, and in the first area indicated by the check rule template, selection of business data used in a predetermined product or a predetermined business process is received, In the second area, a selection of a comparison value and a comparator is accepted with respect to the business data for which the selection has been accepted. In the third area, the selection regarding the start condition number and the start condition item, and the selected start condition item 7. The check rule design support method according to claim 6 , wherein a corresponding comparator and code value or numerical value selection are received and stored in the storage device as a check rule definition.
前記コンピュータシステムが、
前記チェックルール定義処理において、定義したチェックルール定義について、記憶装置に既に登録済みの他チェックルール定義のうち、業務データ項目と比較子と比較値の組み合わせが同じものがないか判定し、同じ組み合わせのチェックルール定義があれば重複がある旨の警告情報を出力装置に出力することを特徴とする請求項1または2に記載のチェックルール設計支援方法。
The computer system is
In the check rule definition process, with respect to the defined check rule definition, it is determined whether there is any combination of business data items, comparators and comparison values among other check rule definitions already registered in the storage device, and the same combination 3. The check rule design support method according to claim 1, wherein if there is a check rule definition, warning information indicating that there is a duplicate is output to an output device.
前記チェックルール定義処理において、前記第3のエリアにおいて選択を受け付けた、前記開始条件項目と比較子と比較値について、記憶装置に既に登録済みの他の開始条件項目と比較子と比較値の組み合わせのうち同じものがないか判定し、同じ組み合わせのものがあれば重複がある旨の警告情報を出力装置に出力することを特徴とする請求項に記載のチェックルール設計支援方法。 In the check rule definition process, a combination of other start condition items, comparators and comparison values already registered in the storage device for the start condition items, comparators and comparison values that have been selected in the third area. 9. The check rule design support method according to claim 8 , wherein whether there is the same combination is determined, and if there is the same combination, warning information indicating that there is a duplication is output to the output device. 業務プロセスで取り扱う業務データに関するチェック規則を規定するチェックルールの設計支援を行うコンピュータシステムであって、
処理対象とする商品の商品情報を、入力装置で受け付けて記憶装置に登録する商品情報登録部と、
前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置で受け付けて記憶装置に登録する業務プロセス情報登録部と、
前記登録された業務プロセスで取り扱う業務データの情報として業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置で受け付ける際、業務データの値の型がコード型との指定を受けた場合、その業務データが取りうるコード値とその意味とについて入力装置で受け付けて記憶装置に登録する業務データ情報登録部と、
前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、前記業務データの値がコード型の場合は比較基準となる比較値の候補としてのコード値のリスト、および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置に格納する、チェックルールテンプレート生成部と、
前記チェックルールテンプレートのデータを出力装置に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置に格納する、チェックルール設計部と、
前記チェックルール定義を記憶装置より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文に適用してチェックルールを生成し記憶装置に格納するチェックルール生成部と、
を備えるチェックルール設計支援システム。
A computer system that supports check rule design that defines check rules for business data handled in a business process,
A product information registration unit that receives product information of a product to be processed by an input device and registers it in a storage device;
A business process information registration unit that receives information of a business process that handles a product for which the product information has been registered, by an input device, and registers the information in a storage device;
As the business data information handled by the registered business process, when the input device accepts information of the business data item name and the numerical type, code type, or character string type indicating the type of business data value, the value of the business data A data type registration unit that accepts a code value that can be taken by the business data and its meaning in the input device and registers it in the storage device,
With respect to the first product area, the registered product information, the business process information, and the business data information read from the storage device and displayed in a selectable manner, and the business data that can be selected in the first area, the business data If the value of the code type is a code type, a list of code values as comparison value candidates serving as a comparison reference, and a candidate for a comparator that defines a desired relationship with the comparison value are read from the storage device and displayed in a selectable manner. A check rule template generation unit that generates data including the second area and stores the data in a storage device as a check rule template;
The check rule template data is displayed on an output device, and in the first area indicated by the check rule template, selection of business data to be used in a predetermined product or a predetermined business process is accepted, and in the second area, the A check rule design unit that accepts a selection of a comparison value and a comparator for the business data for which the selection has been accepted, and stores it in a storage device as a check rule definition;
Check rule generation that reads the check rule definition from a storage device, applies the business data, comparison value, and comparator specified by the check rule definition to a conditional branch statement in a predetermined program language, and stores the check rule in the storage device And
Check rule design support system with
業務プロセスで取り扱う業務データに関するチェック規則を規定するチェックルールの設計支援を行うコンピュータシステムに、
処理対象とする商品の商品情報を、入力装置で受け付けて記憶装置に登録する処理と、
前記商品情報が登録された商品を取り扱う業務プロセスの情報を、入力装置で受け付けて記憶装置に登録する処理と、
前記登録された業務プロセスで取り扱う業務データの情報として業務データ項目名と、業務データの値の型を示す数値型あるいはコード型、文字列型の情報を入力装置で受け付ける際、業務データの値の型がコード型との指定を受けた場合、その業務データが取りうるコード値とその意味とについて入力装置で受け付けて記憶装置に登録する処理と、
前記登録された商品情報および業務プロセス情報および業務データ情報を記憶装置より読み出して選択可能に表示する第1のエリアと、前記第1のエリアで選択可能となっている業務データに関して、前記業務データの値がコード型の場合は比較基準となる比較値の候補としてのコード値のリスト、および前記比較値とのあるべき関係を規定する比較子の候補を記憶装置より読み出して選択可能に表示する第2のエリアとからなるデータを生成しチェックルールテンプレートとして記憶装置に格納する処理と、
前記チェックルールテンプレートのデータを出力装置に表示し、前記チェックルールテンプレートが示す前記第1のエリアにおいて、所定商品または所定業務プロセスで利用する業務データの選択を受け付け、前記第2のエリアにおいて、前記選択を受け付けた業務データに関して比較値および比較子の選択を受け付けてチェックルール定義として記憶装置に格納する処理と、
前記チェックルール定義を記憶装置より読み出し、当該チェックルール定義が規定する業務データ、比較値、比較子を所定プログラム言語の条件分岐文に適用してチェックルールを生成し記憶装置に格納する処理と、
を実行させるチェックルール設計支援プログラム。
A computer system that supports the design of check rules that specify check rules for business data handled in business processes.
Processing for receiving product information of a product to be processed by an input device and registering it in a storage device;
A process of accepting information of a business process for handling a product for which the product information is registered, by an input device and registering it in a storage device;
As the business data information handled by the registered business process, when the input device accepts information of the business data item name and the numerical type, code type, or character string type indicating the type of business data value, the value of the business data When the code type is designated as a code type, the input device accepts the code values that can be taken by the business data and their meanings, and registers them in the storage device;
With respect to the first product area, the registered product information, the business process information, and the business data information read from the storage device and displayed in a selectable manner, and the business data that can be selected in the first area, the business data If the value of the code type is a code type, a list of code values as comparison value candidates serving as a comparison reference, and a candidate for a comparator that defines a desired relationship with the comparison value are read from the storage device and displayed in a selectable manner. Processing to generate data consisting of the second area and store it in the storage device as a check rule template;
The check rule template data is displayed on an output device, and in the first area indicated by the check rule template, selection of business data to be used in a predetermined product or a predetermined business process is accepted, and in the second area, the A process of accepting selection of a comparison value and a comparator with respect to business data for which selection has been accepted, and storing it in a storage device as a check rule definition;
Processing for reading the check rule definition from the storage device, applying the business data, the comparison value, and the comparator specified by the check rule definition to a conditional branch statement in a predetermined program language to generate a check rule and storing the check rule in the storage device;
Check rule design support program to execute.
JP2009269034A 2009-11-26 2009-11-26 Check rule design support method, check rule design support system, and check rule design support program Active JP5401279B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2009269034A JP5401279B2 (en) 2009-11-26 2009-11-26 Check rule design support method, check rule design support system, and check rule design support program
CN2010106108331A CN102081762A (en) 2009-11-26 2010-11-25 Inspection rule design support method, system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009269034A JP5401279B2 (en) 2009-11-26 2009-11-26 Check rule design support method, check rule design support system, and check rule design support program

Publications (2)

Publication Number Publication Date
JP2011113299A JP2011113299A (en) 2011-06-09
JP5401279B2 true JP5401279B2 (en) 2014-01-29

Family

ID=44087715

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009269034A Active JP5401279B2 (en) 2009-11-26 2009-11-26 Check rule design support method, check rule design support system, and check rule design support program

Country Status (2)

Country Link
JP (1) JP5401279B2 (en)
CN (1) CN102081762A (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2370892B1 (en) 2008-12-02 2020-11-04 Ab Initio Technology LLC Mapping instances of a dataset within a data management system
JP6288980B2 (en) * 2013-08-05 2018-03-07 株式会社日立製作所 Insurance design system and program for executing insurance design method
EP3036706A4 (en) * 2013-08-23 2017-01-11 Ebaotech Corporation Systems and methods for insurance design using standard insurance contexts and factors
US9626393B2 (en) * 2014-09-10 2017-04-18 Ab Initio Technology Llc Conditional validation rules
JP6422346B2 (en) * 2015-01-08 2018-11-14 株式会社日立製作所 Program generation apparatus and program generation method
CN105930409A (en) * 2016-04-18 2016-09-07 深圳市永兴元科技有限公司 Data verification method and device based on dynamic generation rule
CN108664519B (en) * 2017-04-01 2021-03-30 北京京东尚科信息技术有限公司 Business rule management method and device, electronic equipment and storage medium
JP6542420B1 (en) * 2018-03-20 2019-07-10 Japan Digital Design株式会社 Computer system, program and method executed in computer system method
CN109101840A (en) * 2018-08-17 2018-12-28 中国建设银行股份有限公司 A kind of authorization business rule structuring conversion method and device
WO2021172953A1 (en) * 2020-02-27 2021-09-02 주식회사 이노룰스 Business rule management system
EP4138018A4 (en) * 2020-05-30 2023-11-15 Contentsrights LLC Information processing device, information processing program, and supported medium

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11219371A (en) * 1998-01-30 1999-08-10 Fujitsu Ltd Data retrieval condition preparation method and preparation device
JP2003030424A (en) * 2001-07-10 2003-01-31 Aioi Insurance Co Ltd Method and device for automatically systematizing insurance business
CN101241491A (en) * 2007-02-05 2008-08-13 中兴通讯股份有限公司 Method and system for checking data
CN100489879C (en) * 2007-03-20 2009-05-20 华为技术有限公司 Method, system and server for checking page data
CN101470882A (en) * 2007-12-24 2009-07-01 阿里巴巴集团控股有限公司 Dynamic service regulation application method, system and apparatus
CN101515289B (en) * 2009-03-25 2011-01-05 中国工商银行股份有限公司 Device for detecting conventional data file and method thereof

Also Published As

Publication number Publication date
JP2011113299A (en) 2011-06-09
CN102081762A (en) 2011-06-01

Similar Documents

Publication Publication Date Title
JP5401279B2 (en) Check rule design support method, check rule design support system, and check rule design support program
US6810401B1 (en) Automated configuration system and method
JP5132311B2 (en) How to do retail sales analysis
US11144974B2 (en) System and method for improved management of a purchase order by intercepting and parsing messages
JP2007536607A (en) System and method for user creation and command of rich content lifecycle
KR102225729B1 (en) Product information processing apparatus for multiple online shopping mall product registration and method thereof
CN103119622A (en) Method of assisting purchase, device and system
US20140372400A1 (en) Dynamic Landing Pages
JP2002528796A (en) Database supported selection process for e-commerce products on the Internet
JP3977989B2 (en) Sales price determination method and apparatus, and storage medium storing sales price determination program
JP2014182819A (en) System and method for providing commerce function from product data sheet
WO2021192385A1 (en) Transaction support system and transaction negotiation support method
JP5620589B2 (en) Product information search
US20170140357A1 (en) Computer resource management for manufacturer and retailer offers
JP6915018B2 (en) Providing equipment, providing method and providing program
JP4881602B2 (en) Electronic commerce system
JP2006127144A (en) Commodity retrieval system, server to be used for the same, commodity retrieving method, and cmmodity retrieving program
JP2016095755A (en) Data cooperation support system and data cooperation support method
JP5205038B2 (en) Design management device, design management program and design management system
KR100355474B1 (en) The dealing method through the internet
JP2002358456A (en) System and method for site introduction
JP6487135B2 (en) Sales method at shopping site and server device for operating shopping site
KR20230162351A (en) Electronic apparatus and method for managing image providing detail information relating to item
Ratana IMPROVING OF CRM SYSTEM ON E-MARKET CASE STUDY CAMBO MARKET
CN113886747A (en) Cross-channel applet page copying method and device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120125

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130619

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130709

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130905

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20131001

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131028

R150 Certificate of patent or registration of utility model

Ref document number: 5401279

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150