public interface IlpMutableNetworkModel extends IlpNetworkModel, IlpMutableGraphModel
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
RepresentationNodeEvent
s.
Modifier and Type | Method and Description |
---|---|
void |
endChangingNetworkModel()
Deprecated.
Use
IlpAbstractDataSource.endBatch()
instead. |
void |
startChangingNetworkModel()
Deprecated.
Use
IlpAbstractDataSource.startBatch()
instead. |
addNetworkModelListener, removeNetworkModelListener
addRootObject, addRootObjects, clear, removeRootObject, removeRootObjects
getChildren, getFrom, getParent, getRootObjects, getTo, isLeaf, isLink, isNode
@Deprecated void startChangingNetworkModel()
IlpAbstractDataSource.startBatch()
instead.fireNetworkModelEvent
delay the events until the next call to
endChangingNetworkModel
.IlpAbstractDataSource.startBatch()
,
endChangingNetworkModel()
@Deprecated void endChangingNetworkModel()
IlpAbstractDataSource.endBatch()
instead.startChangingNetworkModel
.IlpAbstractDataSource.endBatch()
,
startChangingNetworkModel()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.