RE: JESS: Multislots and datatypes

2006-08-10 Thread Greenblatt, Howard
> In any event, I don't see any reason why multislots couldn't allow > type attributes. CLIPS allows it. I will look at relaxing this > constraint. > That would be great. In our system we use the type information in the deftemplates to translate and generate fact data based on objects coming in fro

Re: JESS: Multislots and datatypes

2006-08-10 Thread friedman_hill ernest j
I think Greenblatt, Howard wrote: > > This indicates that both slots and multislots can include type > information (RU.INTEGER, RU.SYMBOL, etc.). In addition, within the > JessDE the content assist for a multislot will pop up an option for a > type definition (in addition to default values), howev

JESS: Multislots and datatypes

2006-08-09 Thread Greenblatt, Howard
Hi there, In the Jess documentation (70b7) for deftemplate in chapter 17.7: The syntax: (deftemplate template-name ["Documentation comment"] [(declare (slot-specific TRUE | FALSE) (backchain-reactive TRUE | FALSE) (from-class class name)