Query Model Extension

ilog.rules.studio.model.query.queryModelExtension

JRules 6.5

Allows plug-ins to extend the rule model on which queries operate.

Properties added through the extension model are automatically available in the query vocabulary. However, in order to add new query predicates, you need to use this extension point. See the documentation sections:

<!ELEMENT extension (model_extension+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT model_extension EMPTY>

<!ATTLIST model_extension

bom_url                   CDATA #REQUIRED

voc_url                   CDATA #REQUIRED

bom_extender_mapping_file CDATA #IMPLIED>