Uses of Class
hlcd.operations.DirectoryCreator
Packages that use DirectoryCreator
Package
Description
Takes care of exporting the code found to
.bin, .tex and
.m (Matlab) file.A tester package where the program is executed and the output is exported
as a
.m file to compare the results with Matlab.-
Uses of DirectoryCreator in hlcd.exporter
Constructors in hlcd.exporter with parameters of type DirectoryCreatorModifierConstructorDescriptionLatexMatrixWriter(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 DirectoryCreator in hlcd.testing.matlabChecker
Constructors in hlcd.testing.matlabChecker with parameters of type DirectoryCreatorModifierConstructorDescriptionEnsures to create a new directory based on the options given in theTesterParametersspecified.