|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpGraphModel | |
|---|---|
| ilog.cpl.equipment | Together with ilog.cpl.IlpEquipment, this package constitutes
the ILOG 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 ILOG JTGO Network component. |
| Uses of IlpGraphModel in ilog.cpl.equipment |
|---|
| Subinterfaces of IlpGraphModel in ilog.cpl.equipment | |
|---|---|
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. |
| Classes in ilog.cpl.equipment that implement IlpGraphModel | |
|---|---|
class |
IlpAbstractEquipmentModel
This class is an implementation of the IlpEquipmentModel
interface. |
class |
IlpDefaultEquipmentModel
This class is the default implementation of the IlpEquipmentModel interface. |
| Uses of IlpGraphModel in ilog.cpl.graph |
|---|
| Subinterfaces of IlpGraphModel in ilog.cpl.graph | |
|---|---|
interface |
IlpMutableGraphModel
The IlpMutableGraphModel is an extension of the
IlpGraphModel interface. |
| Classes in ilog.cpl.graph that implement IlpGraphModel | |
|---|---|
class |
IlpAbstractGraphModel
This class is an implementation of the IlpGraphModel
interface which handles the notification to listeners of the model. |
| Methods in ilog.cpl.graph that return IlpGraphModel | |
|---|---|
IlpGraphModel |
IlpGraphView.getModel()
Returns the component's model. |
| Methods in ilog.cpl.graph with parameters of type IlpGraphModel | |
|---|---|
void |
IlpGraphView.setModel(IlpGraphModel model)
Sets the component's model. |
| Constructors in ilog.cpl.graph with parameters of type IlpGraphModel | |
|---|---|
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. |
|
| Uses of IlpGraphModel in ilog.cpl.network |
|---|
| Subinterfaces of IlpGraphModel 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. |
interface |
IlpNetworkModel
The IlpNetworkModel interface describes the objects to be
represented in an IlpNetwork component. |
| Classes in ilog.cpl.network that implement IlpGraphModel | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||