Class CaseBaseVisitor

java.lang.Object
com.aquima.interactions.matching.impl.model.CaseBaseVisitor
All Implemented Interfaces:
ICaseBaseVisitor

public class CaseBaseVisitor extends Object implements ICaseBaseVisitor
CaseBase visitor that simply collects the data sources. Actual processing of the data sources is done in the CaseBaseList class.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

    • CaseBaseVisitor

      protected CaseBaseVisitor(MatchEngine matchEngine)
  • 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.
    • getDataSources

      protected List<ICaseBaseDS> getDataSources()
    • getCaseBaseNames

      protected String[] getCaseBaseNames()