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.model.container |
Provides interfaces for representation objects capable of
forming a containment hierarchy.
|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpEquipmentLink
Objects implementing this interface will be recognized as links
in the default implementation
IlpDefaultEquipmentModel
of IlpEquipmentModel . |
interface |
IlpMutableEquipmentLink
Mutable extension of
IlpEquipmentLink . |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultEquipmentLink
This class is the default implementation of
IlpEquipmentLink . |
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationLink |
IlpEquipmentAdapter.createLink(IlpObject ilpObject,
IlpRepresentationNode fromNode,
IlpRepresentationNode toNode)
Creates a representation link object from a given business object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpDefaultEquipmentModel.noteEndChanged(IlpRepresentationLink link,
boolean origin,
IlpRepresentationNode oldEnd,
IlpRepresentationNode newEnd) |
Modifier and Type | Method and Description |
---|---|
protected abstract IlpRepresentationLink |
IlpAbstractNodeAdapter.createLink(IlpObject ilpObject,
IlpRepresentationNode fromNode,
IlpRepresentationNode toNode)
Creates a representation link object from a given business object.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
IlpAbstractGraphModel.noteEndChanged(IlpRepresentationLink link,
boolean origin,
IlpRepresentationNode oldEnd,
IlpRepresentationNode newEnd) |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableRepresentationLink
Mutable extension of
IlpRepresentationLink . |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractRepresentationLink
This class is the abstract implementation of
IlpRepresentationLink . |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationLink |
RepresentationLinkEvent.getRepresentationLink()
Returns the link the event refers to.
|
Constructor and Description |
---|
RepresentationLinkEvent(IlpRepresentationLink source,
RepresentationLinkEvent.Type type,
boolean origin,
IlpRepresentationNode oldEnd,
IlpRepresentationNode newEnd)
Creates a link-related event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableNetworkLink
Mutable extension of
IlpNetworkLink . |
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 . |
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationLink |
IlpNetworkAdapter.createLink(IlpObject ilpObject,
IlpRepresentationNode fromNode,
IlpRepresentationNode toNode)
Creates a representation link object from a given business object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpDefaultNetworkModel.noteEndChanged(IlpRepresentationLink link,
boolean origin,
IlpRepresentationNode oldEnd,
IlpRepresentationNode newEnd) |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.