Interface IRuleGroupVisitor

All Known Implementing Classes:
RuleGroupVisitor

public interface IRuleGroupVisitor
An implementation of this visitor is provided by the rule engine during initialization to allow the data layer to add rule group definitions.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method may be used to add a rule group definition to the rule engine.
  • Method Details

    • addRuleGroup

      void addRuleGroup(IRuleGroupDS datasource)
      This method may be used to add a rule group definition to the rule engine.
      Parameters:
      datasource - Data source providing the information of the rule group.
      Throws:
      InitializationException - This exception is thrown if the rule group could not be initialized.