i am get values to the slots and multislots from user through GUI writen in
java.

I have the values in java variables. i have to assert these values.

i am using this deftemplate

(   deftemplate emp (slot id (type integer))
        (    slot name )
        (multislot dept ))

and i can able to assert using   

 (assert (emp(id ?n)(name "raju")))

and i can bind the value to ?n using 

(bind ?n 101)

but how can i assign the vaue to ?n using java variable.

for eg. 

?n = emp_id;
where emp_id is a java variable to which i will get value from user.

is it possible

Thanks in advance

-- 
View this message in context: 
http://www.nabble.com/asserting-facts-using-variables-tf3611246.html#a10091563
Sent from the Jess mailing list archive at Nabble.com.

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