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 Details

    • exportPlantModel

      void exportPlantModel(@Nonnull PlantModelCreationTO model) throws IOException
      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

      @Nonnull String getDescription()
      Returns a (localized) short textual description of this importer.
      Returns:
      A (localized) short textual description of this importer.