⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 templerr.exp

📁 NASA 开发使用的一个专家系统
💻 EXP
📖 第 1 页 / 共 2 页
字号:
TRUECLIPS> (load "templerr.clp")%[CSTRNPSR1] The type attribute conflicts with the range attribute.ERROR:(deftemplate MAIN::bad-foo01   (field x (type SYMBOL) (range 1 3))%[CSTRNPSR1] The type attribute conflicts with the range attribute.ERROR:(deftemplate MAIN::bad-foo02   (field x (range 1 3) (type SYMBOL))%[CSTRNPSR1] The type attribute conflicts with the range attribute.ERROR:(deftemplate MAIN::bad-foo03   (field x (type INTEGER) (range 1.0 3))%[CSTRNPSR1] The type attribute conflicts with the range attribute.ERROR:(deftemplate MAIN::bad-foo04   (field x (range 1 3.0) (type FLOAT))%%%%%[CSTRNPSR3] The allowed-integers attribute cannot be usedin conjunction with the range attribute.ERROR:(deftemplate MAIN::bad-foo05   (field x (range 1 3.0) (allowed-integers%[CSTRNPSR3] The allowed-floats attribute cannot be usedin conjunction with the range attribute.ERROR:(deftemplate MAIN::bad-foo06   (field x (range 1 3) (allowed-floats%[CSTRNPSR3] The range attribute cannot be usedin conjunction with the allowed-integers attribute.ERROR:(deftemplate MAIN::bad-foo07   (field x (allowed-integers 4 5 6) (range%[CSTRNPSR3] The range attribute cannot be usedin conjunction with the allowed-numbers attribute.ERROR:(deftemplate MAIN::bad-foo08   (field x (allowed-numbers 4.1 5) (range%%[CSTRNPSR1] The type attribute conflicts with the allowed-floats/numbers attribute.ERROR:(deftemplate MAIN::bad-foo09   (field x (type INTEGER) (allowed-floats 1.0 2.0))%[CSTRNPSR1] The type attribute conflicts with the allowed-integers/numbers attribute.ERROR:(deftemplate MAIN::bad-foo10   (field x (type FLOAT) (allowed-integers 1 2))%[CSTRNPSR1] The type attribute conflicts with the allowed-floats/numbers attribute.ERROR:(deftemplate MAIN::bad-foo11   (field x (allowed-floats 1.0 2.0) (type INTEGER))%[CSTRNPSR1] The type attribute conflicts with the allowed-integers/numbers attribute.ERROR:(deftemplate MAIN::bad-foo12   (field x (allowed-integers 1 2) (type FLOAT))%[CSTRNPSR1] The type attribute conflicts with the allowed-strings attribute.ERROR:(deftemplate MAIN::bad-foo13   (field x (allowed-strings "a" "b") (type SYMBOL))%[CSTRNPSR1] The type attribute conflicts with the allowed-symbols attribute.ERROR:(deftemplate MAIN::bad-foo13   (field x (allowed-symbols a b) (type STRING))%[CSTRNPSR1] The type attribute conflicts with the allowed-integers/numbers attribute.ERROR:(deftemplate MAIN::bad-foo12   (field x (allowed-integers 1 2) (type SYMBOL))%%%%%[CSTRNCHK1] An expression found in the default attributedoes not match the allowed types for slot x.ERROR:(deftemplate MAIN::bad-foo13   (field x (type INTEGER) (default 1.0))%[CSTRNCHK1] An expression found in the default attributedoes not match the allowed types for slot x.ERROR:(deftemplate MAIN::bad-foo14   (field x (type FLOAT) (default 1))%[CSTRNCHK1] An expression found in the default attributedoes not match the allowed types for slot x.ERROR:(deftemplate MAIN::bad-foo15   (field x (type NUMBER) (default a))%[CSTRNCHK1] An expression found in the default attributedoes not fall in the allowed range 1 to 3 for slot x.ERROR:(deftemplate MAIN::bad-foo16   (field x (range 1 3) (default 5))%[CSTRNCHK1] An expression found in the default attributedoes not match the allowed values for slot x.ERROR:(deftemplate MAIN::bad-foo17   (field x (allowed-integers 2 3 4) (default 1))%[CSTRNCHK1] An expression found in the default attributedoes not match the allowed types for slot x.ERROR:(deftemplate MAIN::bad-foo18   (field x (default 1.0) (type INTEGER))%[CSTRNCHK1] An expression found in the default attributedoes not match the allowed types for slot x.ERROR:(deftemplate MAIN::bad-foo19   (field x (default 5) (type SYMBOL))%[CSTRNCHK1] An expression found in the default attributedoes not fall in the allowed range 10.0 to 30 for slot x.ERROR:(deftemplate MAIN::bad-foo20   (field x (default 5.0) (range 10.0 30))%[CSTRNCHK1] An expression found in the default attributedoes not match the allowed values for slot x.ERROR:(deftemplate MAIN::bad-foo21   (field x (allowed-strings "a" "b") (default "c"))%[CSTRNCHK1] An expression found in the default attributedoes not match the allowed types for slot x.ERROR:(deftemplate MAIN::bad-foo22   (multifield x (default 3 4 a) (type INTEGER))%[CSTRNCHK1] An expression found in the default attributedoes not fall in the allowed range 10.0 to 30.0 for slot x.ERROR:(deftemplate MAIN::bad-foo23   (multifield x (default 10.0 5.0) (range 10.0 30.0))%[CSTRNCHK1] An expression found in the default attributedoes not match the allowed values for slot x.ERROR:(deftemplate MAIN::bad-foo24   (multifield x (allowed-strings "a" "b") (default "a" "b" "c"))%%%%%%%%%%%%%[PRNTUTIL5] The slot x has already been parsed.ERROR:(deftemplate MAIN::bad-foo25   (field x (type INTEGER))   (field x%[PRNTUTIL5] The slot x has already been parsed.ERROR:(deftemplate MAIN::bad-foo26   (multifield x (type INTEGER))   (field x%[PRNTUTIL5] The slot x has already been parsed.ERROR:(deftemplate MAIN::bad-foo27   (field x (type INTEGER))   (multifield x%[PRNTUTIL5] The slot x has already been parsed.ERROR:(deftemplate MAIN::bad-foo28   (multifield x (type INTEGER))   (multifield x%[PRNTUTIL5] The slot x has already been parsed.ERROR:(deftemplate MAIN::bad-foo29   (field x)   (field y)   (field x%[PRNTUTIL5] The slot x has already been parsed.ERROR:(deftemplate MAIN::bad-foo30   (field x)   (field y)   (field x%[PRNTUTIL5] The slot x has already been parsed.ERROR:(deftemplate MAIN::bad-foo31   (multifield x)   (field y)   (field x%[PRNTUTIL5] The slot x has already been parsed.ERROR:(deftemplate MAIN::bad-foo32   (field x)   (multifield y)   (field x%%%%%[PRNTUTIL5] The type attribute has already been parsed.ERROR:(deftemplate MAIN::bad-foo37   (field x (type INTEGER) (range 1 2) (type%[PRNTUTIL5] The range attribute has already been parsed.ERROR:(deftemplate MAIN::bad-foo38   (multifield x (range 0 3) (range%[PRNTUTIL5] The default attribute has already been parsed.ERROR:(deftemplate MAIN::bad-foo39   (field x (range 1 10) (default 3) (type INTEGER) (default%[PRNTUTIL5] The default attribute has already been parsed.ERROR:(deftemplate MAIN::bad-foo40   (multifield x (type SYMBOL) (default a b) (allowed-values a b c x y z) (default%[CSTRNPSR3] The allowed-floats attribute cannot be usedin conjunction with the allowed-number attribute.ERROR:(deftemplate MAIN::bad-foo41   (field x (allowed-numbers 1 3.5 10 20.7) (type NUMBER) (allowed-floats%[CSTRNPSR3] The allowed-numbers attribute cannot be usedin conjunction with the allowed-integers attribute.ERROR:(deftemplate MAIN::bad-foo42   (multifield x (allowed-integers 1 10) (allowed-numbers%[CSTRNPSR3] The allowed-numbers attribute cannot be usedin conjunction with the allowed-floats attribute.ERROR:(deftemplate MAIN::bad-foo43   (multifield x (allowed-floats 3.5 20.7) (default ?NONE) (allowed-integers 1 10) (allowed-numbers%[PRNTUTIL5] The allowed-symbols attribute has already been parsed.ERROR:(deftemplate MAIN::bad-foo44   (field x (allowed-symbols a b c) (type SYMBOL) (allowed-symbols%[PRNTUTIL5] The allowed-integers attribute has already been parsed.ERROR:(deftemplate MAIN::bad-foo45   (field x (type INTEGER) (allowed-integers 1 2 3) (allowed-integers%[PRNTUTIL5] The allowed-floats attribute has already been parsed.ERROR:(deftemplate MAIN::bad-foo46   (field x (allowed-floats 1.0 2.0 3.0) (allowed-floats%[CSTRNPSR3] The allowed-values attribute cannot be usedin conjunction with the allowed-integers attribute.ERROR:(deftemplate MAIN::bad-foo47   (field x (allowed-integers 4 5 6) (allowed-values%[CSTRNPSR3] The allowed-floats attribute cannot be usedin conjunction with the allowed-values attribute.ERROR:(deftemplate MAIN::bad-foo48   (multifield x (allowed-values 1.0 2.0 3.0) (allowed-floats%[CSTRNPSR3] The allowed-values attribute cannot be usedin conjunction with the allowed-symbols attribute.ERROR:(deftemplate MAIN::bad-foo49   (field x (allowed-symbols d e f) (allowed-values%[CSTRNPSR3] The allowed-strings attribute cannot be usedin conjunction with the allowed-values attribute.ERROR:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -