Package org.openl.rules.structure
Interface ITableObject
-
- All Known Implementing Classes:
TableObjectDelegator
public interface ITableObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddParsedTable(String name, ILogicalTable table)ILogicalTablegetParsedTable(String name)
-
-
-
Method Detail
-
addParsedTable
void addParsedTable(String name, ILogicalTable table)
-
getParsedTable
ILogicalTable getParsedTable(String name)
-
-