Interface PlantModelExporter
public interface PlantModelExporter
Implementations provide a way to export plant model data, for instance to write it to a file in a
third-party format or to a database.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Exports the given plant model data.Returns a (localized) short textual description of this importer.
-
Method Details
-
exportPlantModel
Exports the given plant model data.- Parameters:
model
- The plant model data to be exported.- Throws:
IOException
- If there was a problem exporting plant model data.
-
getDescription
Returns a (localized) short textual description of this importer.- Returns:
- A (localized) short textual description of this importer.
-