|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpMutableNetworkModel
The IlpMutableNetworkModel is an extension of the
IlpNetworkModel interface with an API to modify the set
of objects it contains.
The model can be modified by:
IlpRepresentationNode) and sending
RepresentationNodeEvents.
| Method Summary | |
|---|---|
void |
endChangingNetworkModel()
Deprecated. Use IlpAbstractDataSource.endBatch()
instead. |
void |
startChangingNetworkModel()
Deprecated. Use IlpAbstractDataSource.startBatch()
instead. |
| Methods inherited from interface ilog.cpl.network.IlpNetworkModel |
|---|
addNetworkModelListener, removeNetworkModelListener |
| 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 startChangingNetworkModel()
IlpAbstractDataSource.startBatch()
instead.
fireNetworkModelEvent
delay the events until the next call to
endChangingNetworkModel.
IlpAbstractDataSource.startBatch(),
endChangingNetworkModel()void endChangingNetworkModel()
IlpAbstractDataSource.endBatch()
instead.
startChangingNetworkModel.
IlpAbstractDataSource.endBatch(),
startChangingNetworkModel()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||