Package tools.descartes.dlim.exporter
Class DlimArrivalRateExporterCSV
java.lang.Object
tools.descartes.dlim.exporter.DlimArrivalRateExporterCSV
- All Implemented Interfaces:
IDlimExporter
Exports a simple Arrival Rate file with time-stamps for the respective
arrival rates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
export
(String projectPath, String modelPath, ModelEvaluator evaluator) Exports a simple Arrival Rate file with time-stamps for the respective arrival rates.
-
Constructor Details
-
DlimArrivalRateExporterCSV
public DlimArrivalRateExporterCSV()
-
-
Method Details
-
export
Exports a simple Arrival Rate file with time-stamps for the respective arrival rates.- Specified by:
export
in interfaceIDlimExporter
- Parameters:
projectPath
- the project pathmodelPath
- the model pathevaluator
- the evaluator
-