Hi,
I'm trying to define a slot with a type of another template, for example
below i have 3 templates and i want "Person" template to have a slot called
"inj" and type "Injury".

(deftemplate Living_Thing)
(deftemplate Injury)
(deftemplate Person extends Living_Thing
(slot ID (type integer) (default 1))
(slot  inj (type Injury))
)

Any help is appreciated.

Thanks





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