Configure a new match operation

About this task

To configure a new match operation:

Procedure

  1. In Product Designer, navigate to the rtm_matchop_defs.xml system table.
  2. In RateTableMatchOpDefinition, add an entry to the system table. You must specify the following:
    • OpCode – A code that uniquely identifies this match operation.
    • OpName – Appears in PolicyCenter as a match operation choice when the user clicks Add in the Parameters tab of the Rate Table Definition Editor screen.
    • NumberOfParameters – The number of parameters.
    • ImplClass – The fully qualified name of the new match operation factory class. For example, you can define the class as gw.rating.rtm.matchop.OpCodeMatchOpFactory.
  3. Create the following new classes:
  4. Optionally, create a custom validator for the match operation.