Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

32
votes
16answers
15k views

Looking for simple rules-engine library in .NET

Does anyone know of a good .NET library rules library (ideally open-source)? I need something that can do nested logic expressions, e.g., (A AND B) AND (B OR C OR D). I need to do comparisons of ...
18
votes
10answers
4k views

Rules Engine - pros and cons

I'm auditing a project that uses what is called a Rules Engine. In short, it's a way to externalize business logic from application code. This concept is entirely new to me and I'm pretty skeptical ...
14
votes
11answers
2k 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 to make it easier for ...
13
votes
8answers
11k views

Example of c# based rule language?

Can you provide a good example of rule definition language written in C#. Java guys have JESS, is there anything good for C#?
12
votes
3answers
2k views

Lightweight Rules Engine in Javascript

I am looking for suggestions for a lightweight rules engine implemented in Javascript. The reason for such an implementation is to build a very lightweight but fast browser-based simulation using a ...
10
votes
2answers
1k views

Space-based architecture?

One chapter in Pragmatic Programmer recommends looking at a blackboard/space-based architecture + a rules engine as a more flexible alternative to a traditional workflow system. The project I'm ...
10
votes
7answers
9k views

How to design a rule engine?

I'm supposed to create a simple rule engine in C#. Any leads on how I can proceed?. It's a minimalistic rule engine, and would use SQL server as the back end. Do we have any general blueprint or ...
10
votes
5answers
4k views

Open source rules engine with decent interface for writing rules

I'm trying to locate an open source business rules engine that has a decent interface for building the rules. OR at least one that works well on the .Net platform and has been updated sometime in the ...
9
votes
9answers
4k 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 reasons why you should NOT use a Rules Engine The best I have ...
8
votes
2answers
207 views

Out of Core Rules Engine

Are there any implementations of production rule systems that operate out of core? I've checked out the open source implementations like CLIPS and Jess, but these only operate in memory, so they tend ...
8
votes
5answers
2k views

C#: Grammar rules engine for English?

I'm looking for something that may or may not exist. Is there such a thing as an 'English grammar rules engine' available on the Windows platform (specifically for something like .NET or C#)? ...
8
votes
10answers
4k 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.
7
votes
2answers
535 views

What are the myths about rules engine?

I'm writing a presentation about rule engine technology, specifically JBoss Drools. What are some of the 'myths' about rule engines. One I can think of is that it allows business users to control ...
7
votes
3answers
2k views

Java Rule Engine for Game AI

I would like to use a rule engine for my game. It will be used for NPC AI, and GM AI. What might be a good and fast Rule Engine for this purpose ? It must be Java and Open Source. I would like to ...
6
votes
2answers
139 views

Prolog Beginner - Is This a Bad Idea?

The application I'm working on is a "configurator" of sorts. It's written in C# and I even wrote a rules engine to go with it. The idea is that there are a bunch of propositional logic statements, and ...
6
votes
6answers
3k views

PHP Business Rule Engine

Are there any Business Rule Engine implemented in PHP ? If yes, please list them. If not, than why not, what are the reasons behind not having Business Rule Engine in PHP and having it in Java ?
6
votes
4answers
909 views

Prefered methods for interacting with a rules engine

I am about to dive into a rules oriented project (using ILOGs Rules for .NET - now IBM). And I have read a couple different perspectives regarding how to set up the rules processing and how to ...
6
votes
3answers
697 views

Where can I get started learning about Rule Engines?

I'm currently designing a Java application where a Rule engine could be useful. Where is a good place I can learn about how to use them, how they work, how to implement them, see samples, etc.?
5
votes
5answers
1k views

Most flexibilities rule engine for .NET

My upcoming project is relate to sales system, so one of the main requirement is "user can modify promotion by themselves". Promotions is vary, they give me some of them. Buy 1 get 1 free, Buy 2 get ...
5
votes
3answers
2k views

What can Rules Engines accomplish?

What goals can be accomplished using a Rules Engine?
4
votes
8answers
3k views

Rules Engine in C or Python

I am looking for a rules engine in C or Python, but if you know a rules engine that is implemented in another language I would be glad to know about it. The engine will be used as way to automate a ...
4
votes
2answers
483 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 sublist whose elements ...
4
votes
3answers
460 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 to every product ...
3
votes
1answer
88 views

Implementing a rules system

I'm building an app for android which allows objects to be merged together based on certain conditions. At the moment I'm looking to do this using if statements (nested or not) and am just wondering ...
3
votes
1answer
129 views

Programatically create a WWF RuleCondition from a string

I'm using the RuleSetDialog to create rules for a validation module and storing the resulting xml in the database. Is there any way to programatically create rules their conditions based on a code ...
3
votes
1answer
187 views

guidelines for implementing rule engine

What could be the reasons to implement your own rule engine instead of using existing commercial /open source engines? Any specific guidelines for implementing rule engines?
3
votes
3answers
293 views

applying business rules at the database level

I'm working on a project in which we will need to determine certain types of statuses for a large body of people, stored in a database. The business rules for determining these statuses are fairly ...
3
votes
2answers
537 views

Building an Inference Engine in Python

I am seeking direction and attempting to label this problem: I am attempting to build a simple inference engine (is there a better name?) in Python which will take a string and - 1 - create a list ...
3
votes
3answers
102 views

How to explain failure of an action with complex restrictions

I'm implementing a system where a customer can use vouchers to gain discounts for a purchase. If a voucher can be used for a certain purchase depends on several circumstances. For example: Proper ...
3
votes
3answers
1k views

Which knowledge base/rule-based inference engine to choose for real time Runway incursion prevention system

we are designing a project that would listen to dialog between airport controllers and pilots to prevent runway incursions (eg. one airplane is taking off while other is crossing the runway). Our ...
3
votes
4answers
2k 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 actually do the ...
3
votes
2answers
418 views

Extensible rule-based access pattern

I control access to some of my static web resources with some PHP logic. Because directory-based authorization through the webserver is not suitable or easily possible. A combination of things ...
2
votes
1answer
122 views

Rule Engine - How to store rules to avoid parsing on edit?

My .NET application evaluates user defined rules at runtime. These rules are entered to system via GUI menus by user. I generate a logical statement that corresponds to it and store it in database. ...
2
votes
2answers
75 views

How to design : Defining a set of strategy(s) for each business rule

I am working on a windows service to process a batch of records. In this I have a set of processors to process my records based on a set of conditions. So I have a Engine class which looks something ...
2
votes
2answers
205 views

Alternatives to decision table

Our app is growing rapidly. So, I begun looking into business rules as a way to separate some of our logic from the code (big DAAAH ;). The main goal is to allow our business guys to edit and deploy ...
2
votes
1answer
228 views

Share model from global area to different package in Guvnor

In Guvnor global area I have uploaded different jar which contains model classes. After that, I create some packages and create DRL rule inside. Is it possible for these package's rules reference to ...
2
votes
1answer
285 views

Workflow Rule Engine to implement rules engine in a ASP.NET Web Application?

Can anyone share using WWF Workflow Rule Engine to implement rules engine in a ASP.NET Web Application?
2
votes
1answer
195 views

Libraries/Algorithms for complex if/else problems in C#

I've got the task, that i have to implement something. like a questionnaire engine, where each answer to a single question can end up in a completely different result. So, if we have 10 question with ...
2
votes
2answers
185 views

Anyone with specific pointers or experience with a 'Generic Rules Engine'?

I am looking to integrate with a 'Generic Rules Engine' based on the request of a customer. I think the objective is to allow business stakeholders to add 'Rules', and have those be incorporated into ...
2
votes
1answer
107 views

Drools for Complex Display Value Lookup

The purpose of this quetion is to evaluate the reasonability of using Drools for complex display value lookup processing within a web application. I have been tasked to retrieve coverage information ...
2
votes
1answer
307 views

robust server side dynamic form engine for ASP.NET

I've recently implemented a simple dynamic forms engine that uses dynamically loaded ASP.NET controls in concert with an EAV schema to handle the variable nature of the data model. The business was ...
2
votes
1answer
215 views

How is parsing phase in a compiler different from a rule engine?

I have a rough understanding of how the compilers work (I mean languages, grammars, lexical analysis, parsing etc). The rule engines have various rules and associated action, just like you have rules ...
2
votes
3answers
656 views

Rule engines for java application

i want to use some rule engines for my application which is in java. so can you suggest some good rule frameworks?
2
votes
2answers
198 views

C++ functions exposed to scripting system - self-describing parameter types

A C++ rules engine defines rules in XML where each rule boils down to "if X, then Y" where X is a set of tests and Y a set of actions. In C++ code, 'functions' usable in tests/actions are created as a ...
2
votes
2answers
355 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 java object against ...
2
votes
2answers
512 views

What are all the open standards related to Rule Engine?

If we need to use plugaable rule engine, what are all the open standards related to it. How to migrate rule engine "without rewriting rules" for every platform?
2
votes
3answers
799 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. Currently, there is a ...
2
votes
1answer
291 views

Can anyone point me at a good example of pretty printing rules to “english”

I've got the equivalent of an AST that a user has built using a rule engine. But when displaying a list of the rules, I'd like to be able to "pretty print" each rule into something that looks nice**. ...
2
votes
4answers
1k views

Boolean logic rule evaluator

I have essentially a survey that is shown, and people answer questions a lot like a test, and there are different paths, it is pretty easy so far, but i wanted to make it more dynamic, so that i can ...
1
vote
1answer
28 views

API for Java to rename/move files based on rulesets

I'm looking for an API to move/copy and rename files based on rulesets. Is there a better way than using only java.io and regexp? Background: I want to write a small program to convert files (images) ...

1 2 3