Class RuleDelegateVisitor

java.lang.Object
com.aquima.interactions.rule.ds.delegate.RuleDelegateVisitor
All Implemented Interfaces:
IRuleVisitor
Direct Known Subclasses:
ConstraintDelegateVisitor, SourceDelegateVisitor

public class RuleDelegateVisitor extends Object implements IRuleVisitor
Delegate datasource for easy datasource extension. All method calls are delegated to the delegate visitor without adding any functionality.
Since:
8.4.3
Author:
Jon van Leuven
  • Constructor Details

    • RuleDelegateVisitor

      public RuleDelegateVisitor(IRuleVisitor visitor)
  • Method Details

    • getMetaModel

      public IMetaModel getMetaModel()
      Description copied from interface: IRuleVisitor
      This method returns the meta model of the rule engine.
      Specified by:
      getMetaModel in interface IRuleVisitor
      Returns:
      the meta model of the rule engine.
    • getParser

      public IParserFactory getParser()
      Description copied from interface: IRuleVisitor
      This method returns the expression parser of the rule engine which may be used to parse expressions and dynamic texts.
      Specified by:
      getParser in interface IRuleVisitor
      Returns:
      the expression parser of the rule engine.