Schnittstelle PlantModelImporter
public interface PlantModelImporter
Implementations provide a way to import plant model data that is read from some external source
or generated.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns a (localized) short textual description of this importer.Imports (or generates) plant model data.
-
Methodendetails
-
importPlantModel
Imports (or generates) plant model data.- Gibt zurück:
- The imported plant model data. May be empty if the user aborted the import.
- Löst aus:
IOException
- If there was a problem importing plant model data.
-
getDescription
Returns a (localized) short textual description of this importer.- Gibt zurück:
- A (localized) short textual description of this importer.
-