Class TwoDimensionDecisionTableTransformer

    • Field Detail

      • HCONDITION_HEADERS_HEIGHT

        public static final int HCONDITION_HEADERS_HEIGHT
        See Also:
        Constant Field Values
    • Method Detail

      • getColumn

        public int getColumn​(int col,
                             int row)
        Specified by:
        getColumn in interface CoordinatesTransformer
        Parameters:
        col - The column of logical table.
        row - The row of logical table.
        Returns:
        Coordinates inside the source table.
      • getRow

        public int getRow​(int col,
                          int row)
        Specified by:
        getRow in interface CoordinatesTransformer
        Parameters:
        col - The column of logical table.
        row - The row of logical table.
        Returns:
        Coordinates inside the source table.