JESS: 增加新栏目

2001-10-19 Thread javahr
JavaHR.COM ½üÆÚÔö¼ÓÁ˶à¸öÐÂÀ¸Ä¿, »¶Ó­¼ÌÐø·ÃÎÊ! http://www.javahr.com JavaHR.COM - JavaÆóÒµ¼¶È˲ÅÓë¼¼Êõ½»Á÷ - To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL P

JESS: boolean Value

2001-10-19 Thread dheerajkakar
Hi Guys, I'm trying to write a few userfunctions that return boolean. Class Value does not have a constructor that takes boolean, and RU does not have a boolean field. Is there anyway around this? Thanks Dheeraj __ Your favorite

Re: JESS: boolean Value

2001-10-19 Thread ejfried
The boolean values in Jess are the atoms TRUE and FALSE. There are boolean constants you can use in the Funcall class -- jess.Funcall.TRUE and Jess.Funcall.FALSE and public static Value objects with the appropriate values, or just use new Value("TRUE", RU.ATOM). I think [EMAIL PROTECTED] wrote: [