Class DecisionTableLookupConvertor


  • public class DecisionTableLookupConvertor
    extends Object
    Lookup table is a decision table that is created by transforming lookup tables to create a single-column return value.

    The lookup values could appear either left of the lookup table or on top of it.

    The values on the left will be called "vertical" and values on top will be called "horizontal".

    The table should have at least one vertical condition column, it can have the Rule column, it (in theory) might have vertical Actions which will be processed the same way as vertical conditions, it must have one or more Horizontal Conditions, and exactly one (optional in the future release) RET or CRET column
    .
    RET or CRET section can be placed in any place of lookup headers row, after vertical conditions (for users convenience). The Horizontal Conditions will be marked HC1, HC2 etc. The first HC column or RET column will mark the starting column of the lookup matrix
    • Constructor Detail

      • DecisionTableLookupConvertor

        public DecisionTableLookupConvertor()
    • Method Detail

      • getScale

        public DTScale getScale()