CSVReport

abstract class CSVReport(theModel: Model, reportName: String = theModel.name.replace(':', '_') + "_CSVReport", directoryPath: Path = theModel.outputDirectory.outDir) : ModelElementObserver

Parameters

theModel

the model for which to create the report

reportName

the name of the report

directoryPath

the path to the directory that will contain the report

Inheritors

Constructors

Link copied to clipboard
constructor(theModel: Model, reportName: String = theModel.name.replace(':', '_') + "_CSVReport", directoryPath: Path = theModel.outputDirectory.outDir)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override var label: String?
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard

Functions

Link copied to clipboard
fun close()