|
Hi, I'd like to know if I can modify functions and
rules dynamically.
I want to dynamically create Jess rules and
functions and it requires me to update existing rules and functions
appropriately.
For example, suppose at some time a function foo is
dynamically created and stored into Jess knowledge base.
(deffunction foo()
(call-another-function1)
)
Then later, I want to modify foo function as
follows.
(deffunction foo()
(call-another-function1)
(call-one-more-fucntion))
Is there any way to do this?
Thanks for your help.
YJ
|
