| 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.
|
| Class and Description |
|---|
| CustomGraphModelFactory
Generates a custom diagram.
|
| DatasetField
Represents a field node at the dataset level (should be distinguished from
TableField). |
| DatasetGroup
Represents a group node at the dataset level (should be distinguished from
TableGroup). |
| Diagram
Represents a data structure.
|
| DiagramNode
Represents a diagram node.
|
| DisplayOptions
Provides configuration options for displaying a graph.
|
| Field
Represents a field node.
|
| GraphModelSpec
Provides all specifications of a graph model.
|
| GraphModelTemplate
Represents a template configuration.
|
| LinkStyle
Provides configurations for link style.
|
| SynchronizationStyle
Provides configurations for graph synchronization style.
|
| Table
Represents a table node.
|
| TableField
Represents a field node at table level (should be differentiated from
DatasetField). |
| TableGroup
Represents a group node at the table level (should be differentiated from
DatasetGroup). |
| TableStyle
Provides configurations for table style.
|
| TooltipStyle
Provides configuration options for tooltip style.
|