| Business Objects and Data Sources > Network Elements > Representation of Network Elements in a Network > Partial Network Elements |
Partial Network Elements |
INDEX
PREVIOUS
NEXT
|
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:
<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.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. All rights reserved. Legal terms. | PREVIOUS NEXT |