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 Typ
    Methode
    Beschreibung
    void
    Exports the given plant model data.
    Returns a (localized) short textual description of this importer.
  • Methodendetails

    • exportPlantModel

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

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