[rules-users] Traversing the Rete Network

2009-06-18 Thread Peter Wong
Hello, I am trying to find out if and why a rule is not activated/fired when asserting a piece of data. At the moment I am using JBoss AOP to pointcut the method EntryPointNode.assertObject(), and from there I run an algorithm to walk to every node in the rete network. My question is how can I be

Re: [rules-users] Traversing the Rete Network

2009-06-18 Thread Edson Tirelli
LeftTupleSource.getSinkPropagator().getSinks() ObjectSource.getSinkPropagator().getSinks() 2009/6/18 Peter Wong peterwong1...@gmail.com Hello, I am trying to find out if and why a rule is not activated/fired when asserting a piece of data. At the moment I am using JBoss AOP to