public class TwoDimensionDecisionTableTranformer extends Object implements CoordinatesTransformer
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn(int col,
int row) |
int |
getHeight() |
int |
getRow(int col,
int row) |
int |
getWidth() |
public int getHeight()
getHeight in interface CoordinatesTransformerpublic int getWidth()
getWidth in interface CoordinatesTransformerpublic int getColumn(int col,
int row)
getColumn in interface CoordinatesTransformercol - The column of logical table.row - The row of logical table.public int getRow(int col,
int row)
getRow in interface CoordinatesTransformercol - The column of logical table.row - The row of logical table.Copyright © 2004–2019 OpenL Tablets. All rights reserved.