Hi David, the rule engine in my application must provide some essential features like: -Backward/Forward chaining support:Which used in inference engine -rule prioritizing. -rule dependency. -must allow complex conditions. And my app will have a lot of rules like this: rule example: if(cos(x)>y and/or sin(x)<z) then z=y Not if-else statements. so my question is : Is it possible with NxBRE( Inference engine )to write this rule with ruleML syntax?
Hi David, the rule engine in my application must provide some essential features like: -Backward/Forward chaining support:Which used in inference engine -rule prioritizing. -rule dependency. -must allow complex conditions. And my app will have a lot of rules like this: rule example: if(cos(x)>y and/or sin(x)<z) then z=y Not if-else statements. so my question is : Is it possible with NxBRE( Inference engine )to write this rule with ruleML structure?