Class Diagram
java.lang.Object
com.orchestranetworks.addon.dmdv.model.extension.Diagram
Represents a data structure.
- Since:
 - 1.0.0
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDiagram()Constructs a newDiagramwith a root group node defined as "root". - 
Method Summary
Modifier and TypeMethodDescriptioncreateExternalTable(String name, String tooltip) Creates a table from an external dataset.Returns the list of external tables in the current data structure.Returns the root group node of the current data structure. 
- 
Constructor Details
- 
Diagram
public Diagram()Constructs a newDiagramwith a root group node defined as "root". 
 - 
 - 
Method Details
- 
getRootNode
Returns the root group node of the current data structure. - 
createExternalTable
Creates a table from an external dataset. Tables from external datasets are shaded when using the default template.- Parameters:
 name- specific name of the tabletooltip- table tool tip- Returns:
 - the new table
 
 - 
getExternalTables
Returns the list of external tables in the current data structure. 
 -