Class ExtXmlMatchFunctionDS

java.lang.Object
com.aquima.interactions.ds.ReportingDS
com.aquima.interactions.ds.matching.ExtXmlMatchFunctionDS
All Implemented Interfaces:
IReportingDS, IMatchFunctionDS

public class ExtXmlMatchFunctionDS extends ReportingDS implements IMatchFunctionDS
IMatchDefinitionDS implementation for external match engine XML.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: IMatchFunctionDS
      This method returns the (unique) name of the match function.
      Specified by:
      getName in interface IMatchFunctionDS
      Returns:
      The name of the match function.
    • getParameters

      public Map<String,Object> getParameters()
      Description copied from interface: IMatchFunctionDS
      This method returns the parameters the match function needs to initialize.
      Specified by:
      getParameters in interface IMatchFunctionDS
      Returns:
      The parameters the match function needs to initialize.
    • getTypeName

      public String getTypeName()
      Description copied from interface: IMatchFunctionDS
      This method returns the type name for this match function. The type is connected to a class implementing the match function
      Specified by:
      getTypeName in interface IMatchFunctionDS
      Returns:
      The type name for this match function which can never be null.