public class IltSONET extends Object
IltSONET.State
.Modifier and Type | Class and Description |
---|---|
static class |
IltSONET.End
This enumeration lists the ends of a network link.
|
static class |
IltSONET.Protection
Every link has one protection at each end.
|
static class |
IltSONET.State |
Modifier | Constructor and Description |
---|---|
protected |
IltSONET() |
Modifier and Type | Method and Description |
---|---|
protected static void |
AddNewState(IltSONET.State state)
Adds the given state to the primary symbolic state
|
static void |
ForceInit(ilog.tgo.util.internal.IltForceClassInit object)
For IltSystem.Init
|
static ilog.tgo.model.internal.IltStatePath |
GetFromProtectionsPath()
Access method to the From Protections aggregate state instance in the
SONET state system.
|
static ilog.tgo.model.internal.IltStatePath |
GetPrimaryStatePath()
Access method to the primary state instance in the SONET state system.
|
static ilog.tgo.model.internal.IltStatePath |
GetToProtectionsPath()
Access method to the To Protections aggregate state instance in the
SONET state system.
|
static IltSONET.Protection |
NewProtection(String name,
String description)
Creates a new protection.
|
static IltSONET.State |
NewState(String name,
String description)
Creates a new state.
|
static IltStateSystem |
StateSystem()
Returns the only instance of IltAlarm
|
public static IltStateSystem StateSystem()
public static IltSONET.State NewState(String name, String description)
IltBaseStyle
and IltBaseStyleMapping
instances will be created
automatically. You can then modify them at your convenience by using the
IltObject.GetBaseStyleMapping
method.name
- a unique namedescription
- the state's description, according to the current
localeIltObject.GetBaseStyleMapping(ilog.tgo.graphic.IltBaseStyle)
,
IltState.intern()
,
IltBaseStyle
,
IltBaseStyleMapping
protected static void AddNewState(IltSONET.State state)
public static IltSONET.Protection NewProtection(String name, String description)
name
- a unique namedescription
- the protection's description, according to the current
localeIltSettings.SetValue(java.lang.Object, java.lang.Object)
,
IltState.intern()
public static ilog.tgo.model.internal.IltStatePath GetPrimaryStatePath()
public static ilog.tgo.model.internal.IltStatePath GetFromProtectionsPath()
public static ilog.tgo.model.internal.IltStatePath GetToProtectionsPath()
public static void ForceInit(ilog.tgo.util.internal.IltForceClassInit object)
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.