JPH06332705A - Inference device - Google Patents

Inference device

Info

Publication number
JPH06332705A
JPH06332705A JP5117430A JP11743093A JPH06332705A JP H06332705 A JPH06332705 A JP H06332705A JP 5117430 A JP5117430 A JP 5117430A JP 11743093 A JP11743093 A JP 11743093A JP H06332705 A JPH06332705 A JP H06332705A
Authority
JP
Japan
Prior art keywords
knowledge base
inference
rule
converted
expressed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP5117430A
Other languages
Japanese (ja)
Other versions
JP3307461B2 (en
Inventor
Yasumitsu Kurosaki
泰充 黒崎
Yuichi Miyamoto
裕一 宮本
Kimiyoshi Nishino
公祥 西野
Masato Hayashi
正人 林
Yoshinobu Mori
芳信 森
Motohiro Inoue
基広 井上
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.)
Kawasaki Heavy Industries Ltd
Original Assignee
Kawasaki Heavy Industries 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 Kawasaki Heavy Industries Ltd filed Critical Kawasaki Heavy Industries Ltd
Priority to JP11743093A priority Critical patent/JP3307461B2/en
Publication of JPH06332705A publication Critical patent/JPH06332705A/en
Application granted granted Critical
Publication of JP3307461B2 publication Critical patent/JP3307461B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To attain the high speed of an inference executing speed, and to attain a real time processing by an interruption processing by converting a knowledge base means into a knowledge base table expressed so as to be suitable to a prescribed compiler language. CONSTITUTION:A rule constituting a knowledge base 2 is converted by a translator 3, and stored as a variable expressed with a structure in the compiler language of, for example, C language or the like. A character string used in the rule is converted into a numeric value by a corresponding table by the translator 3. Thus, the operation of the character string in the converted rule can be excluded, and the high speed of inference can be attained. That is, the rule expressed with the character string or a function is defined as the variable having one address, and an ignition processing is executed by the address collation of the variable, so that the high speed of a comparison arithmetic processing can be attained. Moreover, the system call of an OS can be utilized in the converted rule, and time real time processing by the interruption processing or the like can be attained.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、航空機、物流システム
などの運用やスケジュール設定、計画を支援するための
エキスパートシステム等における推論装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an inference device in an expert system or the like for supporting the operation, schedule setting, and planning of aircrafts, physical distribution systems and the like.

【0002】[0002]

【従来の技術】従来から、複数の事象および各事象間の
因果関係を表す複数のルールからなる知識ベースと推論
部とからなる推論装置が提案されている(特開昭64−
1035号、特開平1−162936号)。
2. Description of the Related Art Conventionally, an inference apparatus has been proposed which comprises a knowledge base consisting of a plurality of events and a plurality of rules representing causal relationships between the events and an inference section (Japanese Patent Laid-Open No. 64-64-).
1035, JP-A-1-162936).

【0003】図7は、従来の推論装置の一例を示すブロ
ック図である。この推論装置50は、専門家の知識を入
れた知識ベース51と、その知識に基づいて推論および
問題解決を実行する推論部52と、推論および問題解決
を実行する際にデータの出し入れを行うためのワーキン
グメモリ53とで構成されており、その周辺には専門家
が知識ベース51を編集するためのエディタ54や、利
用者がたとえば対話形式で推論処理を実行するためのイ
ンタフェース55およびマンマシン部56が備えられ
る。推論は推論部52が知識ベース51とワーキングメ
モリ53のマッチング判定を行い、さらに競合処理、発
火処理の制御を行う。
FIG. 7 is a block diagram showing an example of a conventional inference apparatus. This inference apparatus 50 has a knowledge base 51 containing expert knowledge, an inference unit 52 that executes inference and problem solving based on the knowledge, and a data input / output unit when executing inference and problem solving. Of the working memory 53, and an editor 54 for a specialist to edit the knowledge base 51, an interface 55 and a man-machine section for the user to execute the inference processing in an interactive form, for example. 56 is provided. In the inference, the inference unit 52 makes a matching decision between the knowledge base 51 and the working memory 53, and further controls the competition process and the ignition process.

【0004】[0004]

【発明が解決しようとする課題】従来の推論装置50で
は、知識ベース51の表現形式が、推論部52の実行対
象となる表現形式に限定されるため、知識ベース51の
表現形式の改訂や拡張が難しいという課題がある。さら
に、推論実行の際、複数のルールが同時に発火すること
を防ぐ競合処理やルールの実行を行う発火処理が、予め
定められた推論部52の仕様の範囲内での選択に限定さ
れているため、推論装置のアーキテクチャや基本OS
(オペレーションシステム)の有効活用が難しいという
課題がある。
In the conventional inference apparatus 50, since the expression form of the knowledge base 51 is limited to the expression form to be executed by the inference unit 52, revision or extension of the expression form of the knowledge base 51. There is a problem that is difficult. Furthermore, when performing inference, the conflicting process for preventing multiple rules from firing at the same time and the firing process for executing the rules are limited to selection within the range of the specifications of the inference unit 52 set in advance. , Inference device architecture and basic OS
There is a problem that it is difficult to effectively use (operation system).

【0005】本発明の目的は、前述した課題を解決する
ため、推論実行速度の高速化が可能であって、割込み処
理によるリアルタイム処理や仮説推論など多様な推論を
行うことができる推論装置を提供することである。
In order to solve the above-mentioned problems, an object of the present invention is to provide an inference apparatus capable of speeding up inference execution speed and performing various inferences such as real-time processing by interrupt processing and hypothesis inference. It is to be.

【0006】[0006]

【課題を解決するための手段】本発明は、複数の事象お
よび各事象間の因果関係を表す複数のルールからなる知
識ベース手段と、ワーキングメモリとを具備する推論装
置において、前記知識ベース手段を、所定のコンパイラ
言語に適合するように表現された知識ベーステーブルに
変換するための知識ベース変換手段を備えることを特徴
とする推論装置である。
According to the present invention, there is provided an inference device comprising a knowledge base means composed of a plurality of events and a plurality of rules representing causal relationships between the events, and a working memory. An inference apparatus comprising knowledge base conversion means for converting into a knowledge base table expressed so as to be compatible with a predetermined compiler language.

【0007】また本発明は、前記知識ベーステーブル
が、条件部テーブルと実行部テーブルとからなることを
特徴とする。
The present invention is also characterized in that the knowledge base table comprises a condition part table and an execution part table.

【0008】また本発明は、前記知識ベース変換手段に
よって変換された前記知識ベーステーブルが、マッチン
グ判定を行うことを特徴とする。
Further, the present invention is characterized in that the knowledge base table converted by the knowledge base conversion means makes a matching judgment.

【0009】また本発明は、前記知識ベース手段は、コ
ンパイラ言語に従って記述可能であることを特徴とす
る。
The present invention is also characterized in that the knowledge base means can be described according to a compiler language.

【0010】[0010]

【作用】本発明に従えば、知識ベース手段を、所定のコ
ンパイラ言語に適合するように表現された知識ベーステ
ーブルに変換するための知識ベース変換手段を備えるこ
とによって、知識ベース手段において表現された各ルー
ルがそのまま実行型式で表現されることになるため、変
換後の知識ベース自身がマッチング判定を行うことが可
能となる。ルールの条件部および実行部でコンパイラ言
語による自由な記述が可能であるようにトランスレータ
が設計されているため、推論を行うコンピュータのアー
キテクチャを活用した割込み処理等を行うことが可能で
ある。また、変換された知識ベーステーブルが、条件部
テーブルと実行部テーブルとからなることによって、推
論実行の際の競合処理や発火処理を円滑に実行すること
ができる。
According to the present invention, the knowledge base means is represented by the knowledge base conversion means for converting the knowledge base means into the knowledge base table expressed so as to be compatible with the predetermined compiler language. Since each rule is expressed as it is in the execution type, the knowledge base after conversion can perform matching judgment. Since the translator is designed so that the conditional part and the execution part of the rule can be freely described in the compiler language, it is possible to perform interrupt processing and the like utilizing the architecture of the computer that makes inference. Further, since the converted knowledge base table is composed of the condition part table and the execution part table, it is possible to smoothly execute the conflict process and the ignition process in the inference execution.

【0011】[0011]

【実施例】図1は、本発明の一実施例である推論装置1
を示すブロック図である。この推論装置1は、専門家の
知識を入れた知識ベース2とデータの出し入れを行うた
めのワーキングメモリ5と、知識ベース2を所定のコン
パイラ言語に適合するように表現されたIF群テーブル
4に変換するためのトランスレータ3とで構成されてお
り、その周辺には、専門家が知識ベース2を編集するた
めのエディタ6や、利用者がたとえば対話形式で推論処
理を実行するためのインタフェース9およびマンマシン
部8が備えられる。IF群テーブル4はワーキングメモ
リ5の操作とインタフェース7の制御を行う。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows an inference apparatus 1 which is an embodiment of the present invention.
It is a block diagram showing. This inference apparatus 1 includes a knowledge base 2 containing expert knowledge, a working memory 5 for loading and unloading data, and an IF group table 4 expressed so as to adapt the knowledge base 2 to a predetermined compiler language. It is composed of a translator 3 for converting, and an editor 6 for an expert to edit the knowledge base 2 and an interface 9 for a user to execute an inference process in an interactive form, and the like. A man-machine section 8 is provided. The IF group table 4 operates the working memory 5 and controls the interface 7.

【0012】図2は、図1に示すIF群テーブル4の内
部構成を示すブロック図である。このIF群テーブル4
は、ルールの条件部(IF α THEN βの表現形
式の場合、αの部分に相当する)に関する情報を格納す
る領域であるIF部照合用IF群テーブル4aと、ルー
ルの実行部(IF α THEN βの表現形式の場
合、βの部分に相当する)に関する情報を格納する領域
であるTHEN部照合用IF群テーブル4bとで構成さ
れている。IF部照合用IF群テーブル4aは、一連の
アドレス空間に各ルールの条件部を格納したルール条件
部領域を備え、さらに各ルール同士の競合を防止するた
めの競合処理やルールの信頼性を各ルール毎に数値化し
たCF値(確実度)を適宜修正するCF値操作など、各
種フラグからなる重複照合防止手段が設けられる。一
方、THEN部照合用IF群テーブル4bは、一連のア
ドレス空間に各ルールの実行部を格納したルール実行部
領域を備える。これらは発火すべきルールを指示するた
めの照合属性を有し、IF部照合用IF群テーブル4a
では、ワーキングメモリ5の内容を見ることにより照合
属性操作を行い、THEN部照合用IF群テーブル4b
では、照合属性によって選択されたルールの実行部を実
行してワーキングメモリ5を操作する。このようにして
各ルールの推論を実行することができる。
FIG. 2 is a block diagram showing the internal structure of the IF group table 4 shown in FIG. This IF group table 4
Is an area for storing information on the condition part of the rule (corresponding to the part α in the case of the expression form of IF α THEN β), and the IF execution table (IF α THEN In the case of the expression form of β, it corresponds to a portion of β) and a THEN section collating IF group table 4b which is an area for storing information. The IF group matching IF group table 4a includes a rule condition part area in which a condition part of each rule is stored in a series of address spaces. A duplicate collation prevention unit including various flags, such as a CF value operation for appropriately correcting the CF value (certainty) digitized for each rule, is provided. On the other hand, the THEN section matching IF group table 4b includes a rule execution section area in which execution sections for each rule are stored in a series of address spaces. These have a collation attribute for instructing a rule to be fired, and the IF unit collation IF group table 4a.
Then, the collation attribute operation is performed by looking at the contents of the working memory 5, and the THEN section collation IF group table 4b is executed.
Then, the execution unit of the rule selected by the matching attribute is executed to operate the working memory 5. Inference of each rule can be executed in this way.

【0013】図3は、図1の推論装置1の動作を説明す
るフローチャートである。まずステップa1からスター
トしてステップa2において、フロッピーディスクやデ
ィスクメモリなどに記憶された知識ベース2を取込んだ
後、トランスレータ3がIF群テーブル4を更新する。
FIG. 3 is a flow chart for explaining the operation of the inference apparatus 1 of FIG. First, starting from step a1, in step a2, the knowledge base 2 stored in a floppy disk, disk memory or the like is taken in, and then the translator 3 updates the IF group table 4.

【0014】図4は、知識ベース2を構成するルールの
一例である。このルールは、「"Element1"というエレメ
ントのフィールド"Field1"の中身が"active"であり、か
つ"Element5"というエレメントのフィールド"Field4
[0]"の中身が"500"未満であり、かつ"Value2"という変
数の中身が"5"以上である場合、または"Func1()"という
関数の戻し値が"100"である場合、"Element1"というエ
レメントのフィールド"Fieldl"の中身を"inactive"に変
更しなさい。」というルールを表している。なお、ルー
ルのRHS(Right Hand Side)部には、上記の"modify
()"以外の文法として、ディスプレイに表示する"writ
e()"、およびキーボードから入力する"read()"などを用
いることが可能である。
FIG. 4 shows an example of the rules forming the knowledge base 2. In this rule, the content of the field "Field1" of the element "Element1" is "active" and the field "Field4" of the element "Element5" is
If the content of [0] "is less than" 500 "and the content of the variable" Value2 "is" 5 "or more, or if the return value of the function" Func1 () "is" 100 ", Change the content of the field "Fieldl" of the element "Element1" to "inactive". " In addition, in the RHS (Right Hand Side) part of the rule, the above "modify
Displayed on the display as a grammar other than () "writ
It is possible to use e () "and" read () "input from the keyboard.

【0015】以上のように表現されたルールは、トラン
スレータ3によって変換され、たとえばC言語のコンパ
イラ言語における構造体などで表現された変数として格
納され、各ルールは条件部と実行部とに分離されてそれ
ぞれ別のメモリ領域に格納される。
The rules expressed as described above are converted by the translator 3 and stored as variables expressed by, for example, a structure in the C language compiler language, and each rule is separated into a condition part and an execution part. Are stored in different memory areas.

【0016】ルール内には、エレメントおよびフィール
ドを用いた変数、配列、文字列、および関数などを使用
し、自由度の高い記述を行うことができる。ルール内で
用いた文字列は、トランスレータ3によって変換する
際、図5に示す対応表により数値に変換する。これによ
り、変換後のルールにおける文字列操作を排除し、推論
の高速化を図っている。
Variables using elements and fields, arrays, character strings, functions, and the like can be used in rules to provide a highly flexible description. The character string used in the rule is converted into a numerical value by the conversion table shown in FIG. This eliminates character string manipulation in the converted rules, and speeds up inference.

【0017】図6は、図4で示したルールの各要素に対
するアクセス方法を示している。各変数の中身や関数の
戻し値にアクセスする場合、メモリ上に予め配置された
データ格納領域(ワーキングメモリ)へ間接的にアクセ
スする。
FIG. 6 shows an access method for each element of the rule shown in FIG. When accessing the contents of each variable or the return value of a function, the data storage area (working memory) previously arranged in the memory is indirectly accessed.

【0018】すなわち文字列や関数で表現されているル
ールを1個のアドレスを持つ変数としてとらえて、発火
処理を変数のアドレス照合を用いて実行することによ
り、比較演算処理の高速化を図ることができる。さら
に、変換後のルール中にコンピュータのアーキテクチャ
の積極的活用、すなわちオペレーションシステムのシス
テムコールを自由に活用することができるため、割込み
処理等によりリアルタイム処理が可能になる。
That is, the rule expressed by a character string or a function is regarded as a variable having one address, and the firing process is executed by using the address collation of the variable, thereby speeding up the comparison calculation process. You can Further, since the computer architecture can be positively utilized in the converted rule, that is, the system call of the operation system can be freely utilized, real-time processing becomes possible by interrupt processing or the like.

【0019】こうして知識ベース2がIF群テーブル4
に変更されると、次に図3のステップa3において外部
インタフェースまたはTHEN部照合用IF群テーブル
4bの実行によってワーキングメモリ5の内容を更新す
る。次に、ステップa4において、IF部照合用IF群
テーブル4aでの照合属性を操作し、次にステップa5
においてIF部照合用IF群テーブル4aでの重複照合
防止操作を行い、次にステップa6においてTHEN部
照合用IF群テーブル4bでの実行するTHEN部を決
定するために、照合属性チェックを行った後、ステップ
a7において、そのTHEN部を実行するとともに、外
部インタフェース7に対する操作およびワーキングメモ
リ5の操作を行うか否かを判定して、ワーキングメモリ
5の操作を行う場合は、ステップa2に移行し、一方、
外部インタフェース7に対する操作を行う場合は外部イ
ンタフェース7へアクセスする。いずれの操作も行わな
い場合は、ステップa8に移行して推論実行を終了す
る。
Thus, the knowledge base 2 is the IF group table 4
Then, in step a3 of FIG. 3, the contents of the working memory 5 are updated by executing the external interface or the THEN section collating IF group table 4b. Next, in step a4, the collation attribute in the IF group collating IF group table 4a is manipulated, and then step a5
After performing the duplicate collation prevention operation on the IF group collating IF group table 4a in step 1, and then performing the collation attribute check to determine the THEN section to be executed in the THEN section collating IF group table 4b in step a6. In step a7, the THEN unit is executed, and it is determined whether or not the external interface 7 and the working memory 5 are to be operated. If the working memory 5 is to be operated, the process proceeds to step a2. on the other hand,
When operating the external interface 7, the external interface 7 is accessed. If neither operation is performed, the process proceeds to step a8 to end the inference execution.

【0020】[0020]

【発明の効果】以上詳述したように本発明によれば、推
論実行の高速化が可能になるとともに、推論処理と併行
して割込み処理等を行うことができるため、リアルタイ
ム処理が可能になる。
As described in detail above, according to the present invention, the speed of inference execution can be increased, and the interrupt processing and the like can be performed concurrently with the inference processing, so that the real-time processing is possible. .

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

【図1】本発明の一実施例である推論装置1を示すブロ
ック図である。
FIG. 1 is a block diagram showing an inference apparatus 1 which is an embodiment of the present invention.

【図2】図1に示すIF群テーブル4の内部構成を示す
ブロック図である。
FIG. 2 is a block diagram showing an internal configuration of an IF group table 4 shown in FIG.

【図3】図1の推論装置1の動作を示すフローチャート
である。
FIG. 3 is a flowchart showing the operation of the inference apparatus 1 of FIG.

【図4】知識ベース2を構成するルールの一例である。FIG. 4 is an example of rules that make up the knowledge base 2;

【図5】文字列変換表の一例である。FIG. 5 is an example of a character string conversion table.

【図6】図4で示したルールの各要素に対するアクセス
方法の一例である。
6 is an example of an access method for each element of the rule shown in FIG.

【図7】従来の推論装置の一例を示すブロック図であ
る。
FIG. 7 is a block diagram showing an example of a conventional inference apparatus.

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

1 推論装置 2 知識ベース 3 トランスレータ 4 IF群テーブル 4a IF部照合用IF群テーブル 4b THEN部照合用IF群テーブル 5 ワーキングメモリ 6 エディタ 7 インタフェース 8 マンマシン部 1 inference device 2 knowledge base 3 translator 4 IF group table 4a IF section collating IF group table 4b THEN section collating IF group table 5 working memory 6 editor 7 interface 8 man-machine section

───────────────────────────────────────────────────── フロントページの続き (72)発明者 西野 公祥 兵庫県明石市川崎町1番1号 川崎重工業 株式会社明石工場内 (72)発明者 林 正人 兵庫県明石市川崎町1番1号 川崎重工業 株式会社明石工場内 (72)発明者 森 芳信 兵庫県明石市川崎町1番1号 川崎重工業 株式会社明石工場内 (72)発明者 井上 基広 兵庫県明石市川崎町1番1号 川崎重工業 株式会社明石工場内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Kimiyo Nishino 1-1 Kawasaki-cho, Akashi-shi, Hyogo Kawasaki Heavy Industries Ltd. Akashi Plant (72) Masato Hayashi 1-1 Kawasaki-cho, Akashi-shi, Hyogo Kawasaki Heavy industry Co., Ltd. Akashi factory (72) Inventor Yoshinobu Mori 1-1 Kawasaki-cho, Akashi-shi, Hyogo Kawasaki Heavy Industry Co., Ltd. Akashi factory (72) Inoue Motohiro 1-1 Kawasaki-machi, Akashi-shi, Hyogo Kawasaki Heavy Industries Ltd. Company Akashi factory

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 複数の事象および各事象間の因果関係を
表す複数のルールからなる知識ベース手段と、ワーキン
グメモリとを具備する推論装置において、 前記知識ベース手段を、所定のコンパイラ言語に適合す
るように表現された知識ベーステーブルに変換するため
の知識ベース変換手段を備えることを特徴とする推論装
置。
1. An inference device comprising a knowledge base means comprising a plurality of events and a plurality of rules representing causal relationships between the events and a working memory, wherein the knowledge base means is adapted to a predetermined compiler language. An inference apparatus comprising a knowledge base conversion means for converting into a knowledge base table expressed as follows.
【請求項2】 前記知識ベーステーブルが、条件部テー
ブルと実行部テーブルとからなることを特徴とする請求
項1に記載の推論装置。
2. The inference apparatus according to claim 1, wherein the knowledge base table includes a condition part table and an execution part table.
【請求項3】 前記知識ベース変換手段によって変換さ
れた前記知識ベーステーブルが、マッチング判定を行う
ことを特徴とする請求項1に記載の推論装置。
3. The inference apparatus according to claim 1, wherein the knowledge base table converted by the knowledge base conversion unit performs matching determination.
【請求項4】 前記知識ベース手段は、コンパイラ言語
に従って記述可能であることを特徴とする請求項1に記
載の推論装置。
4. The inference apparatus according to claim 1, wherein the knowledge base unit can be described according to a compiler language.
JP11743093A 1993-05-19 1993-05-19 Inference equipment Expired - Fee Related JP3307461B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11743093A JP3307461B2 (en) 1993-05-19 1993-05-19 Inference equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11743093A JP3307461B2 (en) 1993-05-19 1993-05-19 Inference equipment

Publications (2)

Publication Number Publication Date
JPH06332705A true JPH06332705A (en) 1994-12-02
JP3307461B2 JP3307461B2 (en) 2002-07-24

Family

ID=14711456

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11743093A Expired - Fee Related JP3307461B2 (en) 1993-05-19 1993-05-19 Inference equipment

Country Status (1)

Country Link
JP (1) JP3307461B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007519075A (en) * 2003-10-24 2007-07-12 マイクロソフト コーポレーション Scalable synchronous and asynchronous processing of monitoring rules

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007519075A (en) * 2003-10-24 2007-07-12 マイクロソフト コーポレーション Scalable synchronous and asynchronous processing of monitoring rules

Also Published As

Publication number Publication date
JP3307461B2 (en) 2002-07-24

Similar Documents

Publication Publication Date Title
EP0142735B1 (en) Table driven translator
US5821926A (en) Method of generating an operating button for computer processing, method of retrieving data with the operating button and method of displaying the operating button
US4692858A (en) Visual interface between user and computer system
JPH09101949A (en) Method and system for support of interactive text correctionand user guidance
JPH10307742A (en) Data shift system, recording medium stored with data shift program and data shifting method
Benbasat et al. A structured approach to designing human-computer dialogues
KR950012381B1 (en) Method of rearranging and encoding fuzzy inference rules and method of processing fuzzy inference conforing to the rules
EP0471843B1 (en) Membership function setting method and device
Gaines Perspectives on fifth generation computing
JPH06332705A (en) Inference device
Glass An elementary discussion of compiler/interpreter writing
JPH07141192A (en) Translating processing
EP0675431A1 (en) Method for memorizing membership functions in a fuzzy logic processor
JP2814391B2 (en) Programming device for fuzzy inference rules
JP2747164B2 (en) Software simulator
JPS61109148A (en) Conflict eliminating system for production rule
JPS63262750A (en) Data input system
Wilkes Associative tabular data structures
JPS63247824A (en) Expanding method for number of defining blocks of data entry screen
JPS63113631A (en) Retrieving system for software component
Salomaa Regular expression
JPH11238012A (en) Memory access batching method and storage medium
JPS63307578A (en) Processing system for table form data
JPS63158640A (en) Performance analysis diagnosing control system
JPH0490047A (en) Sentence generating system

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090517

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100517

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110517

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110517

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120517

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120517

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130517

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees