RE: JESS: Debugger

2005-11-17 Thread Jeffrey Davine
Thanks for starting the Wiki page. This is all good food for thought and I'll try to collect mine and make a contribution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Moore Sent: Wednesday, November 16, 2005 11:26 PM To: jess-users@sandia.gov Subj

Re: JESS: Converting Object to Object[]

2005-11-17 Thread ejfried
Jess's usual representation for arrays is a Jess list -- is that what you're looking for? There isn't a public API built into Jess for turning an array into a List, but now that you're pointing out the need, it seems like a good addition. For now, though, your obj2array function is the best way to

JESS: Converting Object to Object[]

2005-11-17 Thread Yura
Hi jess-users   Is there any way 2 convert Object to Object[]? I need 2 pass several arrays from Java to Jess so I wrapped them in a Vector. But executing     (call ?vector get 0) returns just     I can write some wrapper like     Object[] obj2array(Object) but probably Jess can handle such

Re: JESS: Debugger

2005-11-17 Thread Alan Moore
[EMAIL PROTECTED] wrote: I think Jeffrey Davine wrote: I'll do the research, but as a general matter, do you think the Jess API exposes enough information (particularly concerning the rete tokens) so that I could write such a tool? Alan's more optimistic, but I myself don't think this can re