Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IltContainer
Deprecated.
Containers have been replaced by subnetworks and containment
relationships should be declared at the Datasource level.
|
Modifier and Type | Class and Description |
---|---|
class |
IltAbstractLink
This class models any kind of link, either with or without a graphic
rendering.
|
class |
IltBTS
IltBTS is the class to represent Base Transceiver Station. |
class |
IltBTSAntenna
The class
IltBTSAntenna is used to represent
cellular transmitting and receiving antennas. |
class |
IltCard
IltCard is the class for telecom objects that play the role of
cards of telecom equipment. |
class |
IltCardCarrier
IltCardCarrier is the class for telecom objects that play the
role of card carrier cards inside telecom equipment. |
class |
IltCardItem
Abstract class to define common characteristics of card item
objects.
|
class |
IltEmptySlot
IltEmptySlot is the class for telecom objects that play the role of empty
slots inside equipment shelves. |
class |
IltGroup
This class models network groups.
|
class |
IltLed
This class defines a LED (light-emitting diode) element.
|
class |
IltLinearGroup |
class |
IltLink
This class models links between network objects.
|
class |
IltLinkBundle
An
IltLinkBundle is a container which can display at any time
either an overview object (a link) or a set of detail objects
(links having the same start and end nodes as the overview link). |
class |
IltLinkSet
This link class is used to force the layout algorithms to display a
collection of links between two nodes in a fixed order and with a specific
distance between them.
|
class |
IltNetworkElement
This class models network nodes.
|
class |
IltObject
This is the base class for all the predefined telecom managed objects.
|
class |
IltOffPageConnector
An off-page connector can be inserted in a network, in place of a node,
to indicate that the network continues in a part of the network that
is outside of the current view.
|
class |
IltPolyGroup |
class |
IltPort
This class models port elements, which are equipment connectors.
|
class |
IltRectGroup |
class |
IltShelf
The
IltShelf class is used to represent shelf configurations. |
class |
IltShelfItem
This class represents the telecom objects which play the role of shelf items:
Cards,
Card carriers and
Empty slots.
|
Modifier and Type | Field and Description |
---|---|
protected IltStateHolder |
IltBTSDefaultModel._btsEquipment
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IltStateHolder |
IltDefaultChildrenModel.getChild(int index)
Deprecated.
Returns a child object, given by its index.
|
IltStateHolder |
IltChildrenModel.getChild(int index)
Deprecated.
Returns a child object, given by its index.
|
IltStateHolder |
IltChildrenModelEvent.getChildObject()
Deprecated.
Returns the added/removed child object.
|
IltStateHolder |
IltBTSModel.getEquipment()
Deprecated.
Returns the BTS equipment.
|
IltStateHolder |
IltBTSDefaultModel.getEquipment()
Deprecated.
Returns the BTS equipment.
|
IltStateHolder |
IltStateChangedEvent.getObject()
Deprecated.
Returns the semantic object on which the event has occurred.
|
IltStateHolder |
IltShelf.getOverviewObject()
Deprecated.
Containment relationships should be declared at the
Datasource level.
|
IltStateHolder |
IltLinkBundle.getOverviewObject()
Deprecated.
This method shall not be used when the object is in a
datasource.
|
IltStateHolder |
IltContainer.getOverviewObject()
Deprecated.
Please use subnetworks instead of containers.
|
IltStateHolder |
IltCardCarrier.getOverviewObject()
Deprecated.
Containment relationships should be declared at the
Datasource level.
|
IltStateHolder |
IltCard.getOverviewObject()
Deprecated.
Container relationships should be declared at the
data source level.
|
IltStateHolder |
IltBTS.getOverviewObject()
Deprecated.
BTS objects do not have an overview object.
|
Modifier and Type | Method and Description |
---|---|
void |
IltDefaultChildrenModel.addChild(IltStateHolder child)
Deprecated.
Adds an object to the set of children.
|
void |
IltBTSDefaultModel.addChild(IltStateHolder child)
Deprecated.
Adds an object to the set of children.
|
void |
IltDefaultChildrenModel.addChild(IltStateHolder child,
int index)
Deprecated.
Adds an object to the set of children, at a given index.
|
void |
IltDefaultChildrenModel.addChild(IltStateHolder child,
int index,
Object childRelation)
Deprecated.
Adds an object to the set of children, at a given index, with an
associated child relation.
|
void |
IltDefaultChildrenModel.addChild(IltStateHolder child,
Object childRelation)
Deprecated.
Adds an object to the set of children with an associated child relation.
|
int |
IltDefaultChildrenModel.getIndexOfChild(IltStateHolder childObject)
Deprecated.
Returns the index of a given child object.
|
int |
IltChildrenModel.getIndexOfChild(IltStateHolder childObject)
Deprecated.
Returns the index of a given child object.
|
void |
IltDefaultChildrenModel.removeChild(IltStateHolder child)
Deprecated.
Removes an object from the set of children.
|
void |
IltBTSDefaultModel.removeChild(IltStateHolder child)
Deprecated.
Removes an object from the set of children.
|
void |
IltDefaultChildrenModel.setChildRelation(IltStateHolder child,
Object childRelation)
Deprecated.
Changes the object describing additional properties of the relation
between the container and a particular subordinate object.
|
void |
IltBTSDefaultModel.setEquipment(IltStateHolder btsEquipment)
Deprecated.
Sets or replaces the BTS equipment.
|
void |
IltShelf.setOverviewObject(IltStateHolder overview)
Deprecated.
Containment relationships should be declared at the
Datasource level. In case of shelves, the overview object
can not be changed, as it is the shelf instance itself.
|
void |
IltLinkBundle.setOverviewObject(IltStateHolder overview) |
void |
IltContainer.setOverviewObject(IltStateHolder overview)
Deprecated.
Please use subnetworks instead of containers.
|
void |
IltCardCarrier.setOverviewObject(IltStateHolder overview)
Deprecated.
Containment relationships should be declared at the
Datasource level. In case of card carriers, the overview object
can not be changed, as it is the card carrier instance itself.
|
void |
IltCard.setOverviewObject(IltStateHolder overview)
Deprecated.
Container relationships should be declared at the
data source level. In the case of cards, the overview object
cannot be changed, as it is the card instance itself.
|
void |
IltBTS.setOverviewObject(IltStateHolder overview)
Deprecated.
BTS objects do not have an overview object.
|
Constructor and Description |
---|
IltBTSDefaultModel(IltStateHolder[] children)
Deprecated.
Creates a children model, given the set of children.
|
IltChildrenModelEvent(IltChildrenModel source,
int id,
int childIndex,
IltStateHolder childObject)
Deprecated.
Creates an event.
|
IltChildrenModelEvent(IltChildrenModel source,
int id,
int childIndex,
IltStateHolder childObject,
Object oldChildRelation,
Object newChildRelation)
Deprecated.
Creates an event.
|
IltDefaultChildrenModel(IltStateHolder[] children)
Deprecated.
Creates a children model, given the set of children.
|
IltDefaultChildrenModel(IltStateHolder[] children,
IltAbstractLink[] outsideLinks)
Deprecated.
Creates a children model, given the set of children and the set of
outside links.
|
IltLinkBundle(IltAbstractLink overview,
IltStateHolder[] detail)
Deprecated.
Please use the constructor that takes an object identifier and
define the link bundle relationships in the datasource.
|
IltStateChangedEvent(IltStateHolder source,
IltObjectState oldState,
IltObjectState newState)
Deprecated.
Creates an event.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.