Uses of Enum Class
hlcd.enums.Style
Packages that use Style
Package
Description
Contains the enums used in this program.
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.
The tools used when searching for a code are found here.
The tests used to help in implementing and testing
LongArray.-
Uses of Style in hlcd.enums
Methods in hlcd.enums that return Style -
Uses of Style in hlcd.exporter
Methods in hlcd.exporter with parameters of type StyleModifier and TypeMethodDescriptionvoidCodeExporter.export(String matrixLabel, String delimiter, String id, boolean spaceBetweenDelimiter, Style style)Writes the desired files to disk.Constructors in hlcd.exporter with parameters of type StyleModifierConstructorDescriptionLatexMatrixWriter(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. -
Uses of Style in hlcd.linearCode
Methods in hlcd.linearCode with parameters of type StyleModifier and TypeMethodDescriptionvoidCode.printCombinations(String delimiter, Style style)voidCodeOperations.printCombinations(String delimiter, Style style)Prints the elements in the combination array on screen with the style type specified.voidCode.printGeneratorMatrix(boolean addBrackets, Style style, boolean showSize)voidCode.printGeneratorMatrix(String delimiter, boolean addBrackets, Style style, boolean showSize)voidCodeOperations.printGeneratorMatrix(boolean addBrackets, Style style, boolean showSize)Prints the current matrix on console with columns separated by a single space.voidCodeOperations.printGeneratorMatrix(String delimiter, boolean addBrackets, Style style, boolean showSize)Prints the current matrix on console. -
Uses of Style in hlcd.operations
Methods in hlcd.operations with parameters of type StyleModifier and TypeMethodDescriptionvoidPrints the elements in the combination array on screen as binary values or decimal values.voidMatrix.printMatrix(boolean addBrackets, Style style, boolean showSize)voidMatrix.printMatrix(long[] matrixArray, byte n, byte base, String delimiter, boolean addBrackets, Style style, boolean showSize)voidMatrix.printMatrix(String delimiter, boolean addBrackets, Style style, boolean showSize)voidMatrixOperations.printMatrix(boolean addBrackets, Style style, boolean showSize)Prints the current matrix on console with columns separated by a single space.voidMatrixOperations.printMatrix(long[] matrixArray, byte n, byte base, String delimiter, boolean addBrackets, Style style, boolean showSize)Prints the specified matrix array on console.voidMatrixOperations.printMatrix(String delimiter, boolean addBrackets, Style style, boolean showSize)Prints the current matrix on console.voidMatrixPrinter.printMatrix(long[] matrixArray, byte n, byte base, String delimiter, boolean addBrackets, Style style, boolean showSize)Prints the matrix array on console using the other parameters specified.voidMatrixPrinter.printMatrix(String delimiter, boolean addBrackets, Style style, boolean showSize)Prints the matrix on console while having the specified delimiter between the columns.voidRandomMatrixGenerator.printMatrix(boolean addBrackets, Style style, boolean showSize)Prints the matrix on console while using the space character as the delimiter between the columns.voidRandomMatrixGenerator.printMatrix(long[] matrixArray, byte n, byte base, String delimiter, boolean addBrackets, Style style, boolean showSize)Prints the matrix array specified on console using the parameters passed.voidRandomMatrixGenerator.printMatrix(String delimiter, boolean addBrackets, Style style, boolean showSize)Prints the matrix array specified on console using the parameters passed.static StringMatrixPrinter.vectorAsString(long vector, byte n, byte base, String delimiter, Style style)Returns a formatted vector based on the properties specified.Constructors in hlcd.operations with parameters of type StyleModifierConstructorDescriptionMatrixPrinter(long[] matrixArray, byte n, byte k, byte base, Style style)Constructs a simple printer for the matrix specified. -
Uses of Style in hlcd.testing.arrayTester
Methods in hlcd.testing.arrayTester with parameters of type Style