Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Class and Description |
---|---|
static class |
IltBellcore.State |
static class |
IltOSI.State.Administrative |
static class |
IltOSI.State.Operational |
static class |
IltOSI.State.Usage |
static class |
IltSNMP.State |
static class |
IltSONET.State |
Modifier and Type | Method and Description |
---|---|
IltSymbolicStateValue |
IltObjectState.getSymbolic(ilog.tgo.model.internal.IltStatePath path)
Returns the current value of a state
|
IltSymbolicStateValue |
IltObjectState.getSymbolic(IltSymbolicState state)
Returns the current value of a state
|
IltSymbolicStateValue |
IltSymbolicState.getValue(String name)
Returns a possible value from a name
|
IltSymbolicStateValue[] |
IltSymbolicState.getValues()
Return the possible values for this symbolic state.
|
Modifier and Type | Method and Description |
---|---|
void |
IltSymbolicState.add(IltSymbolicStateValue newValue)
Add a new value to this symbolic state.
|
boolean |
IltSymbolicState.has(IltSymbolicStateValue value)
Returns
true if the value is present in the list of possible values. |
void |
IltSymbolicState.remove(IltSymbolicStateValue value)
Remove a value from this symbolic state.
|
boolean |
IltObjectState.setSymbolic(ilog.tgo.model.internal.IltStatePath path,
IltSymbolicStateValue value)
Returns the current value of a state
|
boolean |
IltObjectState.setSymbolic(IltSymbolicState state,
IltSymbolicStateValue value)
Returns the current value of a state
|
void |
IltSymbolicState.setValues(IltSymbolicStateValue[] newValues)
Set the possible values for this symbolic state.
|
Constructor and Description |
---|
IltSymbolicState(String name,
String description,
String message,
IltSymbolicStateValue defaultValue)
Creates an
IltSymbolicState with a description and a default value. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.