Ok, forgive the ignorence here, but I do have another
very basic question.  If I have to write the rules in
the JESS language, what am I really getting over just
writing them in pure Java?  I have to have some big
selling points to take to my upper ups.  I would love
to use an expert system, please help!
 
> The rules have to be written in the Jess rule
> language. Before you do
> this, you'd have to choose a paradigm for the
> application, and a data
> representation for the information the rules work
> with. Given that,
> the rule above might look like this:
> 
> (defrule unmanned-planes
>   (not (plane (manned TRUE)))
>   ?x <- (x (value ~q))
>   =>
>   (modify ?x (value q)))
> 
>
---------------------------------------------------------
> Ernest Friedman-Hill  
> Distributed Systems Research        Phone: (925)
> 294-2154
> Sandia National Labs                FAX:   (925)
> 294-2234
> PO Box 969, MS 9012                
> [EMAIL PROTECTED]
> Livermore, CA 94550        
> http://herzberg.ca.sandia.gov
> 
>
--------------------------------------------------------------------
> 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]
>
--------------------------------------------------------------------
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.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