Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Class and Description |
---|---|
class |
IltLimitedNumericState
This class models states which can have numeric values
defined inside a numeric interval given by
MaxValue and
MinValue . |
static class |
IltPerformance.SecState
Any secondary state in the
IltPerformance state system
is an instance of this class. |
static class |
IltSAN.SecState
Any secondary state in the
IltSAN state system is an instance
of this class. |
Modifier and Type | Method and Description |
---|---|
float |
IltObjectState.getFloat(IltNumericState state)
Returns the current value of a state
|
int |
IltObjectState.getInteger(IltNumericState state)
Returns the current value of a state
|
boolean |
IltObjectState.setFloat(IltNumericState state,
float value)
Sets the value of a state
|
boolean |
IltObjectState.setInteger(IltNumericState state,
int value)
Sets the value of a state
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.