Package tools.descartes.dlim.exporter
Class DlimArrivalRateExporter
java.lang.Object
tools.descartes.dlim.exporter.DlimArrivalRateExporter
- 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 TypeMethodDescriptionvoidexport(String projectPath, String modelPath, ModelEvaluator evaluator) Exports a simple Arrival Rate file with time-stamps for the respective arrival rates.
-
Constructor Details
-
DlimArrivalRateExporter
public DlimArrivalRateExporter()
-
-
Method Details
-
export
Exports a simple Arrival Rate file with time-stamps for the respective arrival rates.- Specified by:
exportin interfaceIDlimExporter- Parameters:
projectPath- the project pathmodelPath- the model pathevaluator- the evaluator
-