ilog.rules.util.engine
Class IlrRulesetOptimConfig
- java.lang.Object
-
- ilog.rules.util.engine.IlrRulesetOptimConfig
-
public class IlrRulesetOptimConfig extends java.lang.ObjectThis class is used to parametrize the optimization of a ruleset.
-
-
Field Summary
Fields Modifier and Type Field and Description booleanhasherGenerationActivates hasher generation during optimization.booleanwmModifiedByCodeIndicates if the working memory management API of the context is called by code from outside the ruleset.
-
Constructor Summary
Constructors Constructor and Description IlrRulesetOptimConfig()
-
-
-
Field Detail
-
hasherGeneration
public boolean hasherGeneration
Activates hasher generation during optimization. The rules conditions are then processed in order to find out tests that may be optimized by applying a local hasher. By default, the hasher generation is deactivated.
-
wmModifiedByCode
public boolean wmModifiedByCode
Indicates if the working memory management API of the context is called by code from outside the ruleset.
-
-