I think Yingying Chen wrote: > Jess multislots seem having no such format as I have written though I think it will > be helpful having it. Can anyone help me clarify that? >
A multislot is like an array or list, not like its own template with subslots. If you want a slot to contain structured data, then have that slot contain another Fact, with its own structure. Note that this restriction is exactly like java. Java variables have no structure -- they refer to exactly one thing. If you want a variable to have structure, you have to make it point to another object. --------------------------------------------------------- Ernest Friedman-Hill Science and Engineering PSEs Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
