Package | Description |
---|---|
fr.ufrt.xmlcorrector.matrix |
Modifier and Type | Method and Description |
---|---|
Cell |
Cell.clone() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Cell> |
Cells.getCells()
Returns the ArrayList of cell
|
Matrix<Cell> |
TreeEditionMatrix.getMatrix()
Returns a copy of the matrix
|
Modifier and Type | Method and Description |
---|---|
void |
Cells.setCost(java.util.ArrayList<Cell> cells)
Changes the ArrayList with the ArrayList given
|
Constructor and Description |
---|
Cell(Cell cell)
Constructor that creates a cell by copying the given Cell
|
Cells(Cell c) |
Result(Cell c)
Constructor that creates a Result from a Matrix cell
|