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 | Class and Description |
---|---|
class |
IlpEquipmentAdapter
This class adapts a data source to an equipment.
|
Constructor and Description |
---|
IlpEquipmentHandlerWithDataSource(IlpEquipment equipment,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
IlpEquipmentHandlerWithDataSource(IlpMutableEquipmentModel model,
IlpEquipmentView view,
IlpEquipmentController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
Modifier and Type | Method and Description |
---|---|
IlpAbstractNodeAdapter |
IlpGraphHandlerWithDataSource.getAdapter()
Gets the adapter between the graph model and the data source.
|
IlpAbstractNodeAdapter |
IlpDefaultNodeExpansionStrategyFactory.getAdapter()
Returns the adapter that is associated with this expansion strategy
factory.
|
Constructor and Description |
---|
IlpDefaultNodeExpansionStrategyFactory(IlpAbstractNodeAdapter adapter)
Creates an expansion strategy factory for the given adapter.
|
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 | Class and Description |
---|---|
class |
IlpNetworkAdapter
This class adapts a data source to a network.
|
Constructor and Description |
---|
IlpNetworkHandlerWithDataSource(IlpMutableNetworkModel model,
IlpNetworkView view,
IlpNetworkController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
IlpNetworkHandlerWithDataSource(IlpNetwork network,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.