Thanks for the response..  I am trying to create a multislot that has a list of
Facts.  So I use:
    Object[] getListofFacts();
        and
    void setListofFacts(Object[] values);

but I am getting an error when modifying the multislot.

Thanks in advance (again)..

Blaine

[EMAIL PROTECTED] wrote:

> Scalar properties whose values are arrays get mapped onto
> multislots. An example is
>
>         int[] getIndexes();
>         void setIndexes(int[] values);
>
> Doing this with more complex properties, especially Vectors or other
> collections, has been discussed in the past, but right now nothing of
> the kind is supported.
>
> I think Blaine Bell wrote:
> > Forgive me if this has already been answered, but can you create
> > multislots in defclass classes?  How?
> >
> > Thanks in advance,
> >
> > Blaine Bell
> >
>
> ---------------------------------------------------------
> Ernest Friedman-Hill
> Distributed Systems Research        Phone: (925) 294-2154
> Sandia National Labs                FAX:   (925) 294-2234
> Org. 8920, MS 9012                  [EMAIL PROTECTED]
> PO Box 969                  http://herzberg.ca.sandia.gov
> Livermore, CA 94550
> ---------------------------------------------------------------------
> 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]
> ---------------------------------------------------------------------

---------------------------------------------------------------------
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]
---------------------------------------------------------------------

Reply via email to