public interface IlpMutableEquipmentModel extends IlpEquipmentModel, IlpMutableGraphModel
IlpMutableEquipmentModel
class defines access methods
for equipment model implementations.
It is used internally to define a common API to set values in an equipment model.
The addition (or removal) of top objects to (from) the model
must be signaled, which is done through EquipmentModelEvents
of type ROOT_OBJECT_ADDED
, ROOT_OBJECT_REMOVED
;
and, for lower-level objects, through EquipmentContainerEvents
to the appropriate parent object.
Modifier and Type | Method and Description |
---|---|
void |
endChangingEquipmentModel()
Deprecated.
Use
IlpAbstractDataSource.endBatch()
instead. |
void |
startChangingEquipmentModel()
Deprecated.
Use
IlpAbstractDataSource.startBatch()
instead. |
addEquipmentModelListener, isRoot, removeEquipmentModelListener
addRootObject, addRootObjects, clear, removeRootObject, removeRootObjects
getChildren, getFrom, getParent, getRootObjects, getTo, isLeaf, isLink, isNode
@Deprecated void startChangingEquipmentModel()
IlpAbstractDataSource.startBatch()
instead.After this call, calls to fireEquipmentModelEvent
delay the events until the next call to
endChangingEquipmentModel
.
IlpAbstractDataSource.startBatch()
,
endChangingEquipmentModel()
@Deprecated void endChangingEquipmentModel()
IlpAbstractDataSource.endBatch()
instead.startChangingEquipmentModel
.IlpAbstractDataSource.endBatch()
,
startChangingEquipmentModel()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.