Package | Description |
---|---|
ilog.cpl.datasource |
Contains data source interfaces and default implementation and some related abstract adapters.
|
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. |
ilog.cpl.storage |
Contains classes related to data storage, including styles, datasources and deployment descriptor.
|
ilog.tgo.datasource |
Provides
IltObject Datasource support. |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultDataSource
Default data sources.
|
Modifier and Type | Method and Description |
---|---|
ilog.cpl.storage.internal.IlpSAXDataHandler |
IlpAbstractDataSource.createDataHandler(IlpMutableDataSource dataSource,
XMLReader parser,
IlpIdentifierFactory identifierFactory,
IlpFilter pfilter,
Object parentIdOfRootObjects,
boolean buffering,
Logger logger)
Creates a new datasource data handler.
|
Constructor and Description |
---|
IlpEquipmentHandlerWithDataSource(IlpEquipment equipment,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
IlpEquipmentHandlerWithDataSource(IlpMutableEquipmentModel model,
IlpEquipmentView view,
IlpEquipmentController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
Modifier and Type | Method and Description |
---|---|
IlpMutableDataSource |
IlpGraphHandlerWithDataSource.getDataSource()
Gets the data source into which this handler will create objects.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphHandlerWithDataSource.setDataSource(IlpMutableDataSource datasource) |
Constructor and Description |
---|
IlpGraphHandlerWithDataSource(IlpMutableGraphModel model,
IlpGraphView view,
IlpGraphController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
IlpGraphHandlerWithDataSource(IlpMutableGraphModel model,
IlpGraphView view,
IlpGraphController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource,
JComponent component)
Creates the handler.
|
Constructor and Description |
---|
IlpNetworkHandlerWithDataSource(IlpMutableNetworkModel model,
IlpNetworkView view,
IlpNetworkController controller,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
IlpNetworkHandlerWithDataSource(IlpNetwork network,
IlpAbstractNodeAdapter adapter,
IlpMutableDataSource datasource)
Creates the handler.
|
Modifier and Type | Method and Description |
---|---|
ilog.cpl.storage.internal.IlpSAXDataHandler |
IlpDataSourceLoader.createDataHandler(IlpMutableDataSource dataSource,
XMLReader parser,
IlpIdentifierFactory identifierFactory,
IlpFilter pfilter,
Object parentIdOfRootObjects,
boolean buffering,
Logger logger)
Creates a new datasource data handler.
|
Constructor and Description |
---|
IlpDataSourceLoader(InputSource inputSource,
IlpMutableDataSource dataSource)
Creates a data source loader to load data from an XML document.
|
IlpDataSourceLoader(InputSource inputSource,
IlpMutableDataSource dataSource,
boolean validate)
Creates a data source loader to load data from an XML document.
|
IlpDataSourceLoader(String uri,
IlpMutableDataSource dataSource)
Creates a data source loader to load data from an XML document.
|
IlpDataSourceLoader(String uri,
IlpMutableDataSource dataSource,
boolean validate)
Creates a data source loader to load data from an XML document.
|
Modifier and Type | Class and Description |
---|---|
class |
IltDefaultDataSource
Data source dedicated to support
IltObject class
and its subclasses. |
Modifier and Type | Method and Description |
---|---|
ilog.cpl.storage.internal.IlpSAXDataHandler |
IltDefaultDataSource.createDataHandler(IlpMutableDataSource dataSource,
XMLReader parser,
IlpIdentifierFactory identifierFactory,
IlpFilter pfilter,
Object parentIdOfRootObjects,
boolean buffering,
Logger logger) |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.