ilog.cpl.IlpNetwork
, this package constitutes the JTGO Network component.See: Description
Interface | Description |
---|---|
IlpMutableNetworkLink |
Mutable extension of
IlpNetworkLink . |
IlpMutableNetworkModel |
The
IlpMutableNetworkModel is an extension of the
IlpNetworkModel interface with an API to modify the set
of objects it contains. |
IlpMutableNetworkNode |
Mutable extension of
IlpNetworkNode . |
IlpNetworkEditingHandler |
This interface allows a handler to customize various editing
actions, often triggered through interactors.
|
IlpNetworkExpansionHandler | Deprecated
Please use
ilog.cpl.graph.IlpExpansionHandler instead. |
IlpNetworkHandler |
This interface allows a handler to customize various actions that
modify the model, often triggered through interactors, and to customize
the configuration of the view.
|
IlpNetworkLink |
Objects implementing this interface will be recognized as links in the
default implementation
IlpDefaultNetworkModel of
IlpNetworkModel . |
IlpNetworkLinkFactory |
Factory interface for network links.
|
IlpNetworkLoadHandler | Deprecated
Please use
ilog.cpl.graph.IlpGraphLoadHandler
instead. |
IlpNetworkModel |
The
IlpNetworkModel interface describes the objects to be
represented in an IlpNetwork component. |
IlpNetworkNode |
Objects implementing this interface will be recognized as nodes
in the default implementation
IlpDefaultNetworkModel
of IlpNetworkModel . |
IlpNetworkNodeFactory |
Factory interface for network nodes.
|
IlpNetworkObjectHandler | Deprecated
Please use
ilog.cpl.graph.IlpNodeHandler instead. |
IlpNetworkPositionHandler | Deprecated
Please use
IlpPositionHandler
instead. |
IlpNetworkRenderer | Deprecated
Please use
IlpNodeRenderer instead. |
IlpNetworkSelectionModel |
This model gives access to and maintains the selected object in an
IlpNetworkView . |
NetworkModelListener |
This interface allows the observing of changes to an
IlpNetworkModel . |
NetworkModelObserveListener | Deprecated |
NetworkSelectionListener |
This interface allows the observing of changes to an
IlpNetworkSelectionModel . |
Class | Description |
---|---|
IlpAbstractNetworkModel |
This class is an implementation of the
IlpNetworkModel
interface that handles the notification of the model to listeners. |
IlpAbstractNetworkModelListener |
This class provides an abstract network model listener implementation.
|
IlpAbstractNetworkSelectionModel |
This class is an implementation of the
IlpNetworkSelectionModel
interface which handles notification to listeners of the model. |
IlpDefaultNetworkLink |
This class is the default implementation of
IlpNetworkLink . |
IlpDefaultNetworkLinkFactory |
Default implementation of network link factory.
|
IlpDefaultNetworkModel |
This class is the default implementation of the
IlpNetworkModel
interface. |
IlpDefaultNetworkNode |
This class is the default implementation of
IlpNetworkNode . |
IlpDefaultNetworkNodeFactory |
Default implementation of
network node factory. |
IlpDefaultNetworkRenderer | Deprecated
Please use ilog.cpl.graph.IlpDefaultNodeRenderer instead.
|
IlpDefaultNetworkSelectionModel |
This is the default implementation of
IlpNetworkSelectionModel . |
IlpDefaultPositionConverter | Deprecated
This class has been moved, please use
ilog.cpl.graph.IlpDefaultPositionConverter
instead. |
IlpGeographicPolygon |
This class describes a polygon on the earth's surface, given a set of
longitude and latitude.
|
IlpGeographicPolygonSAXInfo |
XML serialization class for
IlpGeographicPolygon . |
IlpGeographicPolygonSAXInfo.IlpSAXPolygonHandler | |
IlpGeographicPolyline |
This class describes a polyline on the earth's surface, given a set of
longitude and latitude,where the starting point and the end point are
not necessarily the same.
|
IlpGeographicPolylineSAXInfo |
XML serialization class for
IlpGeographicPolyline . |
IlpGeographicPolylineSAXInfo.IlpSAXPolylineHandler | |
IlpGeographicPolyPoints |
An instance of this class describes a sequence
IlpGeographicPosition . |
IlpGeographicPolyPointsSAXInfo |
XML Serialization class for
IlpGeographicPolyPoints . |
IlpGeographicPolyPointsSAXInfo.IlpSAXPolyPointsHandler | |
IlpGeographicPosition |
This class describes a point on the surface of the earth, identified by
longitude and latitude information.
|
IlpGeographicPositionConverter |
This class implements conversions between points in geographic coordinates
and in x,y coordinates, as well as the usual
conversions supported by
IlpDefaultPositionConverter . |
IlpGeographicPositionSAXInfo |
XML serialization class for
IlpGeographicPosition . |
IlpGeographicPositionSAXInfo.IlpSAXGeographicPositionHandler | |
IlpJOverview | Deprecated
Please use
IlvJOverview instead. |
IlpNetworkAdapter |
This class adapts a data source to a network.
|
IlpNetworkController |
This class manages interactions between the user and an
IlpNetworkView . |
IlpNetworkHandlerWithDataSource |
This class is the recommended handler for the network component.
|
IlpNetworkHandlerWithoutDataSource |
This class is the preferred handler for the Network component
when
IlpDataSource is not used. |
IlpNetworkLoggers |
This class contains all loggers for package
ilog.cpl.network ,
each with their own level threshold. |
IlpNetworkView |
This class displays the contents of an
IlpNetworkModel
in a Rogue Wave JViews grapher. |
IlpPositionChange | Deprecated
This class has been moved to a different package.
|
NetworkModelEvent |
This class describes a change in an
IlpNetworkModel . |
NetworkModelEvent.Type |
Type of events supported by this event class.
|
NetworkModelObserveEvent | Deprecated |
NetworkModelObserveEvent.Type |
Event Type
|
NetworkSelectionEvent |
This class describes a change in the set of selected objects
managed by an
IlpNetworkSelectionModel . |
NetworkSelectionEvent.Type |
Event type
|
Together with ilog.cpl.IlpNetwork
, this package constitutes the JTGO Network component.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.