WaMDaM_v1.05 [WaMDaM_DBWrench_Schema_v1.05.xml]
Creates the connectivity between node instances through links and specifies a flow direction by referencing the start and end node instances the link connects.
| PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
|
| ConnectivityID | Integer |
| Primary key identifier | |||
| LinkInstanceID | Integer | Foreign key identifier of the Instance with a Type of Link |
|
||||
| StartNodeInstanceID | Integer | Foreign key identifier of a StartNodeInstance |
|
||||
| EndNodeInstanceID | Integer | Foreign key identifier of a EndtNodeInstance |
|
(none)
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_Connections_Instances | NetScen.Instances | NetScen.Connections | InstanceID | EndNodeInstanceID |
| fk_Connections_Instances_Link | NetScen.Instances | NetScen.Connections | InstanceID | LinkInstanceID |
| fk_Connections_Instances_startNode | NetScen.Instances | NetScen.Connections | InstanceID | StartNodeInstanceID |
(none)
| Diagram Name |
| 01_WaMDaM |
| 02_WaMDaM_WCVs |