Uses of Class
hlcd.parameters.CodeExporterParameters
Packages that use CodeExporterParameters
Package
Description
Takes care of exporting the code found to
.bin, .tex and
.m (Matlab) file.Dedicated for the execution of the program by using
SimpleExecutor, ComplexExecutor or
ListExecutor.-
Uses of CodeExporterParameters in hlcd.exporter
Constructors in hlcd.exporter with parameters of type CodeExporterParametersModifierConstructorDescriptionCodeExporter(String path, CodeExporterParameters cep, Code code, boolean printPathToConsole)Initializes the code exporter by accepting the parameters of the files that need to be exported. -
Uses of CodeExporterParameters in hlcd.run
Constructors in hlcd.run with parameters of type CodeExporterParametersModifierConstructorDescriptionTestParameter(CodeParameters cp, CodeValidatorParameters cvp, CodeExporterParameters cep, CodeDisplayParameters cdp, boolean beep)Initializes the execution to the specified parameters (the most customized executor).