ilog.rules.util.engine

Class IlrRulesetOptimConfig

  • java.lang.Object
    • ilog.rules.util.engine.IlrRulesetOptimConfig


  • public class IlrRulesetOptimConfig
    extends java.lang.Object
    This class is used to parametrize the optimization of a ruleset.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      boolean hasherGeneration
      Activates hasher generation during optimization.
      boolean wmModifiedByCode
      Indicates if the working memory management API of the context is called by code from outside the ruleset.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • IlrRulesetOptimConfig

        public IlrRulesetOptimConfig()

© Copyright IBM Corp. 1987, 2015