Uses of Class
hlcd.linearCode.Code
Packages that use Code
Package
Description
Takes care of exporting the code found to
.bin, .tex and
.m (Matlab) file.Contains the mathematical definition of a "code" along with a validator to
ensure the code obtained is valid.
Dedicated for the execution of the program by using
SimpleExecutor, ComplexExecutor or
ListExecutor.-
Uses of Code in hlcd.exporter
Methods in hlcd.exporter that return CodeModifier and TypeMethodDescriptionCodeObjectIO.readCodeObject()Reads the.binfile that was previously written.Constructors in hlcd.exporter with parameters of type CodeModifierConstructorDescriptionCodeExporter(String path, CodeExporterParameters cep, Code code, boolean printPathToConsole)Initializes the code exporter by accepting the parameters of the files that need to be exported.CodeObjectIO(Code code, String filepath, String id, boolean printPathToConsole)Initializes the Code object I/O based on the parameters specified. -
Uses of Code in hlcd.linearCode
Constructors in hlcd.linearCode with parameters of type CodeModifierConstructorDescriptionCodeValidator(Code code, CodeValidatorParameters cvp)The only constructor that accepts the code found as well as the validator parameters. -
Uses of Code in hlcd.run