Package tools.descartes.dlim.exporter
Class DlimUniformRequestStampExporterCSV
java.lang.Object
tools.descartes.dlim.exporter.DlimRequestStampExporter
tools.descartes.dlim.exporter.DlimUniformRequestStampExporterCSV
- All Implemented Interfaces:
IDlimExporter
public class DlimUniformRequestStampExporterCSV
extends DlimRequestStampExporter
implements IDlimExporter
Exports request time-stamps with a uniformly random distance within each
sampled arrival rate interval.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
export
(String projectPath, String modelPath, ModelEvaluator evaluator) Export a DLIM instance.Methods inherited from class tools.descartes.dlim.exporter.DlimRequestStampExporter
perpareTimestampDir
-
Constructor Details
-
DlimUniformRequestStampExporterCSV
public DlimUniformRequestStampExporterCSV()
-
-
Method Details
-
export
Description copied from interface:IDlimExporter
Export a DLIM instance.- Specified by:
export
in interfaceIDlimExporter
- 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.- See Also:
-