Package | Description |
---|---|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
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 |
IlpAbstractNetworkModel
This class is an implementation of the
IlpNetworkModel
interface that handles the notification of the model to listeners. |
class |
IlpDefaultNetworkModel
This class is the default implementation of the
IlpNetworkModel
interface. |
Constructor and Description |
---|
NetworkModelEvent(IlpNetworkModel source,
NetworkModelEvent.Type type,
Collection objects)
Creates an event.
|
NetworkModelEvent(IlpNetworkModel source,
NetworkModelEvent.Type type,
IlpRepresentationObject object)
Creates an event.
|
NetworkModelEvent(IlpNetworkModel source,
NetworkModelEvent.Type type,
IlpRepresentationObject link,
boolean origin,
IlpRepresentationObject oldEnd,
IlpRepresentationObject newEnd)
Creates a link-related event.
|
NetworkModelEvent(IlpNetworkModel source,
NetworkModelEvent.Type type,
IlpRepresentationObject object,
int[] indices,
IlpRepresentationObject[] children)
Creates a container-related event.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.