java.lang.Object
com.orchestranetworks.addon.dmdv.model.extension.Diagram

public final class Diagram extends Object
Represents a data structure.
Since:
1.0.0
  • Constructor Details

    • Diagram

      public Diagram()
      Constructs a new Diagram with a root group node defined as "root".
  • Method Details

    • getRootNode

      public DatasetGroup getRootNode()
      Returns the root group node of the current data structure.
    • createExternalTable

      public Table createExternalTable(String name, String tooltip)
      Creates a table from an external dataset. Tables from external datasets are shaded when using the default template.
      Parameters:
      name - specific name of the table
      tooltip - table tool tip
      Returns:
      the new table
    • getExternalTables

      public List<Table> getExternalTables()
      Returns the list of external tables in the current data structure.