Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Class and Description |
---|---|
static class |
IltBaseStyle.SONETBaseStyle
This class allows the automatic creation of a base style for each instance
of
IltSONET.State . |
Modifier and Type | Field and Description |
---|---|
static IltBaseStyle |
IltBaseStyle.CarryingTraffic
State: In service and carrying traffic.
|
static IltBaseStyle |
IltBaseStyle.Indeterminate
State: Unknown state combination.
|
static IltBaseStyle |
IltBaseStyle.NotInstalled
State: Not installed.
|
static IltBaseStyle |
IltBaseStyle.NoTraffic
State: In service but carrying no traffic.
|
static IltBaseStyle |
IltBaseStyle.OutOfService
State: Out of service.
|
Modifier and Type | Method and Description |
---|---|
static IltBaseStyle |
IltSNMPDefaultMapper.GetBaseStyle(IltSNMP.State state)
Deprecated.
Base style and base style mapping have been replaced by a
CSS configuration. If you are interested in configuring your object
according to primary state information, use a CSS instead. The
following CSS extract illustrates this kind of customization:
object."ilog.tgo.model.IltObject"["objectState.SNMP.State"=Up] { background: yellow; } |
static IltBaseStyle |
IltSONETDefaultMapper.GetBaseStyle(IltSONET.State state)
Deprecated.
Base style and base style mapping have been replaced by
a CSS configuration. If you are interested in configuring your object
according to primary state information, please use a CSS instead.
The following CSS extract illustrates this kind of customization:
object."ilog.tgo.model.IltObject"["objectState.SONET.State"=Active] { background: yellow; } |
Modifier and Type | Method and Description |
---|---|
static IltBaseStyleMapping |
IltLink.GetBaseBiStyleMapping(IltBaseStyle directStyle,
IltBaseStyle reverseStyle)
Deprecated.
Please use CSS with attribute selectors instead.
|
static IltBaseStyleMapping |
IltObject.GetBaseStyleMapping(IltBaseStyle baseStyle)
Deprecated.
Please use CSS with attribute selectors instead.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.