Uses of Class
hlcd.parameters.CodeParameters
Packages that use CodeParameters
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 CodeParameters in hlcd.exporter
Constructors in hlcd.exporter with parameters of type CodeParametersModifierConstructorDescriptionLatexMatrixWriter(DirectoryCreator dc, CodeParameters cp, Matrix matrix, String matrixLabel, String delimiter, String id, boolean spaceBetweenDelimiter, Style style, boolean printPathToConsole)Initializes the LaTeX matrix writer based on the parameters specified.LatexWeightEnumeratorWriter(DirectoryCreator dc, WeightEnumerator weightEnumerator, CodeParameters cp, String id, boolean printPathToConsole)Initializes the LaTeX weight enumerator writer based on the parameters specified.MatlabCodeWriter(DirectoryCreator dc, CodeParameters cp, Matrix matrix, String id, boolean printPathToConsole)Initializes the Matlab code writer based on the parameters specified. -
Uses of CodeParameters in hlcd.linearCode
Methods in hlcd.linearCode that return CodeParametersModifier and TypeMethodDescriptionCode.getCodeParameters()Returns the code parameters of the code.CodeStatistics.getCodeParameters()Returns the code parameters associated with the code.Constructors in hlcd.linearCode with parameters of type CodeParametersModifierConstructorDescriptionCode(CodeParameters cp, CodeValidatorParameters cvp)The only constructor which accepts the code parameters and the code validator parameters.CodeStatistics(CodeParameters cp, CodeValidatorParameters cvp, long recursiveCallsCount, long startTime, long endTime)Constructs the code statistics based on the parameters specified. -
Uses of CodeParameters in hlcd.run
Methods in hlcd.run that return types with arguments of type CodeParametersModifier and TypeMethodDescriptionParametersLoader.getParameters()Returns the parameters read from the file.Constructors in hlcd.run with parameters of type CodeParametersModifierConstructorDescriptionTestParameter(CodeParameters cp, CodeValidatorParameters cvp, CodeExporterParameters cep, CodeDisplayParameters cdp, boolean beep)Initializes the execution to the specified parameters (the most customized executor).TestParameter(String path, CodeParameters p)Initiates the run of execution of the code based on theCodeParametersspecified.