Creating the NodeTable Table Representation

To create NodeTable in the Server Data Source inspector:

  1. Expand the Network class.

  2. Expand the domains relation.

  3. 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.