0
votes
0answers
16 views
DL Reasoner vs Rule Engine
Hi,
Can someone explain the differences between a DL Reasoner like Pellet/deafult OWL Reasoner and a rule engine like Jess? and their applications ?
Thanks.
2
votes
3answers
219 views
PHP: Outlook style rule engine
I am trying to construct a rule-based system for interpreting data. However, I am having issues deciding on a way to construct the logic for storing and interpreting rules.
Curren …
0
votes
3answers
139 views
What is Rule Engine ?
What goals are accomplished using Rule Engine ?
1
vote
4answers
76 views
Can we use Extension Methods for building business rule engines?
I am looking to do something like this
public class ProductBiz: BizBase<Product> {
public List<String> BrokenRules {get;set;}
// Some kind of data + biz operation im …
0
votes
2answers
110 views
Rule Evaluation Systems and “not exact” matches (ej: x < 3000)
I am designing a rule evaluation system which need to handle a fact database and certain rules over the database. We currently have a modified version of RETE that works partially …
1
vote
3answers
177 views
How well does Rule Engines performs?
I've been having a look at WF Rules Engine and NxBRE and it seems interesting but I'm unsure of how well it will perform in real life scenarios.
The one I have in mind is somethin …
2
votes
6answers
511 views
When should you NOT use a Rules Engine?
I have a pretty decent list of the advantages of using a Rules Engine, as well as some reasons to use them, what I need is a list of the cons of why you should NOT use a Rules Engi …
3
votes
7answers
959 views
What rule engine should I use?
What are some of the best or most popular rule engines? I haven't settled on a programming language, so tell me the rule engine and what programming languages it supports.
0
votes
2answers
103 views
drools expert / solver - 5.0.1 matches
I am fairly new to drools and I'm running into some issues I can't really understand.
I'm trying to solve an allocation problem and one of my LHS goes like this
$leftAlloc: SlotA …
2
votes
2answers
124 views
Is there a Design Pattern for implementing a parametric search feature w/o using SQL in Java?
I'm not really sure what the best approach is for designing what I would call a "parametric" search or rule engine. I have a Java object which has several fields. I will run the …
0
votes
4answers
297 views
Criteria to Evaluate Business Rules Engines
We are shopping for Business Rules Engines.
We want to make our core application customizable to different customers with slightly different requirements.
The people who would actu …
11
votes
11answers
830 views
Has a system that incorporated a rule engine ever been TRULY successful?
Our system (exotic commodity derivative trade capture and risk management) is being redeveloped shortly. One proposal that I have heard is that a rule engine will be incorporated t …
0
votes
4answers
385 views
how can i build rule engine which can execute user defined if else rules in C#.net
hi
I have requirement to build new rule engine in which i have rule like this which is stored in Excel sheet, in tabular format.
<If> "Name = Nita "
<Value> "200"
& …
1
vote
1answer
53 views
Filter out sublist in Mathematica
I am a newbie user in mathematica. Here is my problem:
For example, I have a nested list:
lst = {{1, 0, 0}, {0, 1, 1}, {2, 0, 1}, {1}, {0,3}}
I want to only output those subli …
3
votes
3answers
95 views
Tax Engine Examples
We create point of sale software for the mac, and are looking to revamp our tax engine. It's pretty simple now, with taxes consisting of a name, code and rate that can be applied t …
