Package tools.descartes.pmx.builder
Class CSVBuilder
- java.lang.Object
-
- tools.descartes.pmx.builder.CSVBuilder
-
public class CSVBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description CSVBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
createCombinedCSV(HashMap<String,List<Double>> workload)
static void
createInterarrivalCSVs(HashMap<String,List<Double>> workload)
static void
createPetClinicCSVs(HashMap<String,List<Double>> workload)
static void
setOutputDirectory(String outputDirectory)
static void
workloadToCSV(HashMap<String,List<Double>> workload)
-