| 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 | Class and Description |
|---|---|
class |
DatasetField
Represents a field node at the dataset level (should be distinguished from
TableField). |
class |
DatasetGroup
Represents a group node at the dataset level (should be distinguished from
TableGroup). |
class |
Field
Represents a field node.
|
class |
Table
Represents a table node.
|
class |
TableField
Represents a field node at table level (should be differentiated from
DatasetField). |
class |
TableGroup
Represents a group node at the table level (should be differentiated from
DatasetGroup). |
| Modifier and Type | Method and Description |
|---|---|
DiagramNode |
DiagramNode.getParent()
Returns the parent node.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiagramNode> |
TableGroup.getChildren()
Returns an unmodifiable list of direct child nodes inside the current group node.
|
List<DiagramNode> |
DatasetGroup.getChildren()
Returns an unmodifiable list of child nodes inside the current group node.
|
List<DiagramNode> |
Table.getChildren()
Returns an unmodifiable list of direct child nodes inside the current table node.
|