public final class Diagram extends Object
| Constructor and Description |
|---|
Diagram()
Constructs a new
Diagram with a root group node defined as "root". |
| Modifier and Type | Method and Description |
|---|---|
Table |
createExternalTable(String name,
String tooltip)
Creates a table from an external dataset.
|
List<Table> |
getExternalTables()
Returns the list of external tables in the current data structure.
|
DatasetGroup |
getRootNode()
Returns the root group node of the current data structure.
|
public Diagram()
Diagram with a root group node defined as "root".public DatasetGroup getRootNode()
public Table createExternalTable(String name, String tooltip)
name - specific name of the tabletooltip - table tool tip