I did implement small example in cbr for rotational components (based on couple of papers by other authors).
Java classes store data, and JESS reasons on cases.

I think that match is very natural, JESS has generic cases for facts, where all similarity, search is done in cases (Java objects). Rules perform CBR reasoning cycle.

Dusan Sormaz


At 10:51 AM 2/27/2004 -0600, you wrote:
Hi All,
 
I have been thinking about Case Based Reasoning (CBR) and it would seem that if a rule-based system could (1) determine which objects it was matching on, (2) use Java reflection to list the object methods used for the predicates, and (3) retrieve within some repository all the objects that fit  (1) and (2)  and assert them into working memory, then CBR would be a natural extension of a rule-based system.
 
Any thoughts ??
 
Rich Halsey

***************************************************************************
* Dušan Šormaz, PhD, Associate Professor                     
* Ohio University
* Industrial and Manufacturing Systems Engineering Department
* 277 Stocker Center, Athens, OH 45701-2979
* phone: (740) 593-1545
* fax:   (740) 593-0778 
* e-mail: [EMAIL PROTECTED]
* url: http://www.ent.ohiou.edu/~sormaz
***************************************************************************

Reply via email to