Class ReportingCaseBaseVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.matching.report.ReportingCaseBaseVisitor
All Implemented Interfaces:
ICaseBaseVisitor

public class ReportingCaseBaseVisitor extends ReportingVisitorDS implements ICaseBaseVisitor
Visitor which adds reporting by a decorating mechanism which handles exceptions and pushes these to the initialisation report.
Since:
6.2
Author:
F. van der Meer, O. Kerpershoek
  • Constructor Details

  • Method Details

    • addCaseBase

      public void addCaseBase(ICaseBaseDS datasource)
      Description copied from interface: ICaseBaseVisitor
      This method should be invoked to add a casebase to the match engine during initialization time.
      Specified by:
      addCaseBase in interface ICaseBaseVisitor
      Parameters:
      datasource - The mandatory datasource which is used to initialize a casebase.