ilog.cpl.network
Interface IlpNetworkSelectionModel

All Superinterfaces:
IlpGraphSelectionModel, IlpObjectSelectionModel, IlpRepresentationObjectSelectionModel
All Known Implementing Classes:
IlpAbstractNetworkSelectionModel, IlpDefaultNetworkSelectionModel

public interface IlpNetworkSelectionModel
extends IlpGraphSelectionModel

This model gives access to and maintains the selected object in an IlpNetworkView.

Since:
JTGO 3.0
See Also:
IlpNetwork.getSelectionModel(), IlpNetwork.setSelectionModel(ilog.cpl.network.IlpNetworkSelectionModel)

Method Summary
 void addNetworkSelectionListener(NetworkSelectionListener listener)
          Adds a listener that is notified each time a change to this model occurs.
 void removeNetworkSelectionListener(NetworkSelectionListener listener)
          Removes a listener previously added with addNetworkSelectionListener.
 
Methods inherited from interface ilog.cpl.graph.IlpGraphSelectionModel
getRepresentationObjectMapper, setRepresentationObjectMapper
 
Methods inherited from interface ilog.cpl.util.selection.IlpRepresentationObjectSelectionModel
addSelectionRepresentationObject, clearSelection, getSelectedRepresentationObject, getSelectedRepresentationObjects, isRepresentationObjectSelected, removeSelectionRepresentationObject, removeSelectionRepresentationObjects, setSelectedRepresentationObject, setSelectedRepresentationObjects
 
Methods inherited from interface ilog.cpl.util.selection.IlpObjectSelectionModel
addSelectionObject, clearSelection, getSelectedObject, getSelectedObjects, isObjectSelected, removeSelectionObject, setSelectedObject, setSelectedObjects
 

Method Detail

addNetworkSelectionListener

void addNetworkSelectionListener(NetworkSelectionListener listener)
Adds a listener that is notified each time a change to this model occurs.

Parameters:
listener - The listener to be added.

removeNetworkSelectionListener

void removeNetworkSelectionListener(NetworkSelectionListener listener)
Removes a listener previously added with addNetworkSelectionListener.

Parameters:
listener - The listener to be removed.


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