Package | Description |
---|---|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
ilog.cpl.model |
Provides classes and interfaces to create the application business model.
|
ilog.cpl.model.container |
Provides interfaces for representation objects capable of
forming a containment hierarchy.
|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpEquipmentLink
Objects implementing this interface will be recognized as links
in the default implementation
IlpDefaultEquipmentModel
of IlpEquipmentModel . |
interface |
IlpEquipmentNode
Objects implementing this interface will be recognized as nodes
in the default implementation
IlpDefaultEquipmentModel
of IlpEquipmentModel . |
interface |
IlpMutableEquipmentLink
Mutable extension of
IlpEquipmentLink . |
interface |
IlpMutableEquipmentNode
Mutable extension of
IlpEquipmentNode . |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultEquipmentLink
This class is the default implementation of
IlpEquipmentLink . |
class |
IlpDefaultEquipmentNode
This class is the default implementation of
IlpEquipmentNode . |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpObject
ILOG CPL Business Object interface.
|
interface |
IlpRepresentationObject
Interface of objects contained in data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAttributeValueHolderSupport
This class models a default implementation for attribute holders.
|
class |
IlpBeansObject
This class implements the
IlpObject interface to wrap
a bean. |
class |
IlpDefaultObject
Defines a default implementation for
IlpObject instances. |
class |
IlpObjectSupport
This class provides basic support to
IlpObject instances
for storing attributes and values. |
class |
IlpRepresentationObjectSupport
This class provides basic support to
IlpRepresentationObject instances
for storing attributes, attribute values, and the IlpObject instance being
represented. |
Modifier and Type | Method and Description |
---|---|
IlpAttributeValueHolder |
AttributeValueEvent.getAttributeValueHolder()
Returns the attribute value holder on which the value of an attribute was modified.
|
IlpAttributeValueHolder |
IlpObjectReferenceAttribute.getReferenceAttributeValueHolder(IlpAttributeValueHolder h)
Returns the reference value holder for the given attribute
value holder.
|
protected IlpAttributeValueHolder |
IlpAttributeValueChangeSupport.getSource()
Returns the real object.
|
Modifier and Type | Method and Description |
---|---|
protected IlpAttributeValueHolderSupport |
IlpRepresentationObjectSupport.createAttributeValueHolderSupport(IlpRepresentationObject source,
IlpAttributeGroup model,
IlpAttributeValueHolder defaultHolder)
To be overridden by subclasses which wish to have a different attributeHolder.
|
IlpAttributeValueHolder |
IlpObjectReferenceAttribute.getReferenceAttributeValueHolder(IlpAttributeValueHolder h)
Returns the reference value holder for the given attribute
value holder.
|
Object |
IlpStaticAttribute.getValue(IlpAttributeValueHolder h)
Returns the value of this attribute in the given
attribute holder.
|
Object |
IlpReferenceAttribute.getValue(IlpAttributeValueHolder h)
Returns the value of the attribute in the given holder.
|
Object |
IlpObjectReferenceAttribute.getValue(IlpAttributeValueHolder h)
Returns the value of the attribute in the given holder.
|
Object |
IlpAttributeValueProvider.getValue(IlpAttributeValueHolder h)
Returns the value of the attribute in the given holder.
|
void |
IlpObjectReferenceAttribute.setReferenceAttributeValueHolder(IlpAttributeValueHolder key,
IlpAttributeValueHolder reference)
Sets the reference attribute holder.
|
Constructor and Description |
---|
AttributeValueEvent(IlEventType type,
IlpAttributeValueHolder source,
IlpAttribute attribute,
Object newv,
Object oldv)
Constructor.
|
AttributeValueEvent(IlpAttributeValueHolder source,
IlpAttribute attribute)
Constructor.
|
AttributeValueEvent(IlpAttributeValueHolder source,
IlpAttribute attribute,
Object newValue,
Object oldValue)
Constructor.
|
IlpAttributeValueChangeSupport(IlpAttributeValueHolder source)
Constructor
|
IlpAttributeValueHolderSupport(IlpAttributeValueHolder source,
IlpAttributeGroup model)
Creates a new attribute holder based on the given model.
|
IlpAttributeValueHolderSupport(IlpAttributeValueHolder source,
IlpAttributeGroup model,
IlpAttributeValueHolder defaultHolder)
Creates a new attribute holder based on the given model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableRepresentationLink
Mutable extension of
IlpRepresentationLink . |
interface |
IlpMutableRepresentationNode
Mutable interface of objects that build up a container hierarchy.
|
interface |
IlpRepresentationLink
Objects implementing this interface will be recognized as links.
|
interface |
IlpRepresentationNode
Objects implementing this interface build up a container hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractRepresentationLink
This class is the abstract implementation of
IlpRepresentationLink . |
class |
IlpAbstractRepresentationNode
This class is the abstract implementation of
IlpRepresentationNode . |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableNetworkLink
Mutable extension of
IlpNetworkLink . |
interface |
IlpMutableNetworkNode
Mutable extension of
IlpNetworkNode . |
interface |
IlpNetworkLink
Objects implementing this interface will be recognized as links in the
default implementation
IlpDefaultNetworkModel of
IlpNetworkModel . |
interface |
IlpNetworkNode
Objects implementing this interface will be recognized as nodes
in the default implementation
IlpDefaultNetworkModel
of IlpNetworkModel . |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultNetworkLink
This class is the default implementation of
IlpNetworkLink . |
class |
IlpDefaultNetworkNode
This class is the default implementation of
IlpNetworkNode . |
Modifier and Type | Method and Description |
---|---|
IlpAttributeValueHolder |
IlpStyleContext.getAttributeValueHolder()
Deprecated.
For a style associated with an attribute value holder, returns the holder.
|
protected IlpAttributeValueHolder |
IlpBoundAttributeStyleValueProvider.getHolder()
Deprecated.
Returns the attribute value holder where we look for the attribute value.
|
Constructor and Description |
---|
IlpBoundAttributeStyleValueProvider(IlpAttribute attr,
IlpAttributeValueHolder holder)
Deprecated.
IlpBoundAttributeStyleValueProvider constructor. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpTableRow
Representation object to be used in a table.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTableRow
This is the default representation object to be used to represent rows
in a table.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpTreeNode
Specification for a representation object to be stored in an
IlpTreeModel object. |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTreeNode
Default implementation of
IlpTreeNode . |
Modifier and Type | Class and Description |
---|---|
class |
IltAbstractLink
This class models any kind of link, either with or without a graphic
rendering.
|
class |
IltAlarm
A predefined business object for an alarm condition in a managed telecom
object.
|
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 | Method and Description |
---|---|
static IltObject |
IltObject.GetIltObject(IlpAttributeValueHolder h)
Return the
IltObject business object corresponding to a given
IlpAttributeValueHolder . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.