|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IltState | |
|---|---|
| ilog.tgo.model | Provides classes for telecom objects, states and alarms. |
| Uses of IltState in ilog.tgo.model |
|---|
| Subclasses of IltState in ilog.tgo.model | |
|---|---|
static class |
IltAlarm.State
This class provides a representation model for the alarm state carried by a telecom object. |
static class |
IltAlarmSystem.State
This class provides a representation model for generic alarms carried by a telecom object. |
static class |
IltBellcore.SecState
|
static class |
IltBellcore.State
|
class |
IltBooleanState
This class models states which have boolean values. |
class |
IltLimitedNumericState
This class models states which can have numeric values defined inside a numeric interval given by MaxValue and
MinValue. |
static class |
IltMisc.SecState
|
class |
IltNumericState
This class models states which can have a numeric value. |
static class |
IltOSI.Availability
|
static class |
IltOSI.Control
|
static class |
IltOSI.Procedural
|
static class |
IltOSI.Repair
|
static class |
IltOSI.Standby
|
static class |
IltOSI.State
This class provides the building bricks of the state of a telecom object according to the OSI SMF 10164-2 standard. |
static class |
IltOSI.State.Administrative
|
static class |
IltOSI.State.Operational
|
static class |
IltOSI.State.Usage
|
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. |
class |
IltSimpleState
This class is the base class for all states which have a single value. |
static class |
IltSNMP.State
|
static class |
IltSONET.Protection
Every link has one protection at each end. |
static class |
IltSONET.State
|
class |
IltSymbolicState
This class is the base class for all classes defining symbolic values, to be used as vocabulary in an object's state. |
static class |
IltTrap.State
This class provides a representation model for the traps carried by a telecom object. |
| Methods in ilog.tgo.model that return IltState | |
|---|---|
IltState |
IltOSIObjectState.getAlarmState()
Returns the alarms part of the state. |
IltState |
IltSONETObjectState.getAlarmState()
Returns the alarms part of the state. |
IltState |
IltTrapObjectState.getAlarmState()
Returns the alarms part of the state. |
IltState |
IltAlarmObjectState.getAlarmState()
Returns the alarms part of the state. |
IltState |
IltObjectState.getAlarmState()
Returns the alarm part of the state. |
IltState |
IltSNMPObjectState.getAlarmState()
Returns the alarms part of the state. |
IltState |
IltBellcoreObjectState.getAlarmState()
Returns the alarms part of the state. |
IltState |
IltOSIObjectState.getPrimaryState()
Returns the primary state present in this object state. |
IltState |
IltSONETObjectState.getPrimaryState()
Returns the primary state present in this object state. |
IltState |
IltObjectState.getPrimaryState()
Returns the primary state present in this object state. |
IltState |
IltSNMPObjectState.getPrimaryState()
Returns the primary state present in this object state. |
IltState |
IltBellcoreObjectState.getPrimaryState()
Returns the primary state present in this object state. |
IltState |
IltInvalidStateValueException.getState()
Returns the state whose value being set is invalid |
IltState |
IltStateInfo.getState(String name)
Returns the state that corresponds to the given name. |
IltState |
IltTrapObjectState.getTrapState()
Returns the traps part of the state. |
IltState |
IltObjectState.getTrapState()
Returns the trap part of the state. |
IltState |
IltSNMPObjectState.getTrapState()
Returns the trap part of the state. |
IltState |
IltState.intern()
Returns a canonical representation for this object. |
IltState |
IltStateInfo.intern(IltState state)
Returns a canonical representation for an IltState
instance. |
| Methods in ilog.tgo.model with parameters of type IltState | |
|---|---|
boolean |
IltAlarmSystem.add(IltState state)
Add a new state in the collection. |
boolean |
IltStateSystem.add(IltState state)
Adds a new state to the collection. |
boolean |
IltStateSystem.add(ilog.tgo.model.internal.IltStatePath parentPath,
IltState state)
Adds a new state in the collection in the position given by the parentPath. |
ilog.tgo.model.internal.IltStatePath |
IltStateSystem.addPrimary(IltState state)
Adds the given state as a primary state, inserting it in the model and creating a state mapper responsible for mapping this state into a change of base style. |
ilog.tgo.model.internal.IltStatePath |
IltStateSystem.addPrimary(ilog.tgo.model.internal.IltStatePath parent,
IltState state)
Adds the given state as a primary state, inserting it in the model and creating a state mapper responsible for mapping this state into a change of base style. |
ilog.tgo.model.internal.IltStatePath |
IltStateSystem.addSecondary(IltState state)
Adds the given state as a secondary state, inserting it in the model and creating a state mapper responsible for mapping this state into a new decoration icon, which is positioned in the secondary state position. |
ilog.tgo.model.internal.IltStatePath |
IltStateSystem.addSecondary(ilog.tgo.model.internal.IltStatePath parent,
IltState state)
Adds the given state as a secondary state, inserting it in the model and creating a state mapper responsible for mapping this state into a new decoration, which is positioned in the secondary state position. |
boolean |
IltBellcoreObjectState.addSecState(IltState state)
Adds a given state to the list of secondary states. |
void |
IltStateInfo.addState(IltState state)
Registers a new state. |
boolean |
IltOSIObjectState.addStatus(IltState state)
Adds state to the list of statuses of the telecom object. |
boolean |
IltOSIObjectState.clear(IltState state)
|
boolean |
IltSONETObjectState.clear(IltState state)
|
boolean |
IltTrapObjectState.clear(IltState state)
|
boolean |
IltAlarmObjectState.clear(IltState state)
|
boolean |
IltObjectState.clear(IltState state)
Removes a given constant state (defined in a state system) from this state. |
boolean |
IltSNMPObjectState.clear(IltState state)
Removes the given state from the object state table. |
boolean |
IltBellcoreObjectState.clear(IltState state)
|
boolean |
IltObject.clearState(IltState state)
Removes a given constant state (defined in a state system) from the object state. |
void |
IltState.copy(IltState from)
Copy the values from the source state |
void |
IltLimitedNumericState.copy(IltState from)
Copy the values from the source state |
static IlpFilter |
IltState.CreateStateFilter(IltState state)
Filter which accepts state path whose last component matches a given state. |
Object |
IltObjectState.get(IltState state)
Returns the current value of a state. |
ilog.tgo.model.internal.IltStatePath[] |
IltStateSystem.getAllPaths(IltState state)
Returns all the paths found which corresponds to the given state. |
static IltChartMapping |
IltSNMPDefaultMapper.GetSecStateChartMapping(IltState state)
Deprecated. Use IltSettings.GetValue instead. For example:
IltSettings.GetValue("SNMP.IP.InReceives.Chart"). |
static IltCounterMapping |
IltSNMPDefaultMapper.GetSecStateCounterMapping(IltState state)
Deprecated. Use IltSettings.GetValue instead. For example:
IltSettings.GetValue("SNMP.IP.InReceives.Counter"). |
static IltDecorationType |
IltSNMPDefaultMapper.GetSecStateDecorationType(IltState state)
Deprecated. Use IltSettings.GetValue instead. For example:
IltSettings.GetValue("SNMP.IP.InReceives.Type"). |
static IltGaugeMapping |
IltSNMPDefaultMapper.GetSecStateGaugeMapping(IltState state)
Deprecated. Use IltSettings.GetValue instead. For example:
IltSettings.GetValue("SNMP.IP.InReceives.Gauge"). |
Object |
IltObject.getState(IltState state)
Retrieves the value of a given state (defined in a state system) in the object state. |
boolean |
IltOSIObjectState.has(IltState state)
|
boolean |
IltSONETObjectState.has(IltState state)
|
boolean |
IltTrapObjectState.has(IltState state)
|
boolean |
IltAlarmObjectState.has(IltState state)
|
boolean |
IltObjectState.has(IltState state)
Tests whether this state contains a given constant state (defined in a state system). |
boolean |
IltAlarmSystem.has(IltState state)
Return true if the given state is part of the collection or
subcollections. |
boolean |
IltSNMPObjectState.has(IltState state)
|
boolean |
IltStateSystem.has(IltState state)
Returns true if the given state is part of the collection. |
boolean |
IltBellcoreObjectState.has(IltState state)
|
boolean |
IltStateSystem.has(IltState state,
boolean all)
Returns true if the given state is part of the collection. |
boolean |
IltStateSystem.hasLocal(IltState state)
Verifies if the given state is present in the state table. |
boolean |
IltStateSystem.hasRecursivelly(IltState state)
Verifies if the given state is part of the whole subtree. |
boolean |
IltBellcoreObjectState.hasSecState(IltState state)
Tests whether a given state is among the secondary states listed. |
boolean |
IltObject.hasState(IltState state)
Tests whether the object state contains a given constant state (defined in a state system). |
boolean |
IltStateInfo.hasState(IltState state)
Tests whether a given state is registered. |
boolean |
IltOSIObjectState.hasStatus(IltState state)
Tests whether a given state is among the statuses
of the telecom object listed. |
IltState |
IltStateInfo.intern(IltState state)
Returns a canonical representation for an IltState
instance. |
boolean |
IltAlarmSystem.remove(IltState state)
Remove a state from the collection. |
boolean |
IltStateSystem.remove(IltState state)
Removes a state from the collection. |
boolean |
IltStateSystem.remove(ilog.tgo.model.internal.IltStatePath parentPath,
IltState state)
Removes a state from the collection from the position given by the parent path. |
boolean |
IltBellcoreObjectState.removeSecState(IltState state)
Removes a given state from the list of secondary states. |
void |
IltStateInfo.removeState(IltState state)
Deregisters a state. |
boolean |
IltOSIObjectState.removeStatus(IltState state)
Removes state from the list of statuses of the telecom
object. |
boolean |
IltOSIObjectState.set(IltState state)
|
boolean |
IltSONETObjectState.set(IltState state)
|
boolean |
IltTrapObjectState.set(IltState state)
|
boolean |
IltAlarmObjectState.set(IltState state)
|
boolean |
IltObjectState.set(IltState state)
Adds a given constant state (defined in a state system) to this state. |
boolean |
IltSNMPObjectState.set(IltState state)
Sets the given state in the object state table. |
boolean |
IltBellcoreObjectState.set(IltState state)
|
boolean |
IltObjectState.set(IltState state,
Object value)
Adds a given constant state (defined in a state system) to this state. |
static IltChartMapping |
IltSNMPDefaultMapper.SetSecStateChartMapping(IltState state,
IltChartMapping mapping)
Deprecated. Use IltSettings.SetValue instead. For example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Chart) and
IltSettings.SetValue("SNMP.Interface.InOctets.Chart", mapping). |
static IltCounterMapping |
IltSNMPDefaultMapper.SetSecStateCounterMapping(IltState state,
IltCounterMapping mapping)
Deprecated. Use IltSettings.SetValue instead. For example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Counter) and
IltSettings.SetValue("SNMP.Interface.InOctets.Counter", mapping). |
static IltDecorationType |
IltSNMPDefaultMapper.SetSecStateDecorationType(IltState state,
IltDecorationType type)
Deprecated. Use IltSettings.SetValue instead. For example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Counter). |
static IltGaugeMapping |
IltSNMPDefaultMapper.SetSecStateGaugeMapping(IltState state,
IltGaugeMapping mapping)
Deprecated. Use IltSettings.SetValue instead. For
example:
IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Gauge)
and IltSettings.SetValue("SNMP.Interface.InOctets.Gauge", mapping). |
boolean |
IltObject.setState(IltState state)
Adds or sets a given constant state (defined in a state system) to the object state. |
boolean |
IltObject.setState(IltState state,
Object value)
Sets the value of a given state (defined in a state system) in the object state. |
| Constructors in ilog.tgo.model with parameters of type IltState | |
|---|---|
IltInvalidStateValueException(IltState state,
Object value)
Constructs an IltInvalidStateValueException with no detail message. |
|
IltInvalidStateValueException(IltState state,
Object value,
String s)
Constructs an IltInvalidStateValueException with the specified detail message. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||