Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Field and Description |
---|---|
static IltSONET.End |
IltSONET.End.From |
static IltSONET.End |
IltSONET.End.To |
Modifier and Type | Method and Description |
---|---|
void |
IltSONETObjectState.addProtection(IltSONET.End end,
IltSONET.Protection state)
Adds a given protection from a given link end.
|
void |
IltLink.addProtection(IltSONET.End end,
IltSONET.Protection state)
Adds a given protection from a given link end.
|
Enumeration |
IltSONETObjectState.getProtections(IltSONET.End end)
Returns the protections at a given link end.
|
Enumeration |
IltLink.getProtections(IltSONET.End end)
Returns the protections at a given link end.
|
boolean |
IltSONETObjectState.hasProtection(IltSONET.End end,
IltSONET.Protection state)
Tells whether a given link end has a given protection.
|
boolean |
IltLink.hasProtection(IltSONET.End end,
IltSONET.Protection state)
Tells whether a given link end has a given protection.
|
void |
IltSONETObjectState.removeAllProtections(IltSONET.End end)
Removes all protections set in the given end point
|
boolean |
IltSONETObjectState.removeProtection(IltSONET.End end,
IltSONET.Protection state)
Removes a given protection from a given link end.
|
boolean |
IltLink.removeProtection(IltSONET.End end,
IltSONET.Protection state)
Removes a given protection from a given link end.
|
void |
IltSONETObjectState.setProtections(IltSONET.End end,
IltSONET.Protection[] newprotections)
Replaces the protections at a given link end.
|
void |
IltLink.setProtections(IltSONET.End end,
IltSONET.Protection[] newprotections)
Replaces the protections at a given link end.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.