Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Field and Description |
---|---|
static IltSONET.State |
IltSONET.State.Active |
static IltSONET.State |
IltSONET.State.ActiveProtecting |
static IltSONET.State |
IltSONET.State.Disabled |
static IltSONET.State |
IltSONET.State.Inactive |
static IltSONET.State |
IltSONET.State.TroubledProtected |
static IltSONET.State |
IltSONET.State.TroubledUnprotected |
Modifier and Type | Method and Description |
---|---|
static IltSONET.State |
IltBiSONETObjectState.GetDefaultReverseState()
Returns the default BiSONET reverse state for a new object.
|
static IltSONET.State |
IltSONETObjectState.GetDefaultState()
Returns the default SONET state for a new object.
|
IltSONET.State |
IltBiSONETObjectState.getReverseState()
Returns the SONET reverse state of the telecom object.
|
IltSONET.State |
IltSONETObjectState.getState()
Returns the general part of the state.
|
static IltSONET.State |
IltSONET.NewState(String name,
String description)
Creates a new state.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
IltSONET.AddNewState(IltSONET.State state)
Adds the given state to the primary symbolic state
|
protected static void |
IltBiSONET.AddNewState(IltSONET.State state) |
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; } |
static void |
IltBiSONETObjectState.SetDefaultReverseState(IltSONET.State state)
Sets the default BiSONET reverse state for a new object.
|
static void |
IltSONETObjectState.SetDefaultState(IltSONET.State state)
Sets the default SONET state for a new object.
|
void |
IltBiSONETObjectState.setReverseState(IltSONET.State reverseState)
Sets the SONET reverse state of the telecom object to
reverseState . |
void |
IltSONETObjectState.setState(IltSONET.State state)
Sets the general part of the state.
|
Constructor and Description |
---|
IltBiSONETObjectState(IltSONET.State state,
IltSONET.State reverseState)
Creates an instance of
IltBiSONETObjectState with the given
SONET states. |
IltSONETObjectState(IltSONET.State state)
Creates a new SONET object state.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.