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 |
IlpEquipmentModel
The
IlpEquipmentModel interface describes the equipment
component object hierarchy and its associations. |
interface |
IlpMutableEquipmentModel
The
IlpMutableEquipmentModel class defines access methods
for equipment model implementations. |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractEquipmentModel
This class is an implementation of the
IlpEquipmentModel
interface. |
class |
IlpDefaultEquipmentModel
This class is the default implementation of the
IlpEquipmentModel interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableGraphModel
The
IlpMutableGraphModel is an extension of the
IlpGraphModel interface. |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractGraphModel
This class is an implementation of the
IlpGraphModel
interface which handles the notification to listeners of the model. |
Modifier and Type | Method and Description |
---|---|
IlpGraphModel |
IlpGraphView.getModel()
Returns the component's model.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.setModel(IlpGraphModel model)
Sets the component's model.
|
Constructor and Description |
---|
GraphModelEvent(IlpGraphModel source,
GraphModelEvent.Type type,
Collection objects)
Creates an event.
|
GraphModelEvent(IlpGraphModel source,
GraphModelEvent.Type type,
IlpRepresentationObject object)
Creates an event.
|
GraphModelEvent(IlpGraphModel source,
GraphModelEvent.Type type,
IlpRepresentationObject link,
boolean origin,
IlpRepresentationObject oldEnd,
IlpRepresentationObject newEnd)
Creates an event.
|
GraphModelEvent(IlpGraphModel source,
GraphModelEvent.Type type,
IlpRepresentationObject object,
int[] indices,
IlpRepresentationObject[] children)
Creates an event.
|
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. |
interface |
IlpNetworkModel
The
IlpNetworkModel interface describes the objects to be
represented in an IlpNetwork component. |
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. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.