|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpNetworkModel | |
|---|---|
| ilog.cpl.network | Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. |
| Uses of IlpNetworkModel in ilog.cpl.network |
|---|
| Subinterfaces of IlpNetworkModel in ilog.cpl.network | |
|---|---|
interface |
IlpMutableNetworkModel
The IlpMutableNetworkModel is an extension of the
IlpNetworkModel interface with an API to modify the set
of objects it contains. |
| Classes in ilog.cpl.network that implement IlpNetworkModel | |
|---|---|
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. |
| Constructors in ilog.cpl.network with parameters of type IlpNetworkModel | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||