Schnittstelle 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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Exports the given plant model data.Returns a (localized) short textual description of this importer.
-
Methodendetails
-
exportPlantModel
Exports the given plant model data.- Parameter:
model
- The plant model data to be exported.- Löst aus:
IOException
- If there was a problem exporting plant model data.
-
getDescription
Returns a (localized) short textual description of this importer.- Gibt zurück:
- A (localized) short textual description of this importer.
-