JESS: Decorators

2007-01-18 Thread Krasnigor, Scott L (N-AST)
I am curious what the implications are of defclassing a class with many
decorators associated with it? I need to be able to match various
attributes of the class that are part of the decorators. Is there a
correct/best way to handle this case? Any advice would be appreciated.
Thanks.

 

Scott

 



Re: JESS: Decorators

2007-01-18 Thread Ernest Friedman-Hill
Do the decorators actually enlarge the API of the defclassed class?  
In that case, you'll only be able to match those additional  
properties using Java method calls. Otherwise, things would work out  
fine; you could even just defclass the interface, if that's how  
things are structured. Otherwise, can you give us a concrete example  
to discuss?


On Jan 18, 2007, at 9:17 AM, Krasnigor, Scott L (N-AST) wrote:

I am curious what the implications are of defclassing a class with  
many decorators associated with it? I need to be able to match  
various attributes of the class that are part of the decorators. Is  
there a correct/best way to handle this case? Any advice would be  
appreciated. Thanks.




Scott






-
Ernest Friedman-Hill
Advanced Software Research  Phone: (925) 294-2154
Sandia National LabsFAX:   (925) 294-2234
PO Box 969, MS 9012 [EMAIL PROTECTED]
Livermore, CA 94550 http://www.jessrules.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]