Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
Modifier and Type | Method and Description |
---|---|
IlpMutableNetworkModel |
IlpNetwork.getModel()
Returns the encapsulated model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpNetwork.setModel(IlpMutableNetworkModel model)
Sets or replaces the encapsulated model.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultNetworkModel
This class is the default implementation of the
IlpNetworkModel
interface. |
Modifier and Type | Method and Description |
---|---|
IlpMutableNetworkModel |
IlpNetworkAdapter.getModel()
Returns the network model.
|
IlpMutableNetworkModel |
IlpNetworkHandlerWithDataSource.getNetworkModel()
Returns the model that is associated to this handler.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpNetworkAdapter.setModel(IlpMutableNetworkModel model)
Sets the network model.
|
Constructor and Description |
---|
IlpNetworkHandlerWithDataSource(IlpMutableNetworkModel model,
IlpNetworkView view,
IlpNetworkController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.