Class CaseVisitor

java.lang.Object
com.aquima.interactions.matching.impl.model.CaseVisitor
All Implemented Interfaces:
ICaseVisitor

public class CaseVisitor extends Object implements ICaseVisitor
This visitor is used during initialization to add cases to the casebase, but also to initialize the values of those cases.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

    • CaseVisitor

      protected CaseVisitor(CaseBase casebase, boolean initializeValues)
  • 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