Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Method and Description |
---|---|
IltStateSystem |
IltObjectState.getStateSystem()
Returns the state system used by this instance.
|
static IltStateSystem |
IltStateSystem.New(String name)
Factory method responsible for creating a new state model instance, and
registering this new instance in the controller.
|
static IltStateSystem |
IltStateSystem.New(String name,
ilog.tgo.mapper.state.IltStateSystemMapper mapper) |
static IltStateSystem |
IltSONET.StateSystem()
Returns the only instance of IltAlarm
|
static IltStateSystem |
IltSNMP.StateSystem()
Returns the only instance of SNMP state system.
|
static IltStateSystem |
IltSAN.StateSystem()
Returns the only instance of IltSAN state system.
|
static IltStateSystem |
IltPerformance.StateSystem()
Returns the only instance of IltPerformance state system.
|
static IltStateSystem |
IltOSI.StateSystem()
Returns the only instance of IltAlarm
|
static IltStateSystem |
IltMisc.StateSystem()
Returns the only instance of IltAlarm
|
static IltStateSystem |
IltBiSONET.StateSystem()
Returns the only instance of IltAlarm
|
static IltStateSystem |
IltBellcore.StateSystem()
Returns the only instance of IltBellcore
|
Modifier and Type | Method and Description |
---|---|
void |
IltStateSystem.merge(IltStateSystem other)
Adds all the states which are in the other state system and are not
in this state system.
|
protected void |
IltObjectState.setStateSystem(IltStateSystem system)
Sets the state system being used by this instance.
|
void |
IltStateSystem.unUseStateSystem(IltStateSystem other)
Removes the dependency between this state system and the given one.
|
void |
IltStateSystem.useStateSystem(IltStateSystem other)
Indicates that this state system uses state information from another state
system.
|
Constructor and Description |
---|
IltObjectState(IltStateSystem states,
IltAlarmSystem alarms)
Constructor based in a state system
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.