Package | Description |
---|---|
desmoj.core.report |
Reporters for the DESMO-J core
Reportable components able and output generation. |
desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
desmoj.extensions.xml.report |
XML output infrastructure.
|
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 |
TableOutput
An output for tables containing simulation results.
|
class |
TraceFileOut
TraceFileOut is used to create a file to write the tracemessages to.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTableFormatter.setOutput(FileOutput out)
Sets an output file to write the table to
|
void |
HTMLTableChartFormatter.setOutput(FileOutput out)
Sets an output file to write the table to
|
void |
JavaScriptFormatter.setOutput(FileOutput out)
Sets an output file to write the script to
|
void |
TableFormatter.setOutput(FileOutput out)
Should set an output file to write the table to
|
Modifier and Type | Method and Description |
---|---|
void |
Experiment.deRegister(FileOutput file)
De-registers a file at the experiment.
|
void |
Experiment.registerFileOutput(FileOutput file)
Registers a custom file output at the experiment, e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLOutput
Class to receive information from reporters and create an xml file out of it.
|
class |
XMLReportOutput
Class to receive information from reporters and create an xml file out of it.
|
class |
XMLTraceOutput
Use this class to produce simulation traces in xml-format.
|