Package | Description |
---|---|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableEquipmentModel
The
IlpMutableEquipmentModel class defines access methods
for equipment model implementations. |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultEquipmentModel
This class is the default implementation of the
IlpEquipmentModel interface. |
Modifier and Type | Method and Description |
---|---|
IlpMutableGraphModel |
IlpGraphHandlerWithDataSource.getGraphModel()
Returns the model to which this handler is associated.
|
protected IlpMutableGraphModel |
IlpAbstractGraphHandler.getGraphModel()
Returns the model component.
|
protected IlpMutableGraphModel |
IlpAbstractNodeAdapter.getRepresentationModel()
Returns the network model.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpGraphHandlerWithDataSource.setGraphModel(IlpMutableGraphModel model) |
protected void |
IlpAbstractNodeAdapter.setRepresentationModel(IlpMutableGraphModel newmodel)
Sets the network model.
|
Constructor and Description |
---|
IlpGraphHandlerWithDataSource(IlpMutableGraphModel model,
IlpGraphView view,
IlpGraphController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
IlpGraphHandlerWithDataSource(IlpMutableGraphModel model,
IlpGraphView view,
IlpGraphController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource,
JComponent component)
Creates the handler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableNetworkModel
The
IlpMutableNetworkModel is an extension of the
IlpNetworkModel interface with an API to modify the set
of objects it contains. |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultNetworkModel
This class is the default implementation of the
IlpNetworkModel
interface. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.