|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IltSONET.State | |
|---|---|
| ilog.tgo.model | Provides classes for telecom objects, states and alarms. |
| Uses of IltSONET.State in ilog.tgo.model |
|---|
| Fields in ilog.tgo.model declared as IltSONET.State | |
|---|---|
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
|
| Methods in ilog.tgo.model that return IltSONET.State | |
|---|---|
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. |
| Methods in ilog.tgo.model with parameters of type IltSONET.State | |
|---|---|
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. |
| Constructors in ilog.tgo.model with parameters of type IltSONET.State | |
|---|---|
IltBiSONETObjectState(IltSONET.State state,
IltSONET.State reverseState)
Creates an instance of IltBiSONETObjectState with the given
SONET states. |
|
IltSONETObjectState(IltSONET.State state)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||