[I'm using Jess4.1 Final]
I've been using defclass to communicate between Jess and Java, as described
in Section 7.7 of the Jess manual.
So far, I've used simple data types for instance variables, and this has
worked fine.
Now I'm trying to get access to an array that is an instance variable.
According to the documentation in 7.7.1, "Array properties give rise to
multislots in Jess."
I take this to mean that I can have arrays as instance variables in the Java
class, and that these arrays become multislots in the Jess class.
Am I interpreting this right? If so, does anyone have an example that shows
how to get access to the array, and the individual array elements?
Thanks in advance.
Tom Hamilton
United Technologies Research Center
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------