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: [

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