[jboss-svn-commits] JBL Code SVN: r29116 - labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Aug 31 02:49:38 EDT 2009
Author: michael.neale at jboss.com
Date: 2009-08-31 02:49:38 -0400 (Mon, 31 Aug 2009)
New Revision: 29116
Modified:
labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-UserGuide.xml
Log:
some slight additional detail to DT section
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-UserGuide.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-UserGuide.xml 2009-08-28 15:40:53 UTC (rev 29115)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-UserGuide.xml 2009-08-31 06:49:38 UTC (rev 29116)
@@ -745,6 +745,24 @@
configured. "Attribute columns" are for setting attributes on a per
rule (row) basis, such as salience. Web based decision tables are
compiled into DRL like all other rule assets.</para>
+
+ <para>Column configurations: when you edit or create a new column, you
+ will be given a choice of the type of constraint: Literal (the value
+ in the cell will be compared with the field using the operator),
+ Formula (in which case the expression in the cell will be evaluated
+ and then compared with the field) and Predicate (this means no field
+ is needed, the expression will be evaluated to true or false). You can
+ set a default value, but normally if there is no value in the cell,
+ that constraint will not apply. </para>
+
+ <para>The "in" operator: when you chose the operator that says "is in
+ the following list" then the cell value can be a comma separated list
+ of values, of which as long as one of them matches the specified
+ field, that constraint will be deemed true. </para>
+
+ <para>In general, there are little "info" icons (with the letter "i")
+ which if you click on, a popup description of the feature is provided
+ in context. </para>
</section>
<section>
More information about the jboss-svn-commits
mailing list