all groups > c# > may 2005 >
You're in the

c#

group:

SRE (Simple Rule Engine)


SRE (Simple Rule Engine) Yahoo
5/31/2005 11:57:37 PM
c#:
GO TO http://sourceforge.net/projects/sdsre/ TO GET THE LATEST VERSION!!!

SRE (Simple Rule Engine) is a lightweight forward chaining inference rule
engine for .NET. Its 'simple' because of the simplicity in writing and
understanding the rules written in XML, but this 'simple' engine can solve
complex problems.

Source Code Included! Check it out.

Re: SRE (Simple Rule Engine) Nicholas Paldino [.NET/C# MVP]
6/1/2005 12:10:29 PM
There isn't any documentation to go along with this. Are you planning
on changing that?


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com

[quoted text, click to view]

Re: SRE (Simple Rule Engine) Yahoo
6/1/2005 9:32:58 PM
Documentation is in the works, should be in the next minor version.

"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:eJW$dRsZFHA.2128@TK2MSFTNGP14.phx.gbl...
[quoted text, click to view]

Re: SRE (Simple Rule Engine) Yahoo
6/30/2005 7:54:15 AM
Sure its possible to have a callback, it should probably do the callback
when an action is evaluated true rather than a rule being evaluated true;
also because you might want to have several actions. A question I have is
why does this make SRE easier to use? Cant you just look at the output from
the ROM after processing and do the same thing wrapped in a wrapper. I have
added a request in sourceforge.net (search under SRE) for the request.

Once a fact has a value it cannot take another value because this engine is
declaritive (just like XSLT is). Allowing for a simplified rule engine.
Remember that you have no guarantee which rule is going to run first!

Joe
http://sourceforge.net/projects/sdsre/

[quoted text, click to view]

AddThis Social Bookmark Button