| Business Objects and Data Sources > Network Elements > Network Element Class |
Network Element Class |
INDEX
PREVIOUS
NEXT
|
Network elements are predefined business objects of the class IltNetworkElement that you can directly insert in an JViews TGO data source and represent graphically in any of the graphic components connected to the data source. For a general introduction to predefined business classes, see section Introducing Business Objects and Data Sources.
The IltNetworkElement class defines the following attributes:
Type--Indicates the category of the network element, which determines the way it will be graphically represented.
Function--Indicates the function ot the network element according to its category, for example access or switch item of equipment.
function
IltNetworkElement.Function
IltNetworkElement.FunctionAttribute
Family--Indicates the family of the network element according to its function. Usually, the family represents the equipment capacity.
Partial--Indicates that the network element represents only part of the real-world network element.
Shortcut--Indicates that the network element is only a reference to an existing network element.
You can retrieve the class IltNetworkElement using its GetIlpClass method. You can handle its instances as simple IlpObject instances and set and get its attributes with the generic methods getAttributeValue and setAttributeValue.
In addition, the class IltNetworkElement provides convenience methods, such as getFunction and setFunction, which you can use directly to access each individual predefined attribute of the class.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. All rights reserved. Legal terms. | PREVIOUS NEXT |