CSVReport
abstract class CSVReport @JvmOverloads constructor(theModel: Model, reportName: String = theModel.name.replace(':', '_') + "_CSVReport", directoryPath: Path = theModel.outputDirectory.outDir) : ModelElementObserver(source)
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