[問題] jess

看板java作者 (aluba123)時間16年前 (2010/03/10 19:29), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
目前我已可以做到一層的推導 如下(defrule rule1 ?first <- (Development_Organization ) ?second <- (Software_Verification_and_Validation_Organization { Organization_Name != first.Organization_Name && Department != first.Department } ) => (printout t "ManagerialIndependence("?first.name"," ?second.name")" crlf)) 但是目前卡在如果說我的rule有條件比方說 第一條規則成立,則第二條規則才成立 我寫這樣(defrule rule3 (and (rule1= true)(rule2=true)) => (printout t "123")) 語法上感覺沒錯,但是卻不執行 想請問一下要怎麼改 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.138.152.17

03/11 00:37, , 1F
有人可以幫忙嗎
03/11 00:37, 1F
文章代碼(AID): #1BbuAHR9 (java)