- setAddress(Address) - Method in class fr.ufrt.xmlcorrector.operations.Operation
-
Changes the Address of the Operation with the one given
- setCost(int) - Method in class fr.ufrt.xmlcorrector.matrix.Cell
-
Changes the current cost with the cost given
- setCost(int) - Method in class fr.ufrt.xmlcorrector.matrix.Cells
-
Changes the current minimal cost with the cost given
- setCost(ArrayList<Cell>) - Method in class fr.ufrt.xmlcorrector.matrix.Cells
-
Changes the ArrayList with the ArrayList given
- setCost(int) - Method in class fr.ufrt.xmlcorrector.matrix.Result
-
Changes the current cost with the cost given
- setFirst(K) - Method in class fr.ufrt.xmlcorrector.couple.MPair
-
Set the first element of the pair
- setHeader(Character) - Method in class fr.ufrt.xmlcorrector.tree.Node
-
Changes the Header of the Node with the given Character that will be
converted to a String
- setSecond(V) - Method in class fr.ufrt.xmlcorrector.couple.MPair
-
Set the second element of the pair
- setValue(int, int, T) - Method in class fr.ufrt.xmlcorrector.matrix.Matrix
-
Changes the value contained by the cell of the Matrix at (x, y), returns
null if the position doesn't exists
- setValue(int, int, T) - Method in class fr.ufrt.xmlcorrector.matrix.RightExtendedMatrix
-
- setValue(int, int, T) - Method in class fr.ufrt.xmlcorrector.matrix.SimpleMatrix
-
- SimpleMatrix<T> - Class in fr.ufrt.xmlcorrector.matrix
-
- SimpleMatrix(int, int) - Constructor for class fr.ufrt.xmlcorrector.matrix.SimpleMatrix
-
Constructor that creates a Matrix with the given height and width
- SimpleMatrix(int, int, T) - Constructor for class fr.ufrt.xmlcorrector.matrix.SimpleMatrix
-
Constructor that creates a Matrix with the given height and width.
- SimpleMatrix(Matrix<T>) - Constructor for class fr.ufrt.xmlcorrector.matrix.SimpleMatrix
-
Constructor that copies the given matrix
- SimpleMatrix(int, int, Matrix<T>) - Constructor for class fr.ufrt.xmlcorrector.matrix.SimpleMatrix
-
Creates a matrix with the given length and height and copies the values
of matrix that can fit in