berkantaydin / fuxi

Automatically exported from code.google.com/p/fuxi
0 stars 0 forks source link

Externally defined actions are hard to register #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[http://code.google.com/p/fuxi/wiki/ReteActions Externally defined actions] are 
associated with terminal nodes but there is no easy way to get the terminal 
node associated with a particular rule.  The network instances have a 
terminalNodes instance that is a list of terminal nodes but probably could use 
a dictionary that maps rules (used to build the network) to the corresponding 
terminal node in order to make it easier for the user to register externally 
defined actions.

Original issue reported on code.google.com by chime...@gmail.com on 16 Dec 2010 at 3:17

GoogleCodeExporter commented 8 years ago
Fixed in http://code.google.com/p/fuxi/source/detail?r=332ea68ad3

Original comment by chime...@gmail.com on 20 Dec 2010 at 9:09