Groovy Semantic Module DRL Reference
Namespace URI

The Java Semantic Module is available through the Drools Rule Language (DRL) by binding the namespace of http://drools.org/semantics/groovy to either the default namespace or a specific prefix. Typically it is bound to the groovy prefix.

<rule-set xmlns:groovy="http://drools.org/semantics/groovy"
      ...>
Tag Reference
<...>

The...