I think Satish boggavarapu wrote:
[Charset iso-8859-1 unsupported, filtering to ASCII...]

> 
> Ernest, the explanation you provided regarding slot modification in an
> object system, is that a JESS specific statement? Or can that be applied in
> general? Say for COOL aswell. 


I have no idea how COOL is implemented, really; but I'd guess that
COOL objects are rather like CLIPS facts internally, in the same way
that Java Beans are shadowed by Facts in Jess.

> 
> If i have java code (Normal java classes as opposed to beans) to represent
> the taxonomy of Network, what are the problems i might face in creating
> COOL/JESS objects out of them. 

You'd have to define what you mean by "Jess objects". If you want to
pattern-match on the objects in Jess, they need to be beans.


Is it a good idea to store them in the
> inference engine memory and keep the references in a manager object outside
> and manipulate both from the inference engine and the java world? 
> 

If they are Beans, this pretty much the whole point; for what other
reason would Jess implement pattern matching on Beans that to allow
matching on objects with independent connections to the outside world?

> Ernest, are there any plans of introducing sliding window timers and
> counters to JESS which can be used on the LHS? Say i want to fire the rule
> when certain patterns match certain number of times in a given time window.
> 

No.




---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

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