ILOG JRules

Package ilog.rules.studio.javascript.dom

Provides the ilog.rules.studio.eclipsemonkey.dom extensions, and the factories that support the global variables available in the JavaScript.

See:
          Description

Class Summary
IlrBuilderDOMFactory An extension of the ilog.rules.studio.eclipsemonkey.dom extension point to demonstrate how to use the "buildHelper" command-line tool global variable.
IlrBuildHelper Utility class to build the projects of the workspace.
IlrExtractorDOMFactory An extension of the ilog.rules.studio.eclipsemonkey.dom extension point to demonstrate how to use the "extractorHelper" command-line tool global variable.
IlrExtractorHelper Extract ruleset archives from a rule project that has been previously built.
IlrImporterDOMFactory An extension of the ilog.rules.studio.eclipsemonkey.dom extension point to demonstrate how to use the "importHelper" command-line tool global variable.
IlrImportHelper Imports IProject elements into the workspace.
IlrModelDOMFactory An extension of the ilog.rules.studio.eclipsemonkey.dom extension point to demonstrate how to use the "modelHelper" command-line tool global variable.
IlrModelHelper Manipulates the IlrRuleModel.
IlrRuleModelDOMFactory An extension of the ilog.rules.studio.eclipsemonkey.dom extension point to demonstrate how to use the "ruleModel" command-line tool global variable.
IlrWorkspaceDOMFactory An extension of the ilog.rules.studio.eclipsemonkey.dom extension point to demonstrate how to use the "workspace" command-line tool global variable.
 

Package ilog.rules.studio.javascript.dom Description

Provides the ilog.rules.studio.eclipsemonkey.dom extensions, and the factories that support the global variables available in the JavaScript.

In most cases, the factory will create a helper class. The name of the helper class reuses the name of the factory and replaces DOMFactory with Helper. For instance, IlrModelDOMFactory creates an instance of IlrModelHelper.

Since:
JRules 6.5

ILOG JRules