public class TableOutput extends Object
Modifier and Type | Field and Description |
---|---|
List<Map<String,Object>> |
rows |
Map<String,Class<?>> |
schema |
Constructor and Description |
---|
TableOutput() |
Modifier and Type | Method and Description |
---|---|
TableOutput |
calcNumberStats() |
static TableOutput |
create(Map<String,Object>... rows) |
void |
putRow(Map<String,Object> properties) |
String |
toCSV(boolean sortCols) |
String |
toHtmlTable() |
String |
toHtmlTable(boolean sortCols) |
String |
toTextTable() |
void |
writeProjectorData(File path,
URL baseUrl) |
public static TableOutput create(Map<String,Object>... rows)
public void writeProjectorData(File path, URL baseUrl) throws IOException
IOException
public String toHtmlTable()
public String toHtmlTable(boolean sortCols)
public String toCSV(boolean sortCols)
public String toTextTable()
public TableOutput calcNumberStats()
Copyright © 2017 SimiaCryptus Software. All rights reserved.