public class Table extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
void |
addColumn(TableColumn c) |
static Table |
createTableFromSerializedColumsInDir(String tableName,
String columnDir) |
static Table |
createTableFromSerializedColumsInFile(String tableName,
String tableFile) |
List<String> |
getColumnHeaders() |
List<TableColumn> |
getColumns() |
String |
getLatexString() |
int |
getNumberOfRows() |
String |
getRowInLatex(int index) |
String |
getTableName() |
String |
latexRow(List<String> entries) |
static void |
main(String[] args) |
void |
removeColumn(String header) |
static void |
serializeColumns(Table t,
String dir,
String tableFile) |
void |
setTableName(String tableName) |
public String getLatexString()
public String getRowInLatex(int index)
public int getNumberOfRows()
public void removeColumn(String header)
public List<String> getColumnHeaders()
public void addColumn(TableColumn c)
public static Table createTableFromSerializedColumsInFile(String tableName, String tableFile)
public static Table createTableFromSerializedColumsInDir(String tableName, String columnDir)
public static void serializeColumns(Table t, String dir, String tableFile)
public List<TableColumn> getColumns()
public String getTableName()
public void setTableName(String tableName)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann