Hi,
What is the equivalent of 'allowed-symbols' in jess?
I'm trying to define a template with a slot that has enumeration.

(deftemplate Living_Thing)
(deftemplate Person extends Living_Thing
(slot ID (type integer) (default 1))
(slot gender (allowed-symbols nil male female))
)

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