|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpMutableEquipmentModel
The 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.
| Method Summary | |
|---|---|
void |
endChangingEquipmentModel()
Deprecated. Use IlpAbstractDataSource.endBatch()
instead. |
void |
startChangingEquipmentModel()
Deprecated. Use IlpAbstractDataSource.startBatch()
instead. |
| Methods inherited from interface ilog.cpl.equipment.IlpEquipmentModel |
|---|
addEquipmentModelListener, isRoot, removeEquipmentModelListener |
| Methods inherited from interface ilog.cpl.graph.IlpGraphModel |
|---|
getChildren, getFrom, getParent, getRootObjects, getTo, isLeaf, isLink, isNode |
| Methods inherited from interface ilog.cpl.graph.IlpMutableGraphModel |
|---|
addRootObject, addRootObjects, clear, removeRootObject, removeRootObjects |
| Methods inherited from interface ilog.cpl.graph.IlpGraphModel |
|---|
getChildren, getFrom, getParent, getRootObjects, getTo, isLeaf, isLink, isNode |
| Method Detail |
|---|
void startChangingEquipmentModel()
IlpAbstractDataSource.startBatch()
instead.
After this call, calls to fireEquipmentModelEvent
delay the events until the next call to
endChangingEquipmentModel.
IlpAbstractDataSource.startBatch(),
endChangingEquipmentModel()void endChangingEquipmentModel()
IlpAbstractDataSource.endBatch()
instead.
startChangingEquipmentModel.
IlpAbstractDataSource.endBatch(),
startChangingEquipmentModel()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||