[jboss-svn-commits] JBL Code SVN: r24031 - labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Engine.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Nov 21 08:00:30 EST 2008
Author: ellenzhao
Date: 2008-11-21 08:00:30 -0500 (Fri, 21 Nov 2008)
New Revision: 24031
Modified:
labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Engine/Section-Rete_Algorithm.xml
Log:
small fixes
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Engine/Section-Rete_Algorithm.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Engine/Section-Rete_Algorithm.xml 2008-11-21 11:48:45 UTC (rev 24030)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Engine/Section-Rete_Algorithm.xml 2008-11-21 13:00:30 UTC (rev 24031)
@@ -62,13 +62,13 @@
<para>ObjectTypeNodes can propagate to AlphaNodes, LeftInputAdapterNodes
and BetaNodes. AlphaNodes are used to evaluate literal conditions. Although
the 1982 paper only covers equality conditions, many RETE implementations
- support other operations. For example, Account.name == "Mr Trout" is a
+ support other operations. For example, <code>Account.name == "Mr Trout"</code> is a
literal condition. When a rule has multiple literal conditions for a single
object type, they are linked together. This means that if an application
asserts an account object, it must first satisfy the first literal condition
before it can proceed to the next AlphaNode. In Dr. Forgy's paper, he refers
to these as IntraElement conditions. The following shows the AlphaNode
- combinations for Cheese( name == "cheddar, strength == "strong" ):</para>
+ combinations for Cheese( name == "cheddar", strength == "strong" ):</para>
<figure>
<title>AlphaNodes</title>
More information about the jboss-svn-commits
mailing list