Class LookupHeadersTransformer

  • All Implemented Interfaces:
    CoordinatesTransformer

    public class LookupHeadersTransformer
    extends TwoDimensionDecisionTableTransformer
    Transformer for lookup table headers values. The common case is that the RET section is the last one in the header, as shown below:
    C1 C2 C3 HC1 HC2 HC3 RET1

    For users convenience it is possible to define RET section in any place of lookup header after vertical conditions. Example:
    C1 C2 C3 HC1 RET1 HC2 HC3
    And we need to transform it to common case for further work.
    Author:
    DLiauchuk