CSVReport
abstract class CSVReport(theModel: Model, reportName: String = theModel.name.replace(':', '_') + "_CSVReport", directoryPath: Path = theModel.outputDirectory.outDir) : ModelElementObserver
Parameters
the Model
the model for which to create the report
report Name
the name of the report
directory Path
the path to the directory that will contain the report