| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.model.extension |
Provides the interface and classes to generate data model graphs from external sources and customize look and feel.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetGroup |
DatasetGroup.addGroup(String name)
Add a child group of the current group.
|
DatasetGroup |
DatasetField.getParent() |
DatasetGroup |
DatasetGroup.getParent()
Returns current node's parent group; returns
null if the current node is the root node. |
DatasetGroup |
Table.getParent()
Returns the direct parent group node of the current table node; returns
null if the current table node is external. |
DatasetGroup |
Diagram.getRootNode()
Returns the root group node of the current data structure.
|