[rules-users] How to use my own rule semantics?

Davide Sottara dsotty at gmail.com
Wed Sep 4 12:52:47 EDT 2013


There is an experimental project adding some of the capabilities you need
https://github.com/sotty/drools-chance/tree/master/drools-chance-core
Feel free to contact me in IRC to talk about it
Davide

On 09/04/2013 03:41 AM, andrew8666 wrote:
> I am making some kind of expert system in drools. It will be based on fuzzy
> logic. I have a analysis which describes what semantics to use.
>
> Problem is that i don't know how to rewrite this semantics to drools. Look:
>
> x ∧ y = min{x,y}
> x ∨ y = max{x,y}
> x → y = 1 for x <= y, y for x > y
>
> Any hint will be appreciated.
>
>
>
>
> --
> View this message in context: http://drools.46999.n3.nabble.com/How-to-use-my-own-rule-semantics-tp4025795.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users



More information about the rules-users mailing list