| Interface | Description |
|---|---|
| LogicalModelFormat |
Description of an available file format.
|
| ModelExporter |
Model exporters are tasks dedicated to exporting a model in a specific format.
|
| ModelLoader |
Model loaders are tasks dedicated to loading a model from a specific format.
|
| StreamProvider |
Provide Input or Output stream objects for the loading and saving operations filters.
|
| Class | Description |
|---|---|
| AbstractFormat |
Simple helper to fill in the boring parts of format declaration classes.
|
| BaseExporter |
Base class for model exporters.
|
| BaseLoader |
Base class for model loader.
|
| StreamProviderFileImpl |
Provide input streams from the file system.
|
LogicalModelFormat,
which declares a supported format and its capabilities (import, export).Copyright © 2012–2020. All rights reserved.