|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.model.IltSONET
public class IltSONET
This class provides the state system commonly used to model links
between network elements. The state class is called
IltSONET.State.
| Nested Class Summary | |
|---|---|
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
|
| Constructor Summary | |
|---|---|
protected |
IltSONET()
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IltSONET()
| Method Detail |
|---|
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,
IltBaseStyleMappingprotected 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)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||