org.aksw.commons.experiments
Class Table

java.lang.Object
  extended by 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()
           
 
Method Summary
 void addTable(Table t)
          passes each it TableRowColumn one by one to addTableRowColumn
 void addTableRowColumn(TableRowColumn trc)
           
 void addTableRowColumns(List<TableRowColumn> trcs)
          passes it one by one to addTableRowColumn
 List<TableRowColumn> getTableRowColumns()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table

public Table()
Method Detail

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.