Table Index

Node


Represents MAGE Class Node
An individual component of a clustering. May contain other nodes.

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse identifier for this entity
DataSetWID BIGINT NUMBER No Reference to the data set from which the entity came from
BioAssayDataCluster_Nodes BIGINT NUMBER Yes Represents 1..n association between BioAssayDataCluster and Node
The nodes of the cluster.
Node_Nodes BIGINT NUMBER Yes Represents 1..n association between Node and Node
Nested nodes of the BioAssayDataCluster.

Referenced By

Table Column
Node Node_Nodes
NodeContents Node_NodeContents
NodeValue Node_NodeValue

Other Constraints

None.

Indexes

Name Columns
Node1 DataSetWID
Node2 BioAssayDataCluster_Nodes
Node3 Node_Nodes