Re: JESS: Conflic Resolution Implementation

2005-11-21 Thread ejfried
There's no tutorial guide or anything like that. The basic procedure is very easy: implement the "jess.Strategy" interface, then use (set-strategy ) to load it into Jess. There's really just the one compare() method to write; it's supposed to implement the "spaceship operator" (ie., comparison that

JESS: Conflic Resolution Implementation

2005-11-21 Thread Bogdan Werth
Hi, I just wondered whether there are any place where I can get some more information about how to write your own conflict resolution strategy for Jess. There is a bit of information about this issue in "Jess In Action" but not enough to start your own development. I am doing agent based model