Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IltAbstractLink |
IltAbstractLink.getDelegateFromTo() |
Modifier and Type | Method and Description |
---|---|
void |
IltLinkSet.addLink(IltAbstractLink link)
Deprecated.
Please use the datasource methods instead.
|
void |
IltLinkBundle.addLink(IltAbstractLink link)
Deprecated.
Please use the datasource to define the containment
relationship.
|
protected void |
IltAbstractLink.copyFrom(IltAbstractLink other)
Support for renderer.
|
boolean |
IltLinkSet.hasLink(IltAbstractLink link)
Deprecated.
Please use the datasource methods instead.
|
protected void |
IltLinkBundle.initializeLinkBundle(IltAbstractLink overview,
IltChildrenModel detail) |
boolean |
IltLinkSet.removeLink(IltAbstractLink link)
Deprecated.
Please use the datasource methods instead.
|
void |
IltLinkBundle.removeLink(IltAbstractLink link)
Deprecated.
Please use the datasource to define the containment
relationship.
|
void |
IltLinkBundle.setOverviewObject(IltAbstractLink overview)
Deprecated.
This method shall not be used when the object is in a
datasource.
|
Constructor and Description |
---|
IltDefaultChildrenModel(IltStateHolder[] children,
IltAbstractLink[] outsideLinks)
Deprecated.
Creates a children model, given the set of children and the set of
outside links.
|
IltLinkBundle(IltAbstractLink overview,
Enumeration detail)
Deprecated.
Please use the constructor that takes an object identifier and
define the link bundle relationships in the datasource.
|
IltLinkBundle(IltAbstractLink overview,
IltChildrenModel detail)
Deprecated.
Please use the constructor that takes an object identifier and
define the link bundle relationships in the datasource.
|
IltLinkBundle(IltAbstractLink overview,
IltStateHolder[] detail)
Deprecated.
Please use the constructor that takes an object identifier and
define the link bundle relationships in the datasource.
|
LinkSetEvent(IlEventType atype,
IltLinkSet linkSet,
IltAbstractLink link)
Deprecated.
Constructor for add/remove events.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.