Package com.orchestranetworks.addon.dmdv.model.extension
package com.orchestranetworks.addon.dmdv.model.extension
Provides the interface and classes to generate data model graphs from external sources and customize look and feel. You can define all data model graph components in a Java class. This is similar to using the DMA to build out a model, except model components are created using the API.
See the add-on's Developer Guide for configuration instructions.
-
ClassDescriptionGenerates a custom diagram.Represents a field node at the dataset level (should be distinguished from
TableField
).Represents a group node at the dataset level (should be distinguished fromTableGroup
).Represents a data structure.Represents a diagram node.Provides configuration options for displaying a graph.Represents a field node.Generates the web component that contains the graph model.Provides all specifications of a graph model.Represents a template configuration.Provides configurations for link style.Provides configurations for graph synchronization style.Represents a table node.Represents a field node at table level (should be differentiated fromDatasetField
).Represents a group node at the table level (should be differentiated fromDatasetGroup
).Provides configurations for table style.Provides configuration options for tooltip style.