Package tools.descartes.dlim.exporter
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 TypeMethodDescriptionvoidexport(String projectPath, String modelPath, ModelEvaluator evaluator) Export a DLIM instance.
-
Method Details
-
export
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.
-