Interface IMatchDefinitionVisitor

All Known Implementing Classes:
MatchDefinitionVisitor, ReportingMatchDefinitionVisitor

public interface IMatchDefinitionVisitor
This interface defines the methods which can be used to register match definitions.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This function adds a match definition to the match engine during initialisation time.
  • Method Details

    • addMatchDefinition

      void addMatchDefinition(IMatchDefinitionDS datasource)
      This function adds a match definition to the match engine during initialisation time.
      Parameters:
      datasource - The data source describing the match definition.
      Throws:
      InitializationException - When the match definition could not be added.