Uses of Class
hlcd.parameters.CodeValidatorParameters
Packages that use CodeValidatorParameters
Package
Description
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 CodeValidatorParameters in hlcd.linearCode
Methods in hlcd.linearCode that return CodeValidatorParametersModifier and TypeMethodDescriptionCode.getCodeValidatorParameters()CodeOperations.getCodeValidatorParameters()Returns the code validator parameters of the code.CodeStatistics.getCodeValidatorParameters()Returns the code validator parameters associated with the code.Constructors in hlcd.linearCode with parameters of type CodeValidatorParametersModifierConstructorDescriptionCode(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.CodeValidator(Code code, CodeValidatorParameters cvp)The only constructor that accepts the code found as well as the validator parameters. -
Uses of CodeValidatorParameters in hlcd.run
Constructors in hlcd.run with parameters of type CodeValidatorParametersModifierConstructorDescriptionTestParameter(CodeParameters cp, CodeValidatorParameters cvp, CodeExporterParameters cep, CodeDisplayParameters cdp, boolean beep)Initializes the execution to the specified parameters (the most customized executor).