- Cell - Class in fr.ufrt.xmlcorrector.matrix
-
A Cell corresponding to a case of a Matrix
- Cell(Cell) - Constructor for class fr.ufrt.xmlcorrector.matrix.Cell
-
Constructor that creates a cell by copying the given Cell
- Cell(int) - Constructor for class fr.ufrt.xmlcorrector.matrix.Cell
-
Constructor that creates a cell without any OperationSequence but with a
cost
- Cell(int, ArrayList<OperationSequence>) - Constructor for class fr.ufrt.xmlcorrector.matrix.Cell
-
Constructor that creates a cell with OperationSequences but with a cost
- Cell(int, HashSet<OperationSequence>) - Constructor for class fr.ufrt.xmlcorrector.matrix.Cell
-
Constructor that creates a cell with OperationSequences but with a cost
- Cells - Class in fr.ufrt.xmlcorrector.matrix
-
List of Cells.
- Cells(Cells) - Constructor for class fr.ufrt.xmlcorrector.matrix.Cells
-
Constructor that creates a Cells by copying the given Cells
- Cells(int) - Constructor for class fr.ufrt.xmlcorrector.matrix.Cells
-
Constructor that creates a cells without any OperationSequence but with a
cost
- Cells(int, HashMap<Integer, HashSet<OperationSequence>>) - Constructor for class fr.ufrt.xmlcorrector.matrix.Cells
-
- Cells(Cell) - Constructor for class fr.ufrt.xmlcorrector.matrix.Cells
-
- changeOperationCost(int) - Static method in class fr.ufrt.xmlcorrector.operations.edit.AddNodeOperation
-
- changeOperationCost(int) - Static method in class fr.ufrt.xmlcorrector.operations.edit.RelabelNodeOperation
-
- changeOperationCost(int) - Static method in class fr.ufrt.xmlcorrector.operations.edit.RemoveNodeOperation
-
- clone() - Method in class fr.ufrt.xmlcorrector.matrix.Cell
-
- clone() - Method in class fr.ufrt.xmlcorrector.matrix.Result
-
- clone() - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.AddMinimalTreeOperation
-
- clone() - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.CorrectTreeOperation
-
- clone() - Method in class fr.ufrt.xmlcorrector.operations.edit.AddNodeOperation
-
- clone() - Method in class fr.ufrt.xmlcorrector.operations.edit.RelabelNodeOperation
-
- clone() - Method in class fr.ufrt.xmlcorrector.operations.edit.RemoveNodeOperation
-
- clone() - Method in class fr.ufrt.xmlcorrector.operations.Operation
-
Creates a copy of the Operation
- clone() - Method in class fr.ufrt.xmlcorrector.operations.update.AddTreeOperation
-
- clone() - Method in class fr.ufrt.xmlcorrector.operations.update.RemoveTreeOperation
-
- clone() - Method in class fr.ufrt.xmlcorrector.operations.update.ReplaceTreeOperation
-
- clone() - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
- compare() - Method in class fr.ufrt.xmlcorrector.matrix.TreeEditionMatrix
-
Method that will calculates every cell of the matrix and return the
result. null if there is no correction
- correction(String, String, int, boolean, String, int, int, int) - Method in class fr.ufrt.xmlcorrector.controller.XmlCorrectorController
-
Correct the tree with these parameters
- CorrectTreeOperation - Class in fr.ufrt.xmlcorrector.operations.abstractupdate
-
- CorrectTreeOperation(Address, Character, Result) - Constructor for class fr.ufrt.xmlcorrector.operations.abstractupdate.CorrectTreeOperation
-
Constructor of the operations CorrectTreeOperation when corrections are
minimal
- CorrectTreeOperation(Address, Character, Result, boolean) - Constructor for class fr.ufrt.xmlcorrector.operations.abstractupdate.CorrectTreeOperation
-
Constructor of the operations CorrectTreeOperation when correction aren't
minimal
- cost - Static variable in class fr.ufrt.xmlcorrector.operations.edit.AddNodeOperation
-
- cost - Static variable in class fr.ufrt.xmlcorrector.operations.edit.RelabelNodeOperation
-
- cost - Static variable in class fr.ufrt.xmlcorrector.operations.edit.RemoveNodeOperation
-
- createResultFile(Hashtable<Integer, Integer>) - Method in class fr.ufrt.xmlcorrector.controller.XmlCorrectorController
-
Creates the global file result
- createResultFile(Tree) - Method in class fr.ufrt.xmlcorrector.controller.XmlCorrectorController
-
Creates the file result for a given tree
- createResultFile(Result) - Method in class fr.ufrt.xmlcorrector.controller.XmlCorrectorController
-
Creates the result file for the given Result