[jboss-svn-commits] JBL Code SVN: r15666 - labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 8 17:24:48 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-10-08 17:24:48 -0400 (Mon, 08 Oct 2007)
New Revision: 15666

Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml
Log:
-removed out of date statements with regards to what isn't supported.

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml	2007-10-08 20:30:43 UTC (rev 15665)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml	2007-10-08 21:24:48 UTC (rev 15666)
@@ -270,9 +270,8 @@
       
     </programlisting>
 
-    <para>Disjunctive field constraints connectives could also be used -
-    although they are not currently supported in Drools 3.0 - and would not
-    result in multiple rule generation.</para>
+    <para>Disjunctive field constraints connectives could also be used and
+    would not result in multiple rule generation.</para>
 
     <programlisting>
       
@@ -286,10 +285,10 @@
     Logic with two new quantifier concepts to allow expressions defining
     structure - specifically universal and existential quantifiers. Universal
     quantifiers allow you to check that something is true for everything;
-    normally supported by the 'forall' conditional element, but not yet
-    implemented in Drools 3.0. Existential quantifiers check for the existence
-    of something, in that it occurs at least once - this is supported with
-    'not' and 'exists' conditional elements.</para>
+    normally supported by the 'forall' conditional element. Existential
+    quantifiers check for the existence of something, in that it occurs at
+    least once - this is supported with 'not' and 'exists' conditional
+    elements.</para>
 
     <para>Imagine we have two classes - Student and Module. Module represents
     each of the courses the Student attended for that semester, referenced by




More information about the jboss-svn-commits mailing list