ilog.tgo.model
Class IltObject

java.lang.Object
  extended by ilog.cpl.model.IlpDefaultObject
      extended by ilog.tgo.model.IltObject
All Implemented Interfaces:
IlpAttributeValueHolder, IlpObject, IltStateHolder, ilog.tgo.model.state.event.IltObjectStateListener, IltWithProperties, IlWithProperties, EventListener
Direct Known Subclasses:
IltAbstractLink, IltBTS, IltBTSAntenna, IltCardItem, IltGroup, IltNetworkElement, IltOffPageConnector, IltShelf, IltShelfItem

public abstract class IltObject
extends IlpDefaultObject
implements ilog.tgo.model.state.event.IltObjectStateListener, IltWithProperties, IltStateHolder

This is the base class for all the predefined telecom managed objects. Its subclasses model telecommunication equipment (for example, network nodes, links, groups, cards).

A telecom object has attributes describing the characteristics of the equipment, such as the type, the model, the site. A telecom object also has a state with a value that can vary over time.

Instances of IltObject are supposed to be inserted in an instance of IltDefaultDataSource and can be represented in all graphic components. Note that it is mandatory to use IltDefaultDataSource and IltSystem.Init instead of their ILOG CPL Ilp equivalent when using IltObject instances.

Default styling properties are positioned and provide a predefined look-and-feel, also called the ILOG JTGO look-and-feel.

Note: In ILOG JTGO 2.6 and earlier, IltObject instances were directly inserted in the grapher using methods like computeGraphic and setVisible. Starting with ILOG JTGO 3.0, IltObject instances are now ILOG CPL business objects and are not supposed to be directly inserted in the graphic components. For compatibility reasons, the old API is still supplied but you are not supposed to use it if you insert your IltObject instances in a data source.

The following text corresponds to the old IltObject usage.

A telecom object can have multiple graphic representations in different IltGraphicManager objects. Each of these graphic representations has independent graphic attributes: visibility, shape or center point, selected state, etc.

Note that an invisible graphic representation still holds graphic attributes. The differences between existing invisible and visible graphic representations are the following:

nonexistent invisible visible
getGraphic(manager) returns null returns the graphic object returns the graphic object
isVisible(manager) returns false returns false returns true
createGraphic(manager) creates an invisible graphic object does nothing does nothing
computeGraphic(manager) creates a visible graphic object does nothing updates the graphic object
removeGraphic(manager) does nothing removes the graphic object hides and removes the graphic object
setVisible(manager,false) creates an invisible graphic object does nothing hides a graphic object
setVisible(manager,true) creates a visible graphic object shows and updates a graphic object does nothing

When you create a subclass of IltObject, you have to statically allocate a new IltObjectInfo instance to it; by convention, this is assigned to a variable called metainfo.

As long as it has a graphic representation, an IltObject instance cannot be garbage collected. To remove all the graphic representations of an IltObject instance, use the method IltObject.removeGraphic(). To clean up an entire IltCompositeGrapher, use IltCompositeGrapher.removeAllGraphics().


Nested Class Summary
static class IltObject.ListPrimaryStateStyleValueProvider
          Deprecated. Styles have been replaced by CSS support.
static class IltObject.LogicalType
          The class that is used to manage the logical types of the subclasses of IltObject.
static class IltObject.TinyType
          The class that is used to manage the tiny types for predefined telecom business objects.
 
Field Summary
protected  boolean _automaticDecorationsDirection
           
protected  Constructor _cloneConstructor
           
static IlpBooleanKey AbbreviateBalloonAlarmCount
          Deprecated. Use CSS property alarmBalloonCountAbbreviated instead.
static IlpBooleanKey AbbreviateBaseAlarmCount
          Deprecated. Use CSS property alarmCountAbbreviated instead.
static IlpAttribute AckAlarmHighestSeverityAttribute
          Attribute used to retrieve the highest severity of acknowledged alarms of the IltObject.
static IlpAttribute AckImpactAlarmHighestSeverityAttribute
          Attribute used to retrieve the highest severity of acknowledged impact alarms of the IltObject.
static IlpColorKey AlarmBalloonColor
          Deprecated. Use CSS property alarmBalloonColor instead.
static IlpBooleanKey AlarmBalloonContentsCollapsed
          Deprecated. Use CSS property alarmBalloonCollapsed instead.
static IlpImageKey AlarmBalloonCountIcon
           
static IlpStringKey AlarmBalloonCountLabel
           
static IlpIntegerKey AlarmBalloonPosition
          Deprecated. Use CSS property alarmBalloonPosition instead.
static IlpColorKey AlarmBalloonShadowColor
          Deprecated. Use CSS property alarmBalloonShadowColor instead.
static IlpBooleanKey AlarmBalloonTextAntialiasing
          Deprecated. Use CSS property alarmBalloonTextAntialiasing instead.
static IlpColorKey AlarmBalloonTextBackgroundColor
          Deprecated. Use CSS property alarmBalloonTextBackground instead.
static IlpFontKey AlarmBalloonTextFont
          Deprecated. Use CSS property alarmBalloonTextFont instead.
static IlpColorKey AlarmBalloonTextForegroundColor
          Deprecated. Use CSS property alarmBalloonTextForeground instead.
static IlpBooleanKey AlarmBalloonVisible
          Deprecated. Use CSS property alarmBalloonVisible instead.
static IlpColorKey AlarmBorderColor
          Deprecated. Use CSS property alarmBorderColor instead.
static IlpIntegerKey AlarmBorderThickness
          Deprecated. Use CSS property alarmBorderWidth instead.
static IlpBooleanKey AlarmBorderVisible
          Deprecated. Use CSS property alarmBorderVisible instead.
static IlpColorKey AlarmBrightColor
           
static IlpColorKey AlarmColor
           
static IlpIntegerKey AlarmColorLevel
           
static IlpBooleanKey AlarmColorVisible
          Deprecated. Use CSS property alarmColorVisible instead.
static IlpBooleanKey AlarmCountAntialiasing
          Deprecated. Use CSS property alarmCountAntialiasing instead.
static IlpAttribute AlarmCountAttribute
          Attribute used to retrieve the number of outstanding alarms of the IltObject.
static IlpColorKey AlarmCountBackgroundColor
          Deprecated. Use CSS property alarmCountBackground instead.
static IlpFontKey AlarmCountFont
          Deprecated. Use CSS property alarmCountFont instead.
static IlpColorKey AlarmCountForegroundColor
          Deprecated. Use CSS property alarmCountForeground instead.
static IlpImageKey AlarmCountIcon
           
static IlpIntegerKey AlarmCountIconPosition
           
static IlpBooleanKey AlarmCountIconVisible
           
static IlpStringKey AlarmCountLabel
           
static IlpAttribute AlarmCountNumberAttribute
          Attribute used to retrieve the number of outstanding alarms of the IltObject.
static IlpBooleanKey AlarmCountVisible
          Deprecated. Use CSS property alarmCountVisible instead.
static IlpStringKey AlarmCriticalAbbreviation
          Deprecated. Use CSS property alarmCriticalAbbreviation instead.
static IlpColorKey AlarmCriticalBrightColor
          Deprecated. Use CSS property alarmCriticalBrightColor instead.
static IlpColorKey AlarmCriticalColor
          Deprecated. Use CSS property alarmCriticalColor instead.
static IlpColorKey AlarmCriticalDarkColor
          Deprecated. Use CSS property alarmCriticalDarkColor instead.
static IlpStringKey AlarmCriticalDescription
          Deprecated. Use CSS property alarmCriticalDescription instead.
static IlpColorKey AlarmDarkColor
           
static IlpAttribute AlarmHighestSeverityAttribute
          Attribute used to retrieve the highest severity of outstanding alarms of the IltObject.
static IlpStringKey AlarmLossOfConnectivityAbbreviation
          Deprecated. Use CSS property alarmLossOfConnectivityAbbreviation instead.
static IlpColorKey AlarmLossOfConnectivityBrightColor
          Deprecated. Use CSS property alarmLossOfConnectivityBrightColor instead.
static IlpColorKey AlarmLossOfConnectivityColor
          Deprecated. Use CSS property alarmLossOfConnectivityColor instead.
static IlpColorKey AlarmLossOfConnectivityDarkColor
          Deprecated. Use CSS property alarmLossOfConnectivityDarkColor instead.
static IlpBooleanKey AlarmLossOfConnectivityOverride
           
static IlpStringKey AlarmMajorAbbreviation
          Deprecated. Use CSS property alarmMajorAbbreviation instead.
static IlpColorKey AlarmMajorBrightColor
          Deprecated. Use CSS property alarmMajorBrightColor instead.
static IlpColorKey AlarmMajorColor
          Deprecated. Use CSS property alarmMajorColor instead.
static IlpColorKey AlarmMajorDarkColor
          Deprecated. Use CSS property alarmMajorDarkColor instead.
static IlpStringKey AlarmMajorDescription
          Deprecated. Use CSS property alarmMajorDescription instead.
static IlpStringKey AlarmMinorAbbreviation
          Deprecated. Use CSS property alarmMinorAbbreviation instead.
static IlpColorKey AlarmMinorBrightColor
          Deprecated. Use CSS property alarmMinorBrightColor instead.
static IlpColorKey AlarmMinorColor
          Deprecated. Use CSS property alarmMinorColor instead.
static IlpColorKey AlarmMinorDarkColor
          Deprecated. Use CSS property alarmMinorDarkColor instead.
static IlpStringKey AlarmMinorDescription
          Deprecated. Use CSS property alarmMinorDescription instead.
static IlpStringKey AlarmNotReportingAbbreviation
          Deprecated. Use CSS property alarmNotReportingAbbreviation instead.
static IlpBooleanKey AlarmsAsMarks
          Deprecated. Use CSS property alarmAsMark instead.
static IlpValueMapKey AlarmSeverityColorMap
          Deprecated. Use the IltAlarm.SetSeverityMapping method instead.
static IlpValueMapKey AlarmSeverityDescriptionMap
          Deprecated. Use the IltAlarm.SetSeverityMapping method instead.
static IlpStringKey AlarmUnknownAbbreviation
          The style property denoting the string used to represent unknown alarms.
static IlpColorKey AlarmUnknownBrightColor
          The style property denoting the brighter color of unknown alarms.
static IlpColorKey AlarmUnknownColor
          The style property denoting the color of unknown alarms.
static IlpColorKey AlarmUnknownDarkColor
          The style property denoting the darker color of unknown alarms.
static IlpStringKey AlarmUnknownDescription
          The style property denoting the string used to represent unknown alarms when the alarm balloon is set to display the list of all the alarms in the expanded representation.
static IlpStringKey AlarmWarningAbbreviation
          Deprecated. Use CSS property alarmWarningAbbreviation instead.
static IlpColorKey AlarmWarningBrightColor
          Deprecated. Use CSS property alarmWarningBrightColor instead.
static IlpColorKey AlarmWarningColor
          Deprecated. Use CSS property alarmWarningColor instead.
static IlpColorKey AlarmWarningDarkColor
          Deprecated. Use CSS property alarmWarningDarkColor instead.
static IlpStringKey AlarmWarningDescription
          Deprecated. Use CSS property alarmWarningDescription instead.
static IlpFloatKey Alpha
          Deprecated. Use CSS property alpha instead.
static IlpColorKey BackgroundColor
          Deprecated. Use CSS property background instead.
static IlpBooleanKey BaseSelectionBorderVisible
          Deprecated.  
static IlpBooleanKey BaseStyleEnabled
           
static IlpColorKey BlinkingBackgroundColor
           
static IlpColorKey BlinkingBorderColor
           
static IlpColorKey BlinkingBorderColor2
           
static IlpColorKey BlinkingForegroundColor
           
static IlpColorKey BorderColor
          Deprecated. Use CSS property borderColor instead.
static IlpColorKey BorderColor2
          Deprecated. Use CSS property borderColor2 instead.
static IlpLineStyleKey BorderLineStyle
          Deprecated. Use CSS property borderLineStyle instead.
static IlpPatternKey BorderPattern
          Deprecated. Use CSS property borderPattern instead.
static IlpFloatKey BorderWidth
          Deprecated. Use CSS property borderWidth instead.
static String BUSINESS_OBJECT_PROPERTY
           
static IlpBooleanKey CanBeLogical
          Deprecated.  
static IlpFloatKey CenterWidth
          Deprecated. Use CSS property centerWidth instead.
static IlpKey ChildrenDecorationConstraints
           
static IlpKey ChildrenDecorations
           
static IlpBooleanKey ContainerCollapseIconVisible
          Deprecated. Use CSS property containerCollapseIconVisible instead.
static IlpBooleanKey ContainerExpansionIconVisible
          Deprecated. Use CSS property containerExpansionIconVisible instead.
static IlpBooleanKey ContainerOutsideExpansionIconVisible
          Deprecated. Outside expansion is no longer supported.
static IlpBooleanKey ContainerStatusVisible
          Deprecated. Use CSS property containerStatusVisible instead.
static IlpEnumKey DetailLevel
          Deprecated. Use CSS property detailLevel instead.
static IlpIntegerKey Direction
          Deprecated. Use CSS property direction instead.
static IlpColorKey DottedBorderBackgroundColor
          Deprecated. Use CSS property dottedBorderBackground instead.
static IlpColorKey DottedBorderForegroundColor
          Deprecated. Use CSS property dottedBorderForeground instead.
static IlpLineStyleKey DottedBorderLineStyle
          Deprecated. Use CSS property dottedBorderLineStyle instead.
static IlpFloatKey ForcedWidth
          Deprecated. Use CSS property forcedWidth instead.
static IlpColorKey ForegroundColor
          Deprecated. Use CSS property foreground instead.
static IlpComputedAttribute GraphicRepresentationAttribute
          Fake attribute allowing the display of the whole telecom object graphic in a table column.
static IlpBooleanKey HasAlarmColor
          Deprecated. Please use CSS property foreground to modify the foreground color of the object instead.
static IlpBooleanKey IconsVisible
          Deprecated. Use CSS property secondaryStateVisible instead.
static IlpAttribute ImpactAlarmCountAttribute
          Attribute used to retrieve the number of outstanding impact alarms of the IltObject.
static IlpAttribute ImpactAlarmCountNumberAttribute
          Attribute used to retrieve the number of outstanding impact alarms of the IltObject.
static IlpAttribute ImpactAlarmHighestSeverityAttribute
          Attribute used to retrieve the highest severity of outstanding impact alarms of the IltObject.
static IltObjectInteractor InfoIconInteractor
          Information icon interactor, responsible for opening the information window.
static IlpIntegerKey InfoIconThreshold
          Deprecated. Use CSS property infoIconThreshold instead.
static IlpBooleanKey InfoWindowAlwaysVisible
          Deprecated. Use CSS property infoWindowPresent instead.
static IlpColorKey InfoWindowBorderColor
          Deprecated. Use CSS property infoWindowBorderColor instead.
static IlpColorKey InfoWindowColor
          Deprecated. Use CSS property infoWindowColor instead.
static IlpColorKey InfoWindowShadowColor
          Deprecated. Use CSS property infoWindowShadowColor instead.
static IlpBooleanKey InfoWindowTextAntialiasing
          Deprecated. Use CSS property infoWindowTextAntialiasing instead.
static IlpColorKey InfoWindowTextBackgroundColor
          Deprecated. Use CSS property infoWindowTextBackground instead.
static IlpFontKey InfoWindowTextFont
          Deprecated. Use CSS property infoWindowTextFont instead.
static IlpColorKey InfoWindowTextForegroundColor
          Deprecated. Use CSS property infoWindowTextForeground instead.
static IlpBooleanKey InfoWindowVisible
          Deprecated. Use CSS property infoWindowVisible instead.
static IlpBooleanKey IsEditable
          The style property denoting whether the shape of the graphic representation of this object can be edited interactively by the user using the IltSelectInteractor.
static IlpBooleanKey IsLogical
          Deprecated. Use CSS property logical instead.
static IlpBooleanKey IsSelectable
          Deprecated. Use the graphic component selection model API instead.
static IlpBooleanKey IsTiny
          Deprecated. Use CSS property tiny instead.
static IlpBooleanKey IsVisible
          Deprecated. Please use the data source filtering capabilities to define object visibility
static IlpBooleanKey LabelAntialiasing
          Deprecated. Use CSS property labelAntialiasing instead.
static IlpColorKey LabelBackgroundColor
          Deprecated. Use CSS property labelBackground instead.
static IlpColorKey LabelBorderColor
          Deprecated. Use CSS property labelBorderColor instead.
static IlpIntegerKey LabelDirection
          Deprecated. Use CSS property labelDirection instead.
static IlpFontKey LabelFont
          Deprecated. Use CSS property labelFont instead.
static IlpColorKey LabelForegroundColor
          Deprecated. Use CSS property labelForeground instead.
static IlpPointKey LabelOffset
          Deprecated. Use CSS property labelOffset instead.
static IlpIntegerKey LabelPosition
          Deprecated. Use CSS property labelPosition instead.
static IlpBooleanKey LabelVisible
          Deprecated. Use CSS property labelVisible instead.
static IlpBooleanKey LabelZoomable
          Deprecated. This property is no longer used. Labels are zoomable according to the component zoom policy.
static IlpLineStyleKey LineStyle
          Deprecated. Use CSS property lineStyle instead.
static IlpEnumArrayKey LinkPorts
          Deprecated. Use CSS property linkPorts instead.
static IlpBooleanKey ListAlarmStateAbbreviated
           
static IlpBooleanKey ListPrimaryAlarmState
           
static IlpBooleanKey ListPrimaryState
          Deprecated. Use CSS property listPrimaryState instead.
static IlpBooleanKey ListSecondaryAlarmState
           
static IlpIntegerKey LogicalBorderThickness
          Deprecated. Use CSS property borderWidth instead.
static IlpIntegerKey LogicalHeight
          Deprecated. Use CSS property shapeHeight instead.
static IlpBooleanKey LogicalLabelAntialiasing
          Deprecated. Use CSS property labelAntialiasing instead.
static IlpFontKey LogicalLabelFont
          Deprecated. Use CSS property labelFont instead.
static IltAttribute LogicalTypeAttribute
          Logical type attribute.
static IlpIntegerKey LogicalWidth
          Deprecated. Use CSS property shapeWidth instead.
static IlpColorKey MappedBorderColor
           
static IlpColorKey MappedBorderColor2
           
static IlpColorKey MappedBrightColor
           
static IlpColorKey MappedColor
           
static IlpColorKey MappedColor2
           
static IlpColorKey MappedDarkColor
           
static IltObjectInfo metainfo
          Contains metainformation about this IltObject class.
static IlpBooleanKey MultilineBaseAlarmCount
           
static IltAttribute NameAttribute
          Attribute for the name of the object.
static IlpAttribute NewAlarmCountAttribute
          Attribute used to retrieve the number of new alarms of the IltObject.
static IlpAttribute NewAlarmCountNumberAttribute
          Attribute used to retrieve the number of new alarms of the IltObject.
static IlpAttribute NewAlarmHighestSeverityAttribute
          Attribute used to retrieve the highest severity of new alarms of the IltObject.
static IlpAttribute NewImpactAlarmCountAttribute
          Attribute used to retrieve the number of new impact alarms of the IltObject.
static IlpAttribute NewImpactAlarmCountNumberAttribute
          Attribute used to retrieve the number of new impact alarms of the IltObject.
static IlpAttribute NewImpactAlarmHighestSeverityAttribute
          Attribute used to retrieve the highest severity of new impact alarms of the IltObject.
static IltAttribute ObjectStateAttribute
          Attribute containing the object state.
static IlpImageKey PassiveIcon
           
static IlpBooleanKey PassiveIconVisible
           
static IlpPatternKey Pattern
          Deprecated. Use CSS property pattern instead.
static IlpColorKey PlinthBrightColor
          Deprecated. Use CSS property plinthBrightColor instead.
static IlpColorKey PlinthColor
          Deprecated. Use CSS property plinthColor instead.
static IlpColorKey PlinthDarkColor
          Deprecated. Use CSS property plinthDarkColor instead.
static IlpIntegerKey PlinthHorizontalMargin
           
static IlpIntegerKey PlinthVerticalMargin
           
static IlpBooleanKey PlinthVisible
          Deprecated. Use CSS property plinthVisible instead.
static IltAttribute PositionAttribute
          Position attribute for use in network and equipment components.
static IlpEnumKey PrimaryAlarmState
          The style property denoting whether the raw alarms or the impact alarms are displayed as the primary alarm state, that is with the alarm balloon.
static IlpAttribute PrimaryStateAttribute
          Attribute used to retrieve the description of the primary state of the IltObject.
static IlpBooleanKey ReliefBorders
          Deprecated. Use CSS property reliefBorders instead.
static IlpAttribute SecondaryStatesAttribute
          Attribute used to retrieve, as a string, the secondary states (in Bellcore and SNMP standards) or the statuses (in OSI standard) or the protection switch request indicators (in SONET standard) of the IltObject.
static IlpIntegerKey SecondaryStateStackerPosition
          Deprecated. Use CSS property secondaryStatePosition instead.
static IlpColorKey SelectionBorderBackgroundColor
          Deprecated. Use CSS property selectionBorderBackground instead.
static IlpColorKey SelectionBorderForegroundColor
          Deprecated. Use CSS property selectionBorderForeground instead.
static IlpLineStyleKey SelectionBorderLineStyle
          Deprecated. Use CSS property selectionBorderLineStyle instead.
static IlpIntegerKey SelectionBorderThickness
          Deprecated. Use CSS property selectionBorderWidth instead.
static IlpImageKey ShortcutIcon
           
static IlpValueMapKey ShortcutIconMap
           
static IlpBooleanKey ShortcutIconVisible
           
static IlpValueMapKey ShortcutToolTipMap
           
static IlpStringKey SNMPSystemContact
          Deprecated. Use CSS property snmpSystemContact instead.
static IlpStringKey SNMPSystemDescription
          Deprecated. Use CSS property snmpSystemDescription instead.
static IlpStringKey SNMPSystemLocation
          Deprecated. Use CSS property snmpSystemLocation instead.
static IlpImageKey SourceImage
           
static IlpIntegerKey TinyAlarmBorderThickness
          Deprecated. Use CSS property alarmBorderWidth instead.
static IlpIntegerKey TinyBorderThickness
          Deprecated. Use CSS property borderWidth instead.
static IlpBooleanKey TinyLabelAntialiasing
          Deprecated. Use CSS property labelAntialiasing instead.
static IlpFontKey TinyLabelFont
          Deprecated. Use CSS property labelFont instead.
static IltAttribute TinyTypeAttribute
          Tiny type attribute.
static IlpStringKey TrapAuthenticationFailureAbbreviation
          Deprecated. Use CSS property trapAuthenticationFailureAbbreviation instead.
static IlpColorKey TrapAuthenticationFailureBrightColor
          Deprecated. Use CSS property trapAuthenticationFailureBrightColor instead.
static IlpColorKey TrapAuthenticationFailureColor
          Deprecated. Use CSS property trapAuthenticationFailureColor instead.
static IlpColorKey TrapAuthenticationFailureDarkColor
          Deprecated. Use CSS property trapAuthenticationFailureDarkColor instead.
static IlpStringKey TrapAuthenticationFailureDescription
          Deprecated. Use CSS property trapAuthenticationFailureDescription instead.
static IlpStringKey TrapColdStartAbbreviation
          Deprecated. Use CSS property trapColdStartAbbreviation instead.
static IlpColorKey TrapColdStartBrightColor
          Deprecated. Use CSS property trapColdStartBrightColor instead.
static IlpColorKey TrapColdStartColor
          Deprecated. Use CSS property trapColdStartColor instead.
static IlpColorKey TrapColdStartDarkColor
          Deprecated. Use CSS property trapColdStartDarkColor instead.
static IlpStringKey TrapColdStartDescription
          Deprecated. Use CSS property trapColdStartDescription instead.
static IlpStringKey TrapEGPNeighborLossAbbreviation
          Deprecated. Use CSS property trapEGPNeighborLossAbbreviation instead.
static IlpColorKey TrapEGPNeighborLossBrightColor
          Deprecated. Use CSS property trapEGPNeighborLossBrightColor instead.
static IlpColorKey TrapEGPNeighborLossColor
          Deprecated. Use CSS property trapEGPNeighborLossColor instead.
static IlpColorKey TrapEGPNeighborLossDarkColor
          Deprecated. Use CSS property trapEGPNeighborLossDarkColor instead.
static IlpStringKey TrapEGPNeighborLossDescription
          Deprecated. Use CSS property trapEGPNeighborLossDescription instead.
static IlpStringKey TrapLinkFailureAbbreviation
          Deprecated. Use CSS property trapLinkFailureAbbreviation instead.
static IlpColorKey TrapLinkFailureBrightColor
          Deprecated. Use CSS property trapLinkFailureBrightColor instead.
static IlpColorKey TrapLinkFailureColor
          Deprecated. Use CSS property trapLinkFailureColor instead.
static IlpColorKey TrapLinkFailureDarkColor
          Deprecated. Use CSS property trapLinkFailureDarkColor instead.
static IlpStringKey TrapLinkFailureDescription
          Deprecated. Use CSS property trapLinkFailureDescription instead.
static IlpStringKey TrapWarmStartAbbreviation
          Deprecated. Use CSS property trapWarmStartAbbreviation instead.
static IlpColorKey TrapWarmStartBrightColor
          Deprecated. Use CSS property trapWarmStartBrightColor instead.
static IlpColorKey TrapWarmStartColor
          Deprecated. Use CSS property trapWarmStartColor instead.
static IlpColorKey TrapWarmStartDarkColor
          Deprecated. Use CSS property trapWarmStartDarkColor instead.
static IlpStringKey TrapWarmStartDescription
          Deprecated. Use CSS property trapWarmStartDescription instead.
 
Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder
VALUE_NOT_SET
 
Constructor Summary
IltObject(IlpClass ilpClass, Object identifier)
          Creates a new IltObject with a given identifier and a given IlpClass.
IltObject(IltObjectState state)
          Creates a new instance with a given object state.
IltObject(IltObjectState state, String name)
          Creates a new instance with a given semantic state and a name.
IltObject(Object identifier)
          Creates a new IltObject with a given identifier.