Python 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/python to either the default namespace or a specific prefix. Typically it is bound to the python prefix.

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

The...