Creating the NodeTable Table Representation
To create NodeTable in the Server Data Source inspector:
-
Expand the Network class.
-
Expand the domains relation.
-
Drag and drop the nodes relation from the Domain class.
This action creates the following representation objects:
-
A table representation attached to the network view origin stores all the nodes of all propagated domains.
-
For the same Network object, one DomainTable and one NodeTable are created. It means that the Network object is represented by two IlsSwTable objects, DomainTable and NodeTable.
-
Domain and Node objects are represented by two IlsSwRow objects attached to these tables, as specified in the view specification code inCreating Several Table Representations in the Same View.






