Package | Description |
---|---|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableNetworkLink
Mutable extension of
IlpNetworkLink . |
interface |
IlpMutableNetworkNode
Mutable extension of
IlpNetworkNode . |
interface |
IlpNetworkLink
Objects implementing this interface will be recognized as links in the
default implementation
IlpDefaultNetworkModel of
IlpNetworkModel . |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultNetworkLink
This class is the default implementation of
IlpNetworkLink . |
class |
IlpDefaultNetworkNode
This class is the default implementation of
IlpNetworkNode . |
Modifier and Type | Method and Description |
---|---|
IlpNetworkNode |
IlpNetworkNodeFactory.createNetworkNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network node.
|
IlpNetworkNode |
IlpDefaultNetworkNodeFactory.createNetworkNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network node.
|
IlpNetworkNode |
IlpNetworkAdapter.getNetworkNode(IlpObject ilpObject)
Returns the network node representing the
IlpObject . |
IlpNetworkNode |
IlpNetworkAdapter.getNetworkNode(Object identifier)
Returns the network node representing the
IlpObject
identified by identifier . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.