public class TableOutput extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
List<Map<CharSequence,Object>> |
rows |
Map<CharSequence,Class<?>> |
schema |
| Constructor and Description |
|---|
TableOutput() |
| Modifier and Type | Method and Description |
|---|---|
TableOutput |
calcNumberStats() |
void |
clear() |
static TableOutput |
create(Map<CharSequence,Object>... rows) |
void |
putRow(Map<? extends CharSequence,? extends Object> properties) |
CharSequence |
toCSV(boolean sortCols) |
String |
toHtmlTable() |
String |
toHtmlTable(boolean sortCols) |
String |
toMarkdownTable() |
void |
writeProjectorData(File path,
URL baseUrl) |
public static final org.slf4j.Logger logger
public final List<Map<CharSequence,Object>> rows
public final Map<CharSequence,Class<?>> schema
@Nonnull public static TableOutput create(@Nonnull Map<CharSequence,Object>... rows)
@Nonnull public TableOutput calcNumberStats()
public void clear()
public void putRow(@Nonnull Map<? extends CharSequence,? extends Object> properties)
public CharSequence toCSV(boolean sortCols)
public String toHtmlTable()
public String toHtmlTable(boolean sortCols)
public String toMarkdownTable()
public void writeProjectorData(@Nonnull File path, URL baseUrl) throws IOException
IOExceptionCopyright © 2019 SimiaCryptus Software. All rights reserved.