Class ReportingCaseVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.matching.report.ReportingCaseVisitor
All Implemented Interfaces:
ICaseVisitor

public class ReportingCaseVisitor extends ReportingVisitorDS implements ICaseVisitor
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

    • addCase

      public void addCase(ICaseDS datasource)
      Description copied from interface: ICaseVisitor
      This method should be invoked for each case that needs to be added to the casebase.
      Specified by:
      addCase in interface ICaseVisitor
      Parameters:
      datasource - Data source providing the case data.
    • updateCase

      public void updateCase(String caseName, ICaseDS datasource)
      Specified by:
      updateCase in interface ICaseVisitor