Business Objects and Data Sources > Network Elements > Representation of Network Elements in a Network > Partial Network Elements

A partial network element is an abstraction which denotes a network element that is only part of the real-world network element. Partial network elements can be used in several situations, for example:

A network element can be defined as partial by setting the value of the attribute partial in the business object. This attribute can be set programmatically using IltNetworkElement.PartialAttribute. The following example illustrates how a network element is created using this attribute via XML:

How to Create a Partial Network Element
<addObject id="NE1">
  <class>ilog.tgo.model.IltNetworkElement</class>
  <attribute name="name">NE1</attribute>
  <attribute name="partial">true</attribute>
  <attribute name="type">NE</attribute>
</addObject>

Partial network elements are graphically represented by an icon located at the bottom left of the network element base.

images/networkelements226.gif

Figure 4.4 Partial Network Elements Expanded and Collapsed