Package | Description |
---|---|
desmoj.core.report |
Reporters for the DESMO-J core
Reportable components able and output generation. |
Modifier and Type | Class and Description |
---|---|
class |
ASCIIDebugOutput
Use this class to create ASCII formatted Simulation Debug Output.
|
class |
ASCIIErrorOutput
Use this class to create ASCII formatted Simulation Error Output.
|
class |
ASCIIReportOutput
Use this class to create ASCII formatted Simulation Report Output.
|
class |
ASCIITraceOutput
Use this class to create ASCII formatted Simulation Trace Output.
|
class |
DebugFileOut
DebugOut is used to create a file to write the DebugNotes to.
|
class |
ErrorFileOut
ErrorFileOut is used to create a file to write the ErrorMessages to.
|
class |
HTMLDebugOutput
Use this class to create HTML formatted Simulation Debug Output.
|
class |
HTMLErrorOutput
Use this class to create HTML formatted Simulation Error Output.
|
class |
HTMLReportOutput
Use this class to create HTML formatted Simulation Report Output.
|
class |
HTMLTraceOutput
Use this class to create HTML formatted Simulation Trace Output.
|
class |
ReportFileOut
ReportFileOut is used to create a file to let the reporters write their
reports to.
|
class |
ReportMultRowsFileOut
ReportMultRowsFileOut is used to create a file to let the reporters write
their reports to.
|
class |
TraceFileOut
TraceFileOut is used to create a file to write the tracemessages to.
|