[rules-users] Rete

Mark Proctor mproctor at codehaus.org
Wed May 18 00:11:37 EDT 2011


On 18/05/2011 05:04, Abhay B. Chaware wrote:
>
> Have been reading about how Rete operates and how Drools implements 
> Rete and so on .. and that Rete builds a network of nodes and each 
> node is a pattern and has memory of facts which satisfy the pattern 
> .... just as a curiosity, how does this all work internally ? what 
> does it mean when they say that it builds a network .. and nodes are 
> shared and attached .. what does really happen internally ?
>
This isn't a question that can be answered in a few lines. Build a DRL 
file with a simple rule and then following what it does at the 
ReteooBuilder.addRule(Rule) method. Likewise follow an insert method 
when you insert an object.

Mark
>
> Thanks
>
>
> This message contains information that may be privileged or 
> confidential and is the property of the KPIT Cummins Infosystems Ltd. 
> It is intended only for the person to whom it is addressed. If you are 
> not the intended recipient, you are not authorized to read, print, 
> retain copy, disseminate, distribute, or use this message or any part 
> thereof. If you receive this message in error, please notify the 
> sender immediately and delete all copies of this message. KPIT Cummins 
> Infosystems Ltd. does not accept any liability for virus infected mails.
>
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20110518/a770320a/attachment.html 


More information about the rules-users mailing list