|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.model.IltObjectState
ilog.tgo.model.IltAlarmObjectState
public class IltAlarmObjectState
An instance of this class is the state of some telecom object, which can be described through alarms only.
It uses the alarm system provided by the IltAlarm state
system.
This class therefore contains one attribute:
IltAlarm.State
instance.
for the corresponding XML format| Field Summary | |
|---|---|
static IltObjectStateInfo |
metainfo
Contains metainformation about this IltObjectState class. |
| Fields inherited from interface ilog.cpl.model.internal.IlpCompositeAttributeValue |
|---|
ATTRIBUTE_NAME_DELIMITER |
| Constructor Summary | |
|---|---|
IltAlarmObjectState()
Creates a new IltAlarmObjectState with no alarms. |
|
| Method Summary | |
|---|---|
boolean |
clear(IltState state)
Removes a given constant state (defined in a state system) from this state. |
Object |
clone()
Returns a copy of this state object. |
IltState |
getAlarmState()
Returns the alarms part of the state. |
boolean |
has(IltState state)
Tests whether this state contains a given constant state (defined in a state system). |
static void |
InitStrategies()
Sets the map and list strategies to their default values. |
void |
reset()
Resets all the state values for the telecom object. |
boolean |
set(IltState state)
Adds a given constant state (defined in a state system) to this state. |
void |
setAlarmState(IltAlarm.State state)
Sets the alarm state instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static IltObjectStateInfo metainfo
IltObjectState class.
| Constructor Detail |
|---|
public IltAlarmObjectState()
IltAlarmObjectState with no alarms.
| Method Detail |
|---|
public Object clone()
clone in class IltObjectStatepublic IltState getAlarmState()
getAlarmState in class IltObjectStatepublic void setAlarmState(IltAlarm.State state)
public boolean has(IltState state)
IltObjectState
has in interface ilog.tgo.model.internal.IltStateValueCollectionhas in class IltObjectStatestate - State being tested.
true when the given state is part of the collection.public boolean set(IltState state)
IltObjectState
set in class IltObjectStatepublic boolean clear(IltState state)
IltObjectState
clear in interface ilog.tgo.model.internal.IltStateValueCollectionclear in class IltObjectStatestate - State to be removed.
true when the operation resulted in a modification of
the collection.public void reset()
IltObjectState
reset in class IltObjectStatepublic static void InitStrategies()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||