Interface ICaseBaseVisitor

All Known Implementing Classes:
CaseBaseVisitor, ReportingCaseBaseVisitor

public interface ICaseBaseVisitor
This interface defines the method which can be used to register case bases.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked to add a casebase to the match engine during initialization time.
  • Method Details

    • addCaseBase

      void addCaseBase(ICaseBaseDS datasource)
      This method should be invoked to add a casebase to the match engine during initialization time.
      Parameters:
      datasource - The mandatory datasource which is used to initialize a casebase.
      Throws:
      InitializationException - This exception is thrown when the casebase could not be initialized, for instance when it refers to an unknown entity.