| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableContainer | |
|---|---|
| org.maltparser.parser.history | Contains classes for managing the history feature model. | 
| org.maltparser.parser.history.action | Provides classes for different kinds of parser actions | 
| org.maltparser.parser.history.container | Contains classes for intermediate storing of the parser action | 
| Uses of TableContainer in org.maltparser.parser.history | 
|---|
| Fields in org.maltparser.parser.history with type parameters of type TableContainer | |
|---|---|
| protected  ArrayList<TableContainer> | History.actionTables | 
| protected  ArrayList<TableContainer> | History.decisionTables | 
| Methods in org.maltparser.parser.history that return types with arguments of type TableContainer | |
|---|---|
|  ArrayList<TableContainer> | History.getActionTables() | 
|  ArrayList<TableContainer> | History.getDecisionTables() | 
| Uses of TableContainer in org.maltparser.parser.history.action | 
|---|
| Fields in org.maltparser.parser.history.action declared as TableContainer | |
|---|---|
| protected  TableContainer | SimpleDecisionAction.tableContainer | 
| Methods in org.maltparser.parser.history.action that return TableContainer | |
|---|---|
|  TableContainer | SimpleDecisionAction.getTableContainer() | 
|  TableContainer | SingleDecision.getTableContainer() | 
| Methods in org.maltparser.parser.history.action with parameters of type TableContainer | |
|---|---|
| protected  void | SimpleDecisionAction.setTableContainer(TableContainer tableContainer) | 
| Constructors in org.maltparser.parser.history.action with parameters of type TableContainer | |
|---|---|
| SimpleDecisionAction(History history,
                                         TableContainer tableContainer) | |
| Uses of TableContainer in org.maltparser.parser.history.container | 
|---|
| Subclasses of TableContainer in org.maltparser.parser.history.container | |
|---|---|
|  class | CombinedTableContainer | 
| Constructors in org.maltparser.parser.history.container with parameters of type TableContainer | |
|---|---|
| ActionContainer(TableContainer tableContainer) | |
| Constructor parameters in org.maltparser.parser.history.container with type arguments of type TableContainer | |
|---|---|
| CombinedTableContainer(TableHandler tableHandler,
                                             String separator,
                                             List<TableContainer> containers,
                                             char decisionSeparator) | |
| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||