Package | Description |
---|---|
fr.ufrt.xmlcorrector | |
fr.ufrt.xmlcorrector.controller | |
fr.ufrt.xmlcorrector.schema |
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() |
abstract Result |
XmlCorrector.getMinimalCorrections()
Calculates every minimal correction in the given threshold.
|
Result |
XmlCorrectorMatrix.getMinimalCorrections() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<java.lang.Integer> |
XmlCorrectorController.createResultFile(Result resultat)
Creates the result file for the given Result
|
void |
XmlCorrectorController.resultVerification(OperationSequence os,
int cost)
Verifies that the tree made from the OperationSequence is correct / has
the correct cost
|
Modifier and Type | Method and Description |
---|---|
boolean |
TreeSchema.isDeepValid(Node node)
Checks if the Node is valid and if its children are also
It checks the current node using isValid |
boolean |
TreeSchema.isValid(Node node)
Returns true if the Node is locally valid: it doesn't check the validity
of the children
If there isn't any expreg for the given Header, the node should be a leaf to be valid |
boolean |
TreeSchema.isValid(Tree tree)
Checks if a Tree is valid by using isDeepValid on the root
|