Package | Description |
---|---|
fr.ufrt.xmlcorrector | |
fr.ufrt.xmlcorrector.controller | |
fr.ufrt.xmlcorrector.matrix | |
fr.ufrt.xmlcorrector.operations.abstractupdate | |
fr.ufrt.xmlcorrector.operations.update |
Modifier and Type | Method and Description |
---|---|
abstract Result |
XmlCorrector.getMinimalCorrections()
Calculates every minimal correction in the given threshold.
|
Result |
XmlCorrectorMatrix.getMinimalCorrections() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<Result> |
XmlCorrector.getCorrections()
Calculates every correction in the given threshold.
|
java.util.Collection<Result> |
XmlCorrectorMatrix.getCorrections() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<java.lang.Integer> |
XmlCorrectorController.createResultFile(Result resultat)
Creates the result file for the given Result
|
Modifier and Type | Method and Description |
---|---|
Result |
Result.clone() |
Result |
TreeEditionMatrix.compare()
Method that will calculates every cell of the matrix and return the
result. null if there is no correction
|
Constructor and Description |
---|
Result(Result result)
Constructor that creates a result by copying the given Result
|
Constructor and Description |
---|
CorrectTreeOperation(Address address,
java.lang.Character header,
Result result)
Constructor of the operations CorrectTreeOperation when corrections are
minimal
|
CorrectTreeOperation(Address address,
java.lang.Character header,
Result result,
boolean minimal)
Constructor of the operations CorrectTreeOperation when correction aren't
minimal
|
Constructor and Description |
---|
ReplaceTreeOperation(Address address,
Tree tree,
Result result)
Constructor of the operations ReplaceTreeOperation
|