org.aksw.commons.experiments
Class Table
java.lang.Object
org.aksw.commons.experiments.Table
- All Implemented Interfaces:
- Serializable
public class Table
- extends Object
- implements Serializable
- Author:
- Sebastian Hellmann
- See Also:
- Serialized Form
|
Constructor Summary |
Table()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Table
public Table()
getTableRowColumns
public List<TableRowColumn> getTableRowColumns()
size
public int size()
addTable
public void addTable(Table t)
- passes each it TableRowColumn one by one to addTableRowColumn
- Parameters:
t -
addTableRowColumns
public void addTableRowColumns(List<TableRowColumn> trcs)
- passes it one by one to addTableRowColumn
- Parameters:
trcs -
addTableRowColumn
public void addTableRowColumn(TableRowColumn trc)
Copyright © 2012. All Rights Reserved.