Interface IDlimExporter

All Known Implementing Classes:
DlimArrivalRateExporter, DlimArrivalRateExporterCSV, DlimEqualDistanceRequestStampExporter, DlimEqualDistanceRequestStampExporterCSV, DlimNoBinningRequestStampExporterCSV, DlimUniformRequestStampExporter, DlimUniformRequestStampExporterCSV

public interface IDlimExporter
This Interface must be implemented for the implementation of the Extractor extension point.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    export(String projectPath, String modelPath, ModelEvaluator evaluator)
    Export a DLIM instance.
  • Method Details

    • export

      void export(String projectPath, String modelPath, ModelEvaluator evaluator)
      Export a DLIM instance.
      Parameters:
      projectPath - The Eclipse-project within which the DLIM file is located.
      modelPath - The absolute path of the model file.
      evaluator - The DLIM model evaluator instance.