ilog.cpl.network
Interface IlpMutableNetworkModel

All Superinterfaces:
IlpGraphModel, IlpMutableGraphModel, IlpNetworkModel
All Known Implementing Classes:
IlpDefaultNetworkModel

public interface IlpMutableNetworkModel
extends IlpNetworkModel, IlpMutableGraphModel

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:

Since:
JTGO 3.0

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

startChangingNetworkModel

void startChangingNetworkModel()
Deprecated. Use IlpAbstractDataSource.startBatch() instead.

Tells the model not to send events temporarily. After this call, calls to fireNetworkModelEvent delay the events until the next call to endChangingNetworkModel.

See Also:
IlpAbstractDataSource.startBatch(), endChangingNetworkModel()
Deprecated Since:
JTGO 4.0

endChangingNetworkModel

void endChangingNetworkModel()
Deprecated. Use IlpAbstractDataSource.endBatch() instead.

Tells the model that a temporary inhibition of events is terminated, and sends the events buffered since the last call to startChangingNetworkModel.

See Also:
IlpAbstractDataSource.endBatch(), startChangingNetworkModel()
Deprecated Since:
JTGO 4.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.