Uses of Class
org.openl.rules.table.ALogicalTable
-
Packages that use ALogicalTable Package Description org.openl.rules.table -
-
Uses of ALogicalTable in org.openl.rules.table
Subclasses of ALogicalTable in org.openl.rules.table Modifier and Type Class Description classLogicalTableFully implementation forILogicalTableinterface.
Logical Table consists of logical columns and rows (created as a result of merged cells).classSimpleLogicalTableAdaptsIGridTable, that doesn`t contain merged cells in the top row and left column toILogicalTableinterface.
Be careful, as this implementation doesn`t provide that following operations
ITable.getColumn(int)
ITable.getColumns(int)
ITable.getColumns(int, int)
ITable.getRow(int)
ITable.getRows(int)
ITable.getRows(int, int)
ITable.getSubtable(int, int, int, int)
will return right ILogicalTable.
-