A B C D E F G H I M N O P R S T U V X 

G

generatedSchemaException - Exception in fr.ufrt.xmlcorrector.exceptions
Generated Schema exception.
generatedSchemaException() - Constructor for exception fr.ufrt.xmlcorrector.exceptions.generatedSchemaException
 
generateMinimalTrees(int, boolean) - Method in class fr.ufrt.xmlcorrector.schema.TreeSchema
Generates minimal trees
generationSchemaException - Exception in fr.ufrt.xmlcorrector.exceptions
Generation Schema Exception.
generationSchemaException() - Constructor for exception fr.ufrt.xmlcorrector.exceptions.generationSchemaException
 
getAddress() - Method in class fr.ufrt.xmlcorrector.operations.Operation
Returns a copy of the Address where the Operation should be made
getAddress() - Method in class fr.ufrt.xmlcorrector.tree.Address
Returns the address as a string
getAddressOffset(Address) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
Calculates the offset generated by the making of the operation already done when the next one to be added will be make.
getAutomaton(char) - Method in class fr.ufrt.xmlcorrector.schema.TreeSchema
Return the automaton corresponding to the tag c
getCells() - Method in class fr.ufrt.xmlcorrector.matrix.Cells
Returns the ArrayList of cell
getChar(String) - Method in class fr.ufrt.xmlcorrector.vocabtranslator.BiHashtable
Get the character associated to the string
getChar(String) - Method in class fr.ufrt.xmlcorrector.vocabtranslator.VocabTranslator
Get the character associated to the XML element
getChild(int) - Method in class fr.ufrt.xmlcorrector.tree.Node
Returns direct access to the Child at position i
getChildAddress(int) - Method in class fr.ufrt.xmlcorrector.tree.Address
Returns the Address of the Child at the given position
getChildrenAsString() - Method in class fr.ufrt.xmlcorrector.tree.Node
Returns the String that caracterize the direct children
For exemple, gives "bc"
getChildrenNumber() - Method in class fr.ufrt.xmlcorrector.tree.Node
Gives the number of children that possess the Node
getCorrections() - Method in class fr.ufrt.xmlcorrector.XmlCorrector
Calculates every correction in the given threshold.
getCorrections() - Method in class fr.ufrt.xmlcorrector.XmlCorrectorMatrix
 
getCost() - Method in class fr.ufrt.xmlcorrector.matrix.Cell
Returns the cost to make the operation sequences
getCost() - Method in class fr.ufrt.xmlcorrector.matrix.Result
Returns the cost to make the operation sequences
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.AddMinimalTreeOperation
 
getCost() - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.AddMinimalTreeOperation
 
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.CorrectTreeOperation
 
getCost() - Method in class fr.ufrt.xmlcorrector.operations.edit.AddNodeOperation
Calculates the cost of the Operation
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.edit.AddNodeOperation
 
getCost() - Method in class fr.ufrt.xmlcorrector.operations.edit.EditOperation
Returns the cost of the Operation, EditOperation's cost doesn't depend on the Tree
getCost() - Method in class fr.ufrt.xmlcorrector.operations.edit.RelabelNodeOperation
Calculates the cost of the Operation
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.edit.RelabelNodeOperation
 
getCost() - Method in class fr.ufrt.xmlcorrector.operations.edit.RemoveNodeOperation
Calculates the cost of the Operation
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.edit.RemoveNodeOperation
 
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.Operation
Calculates the cost of the Operation on the given Tree
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
Calculates the global cost of the sequence for doing every Operations on the Tree given
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.update.AddTreeOperation
 
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.update.RemoveTreeOperation
 
getCost(Tree) - Method in class fr.ufrt.xmlcorrector.operations.update.ReplaceTreeOperation
 
getCreationCost() - Method in class fr.ufrt.xmlcorrector.tree.Tree
Returns the cost of the creation of the tree using the cost AddNodeOperation.cost for every leaf
getCreationOperationsSequence() - Method in class fr.ufrt.xmlcorrector.tree.Tree
Returns an OperationSequence that can be used to create the current tree from an empty tree
getElem(char) - Method in class fr.ufrt.xmlcorrector.vocabtranslator.VocabTranslator
Returns the XML element associated to the character
getFatherAddress() - Method in class fr.ufrt.xmlcorrector.tree.Address
Returns the address of the father if it exists
getFirst() - Method in class fr.ufrt.xmlcorrector.couple.MPair
 
getHeader() - Method in class fr.ufrt.xmlcorrector.tree.Node
Returns the Header of the Node
getHeight() - Method in class fr.ufrt.xmlcorrector.matrix.Matrix
Gets the height of the Matrix
getHeight() - Method in class fr.ufrt.xmlcorrector.matrix.RightExtendedMatrix
 
getHeight() - Method in class fr.ufrt.xmlcorrector.matrix.SimpleMatrix
 
getMatrix() - Method in class fr.ufrt.xmlcorrector.matrix.TreeEditionMatrix
Returns a copy of the matrix
getMinimalCorrections() - Method in class fr.ufrt.xmlcorrector.XmlCorrector
Calculates every minimal correction in the given threshold.
getMinimalCorrections() - Method in class fr.ufrt.xmlcorrector.XmlCorrectorMatrix
 
getMinimalCost() - Method in class fr.ufrt.xmlcorrector.matrix.Cells
Returns the minimal cost of the ArrayList
getMinimalTreeCost(Character) - Method in class fr.ufrt.xmlcorrector.schema.TreeSchema
Returns the cost of creation of the minimal tree for the given Header
getMinimalTrees(Character) - Method in class fr.ufrt.xmlcorrector.schema.TreeSchema
Returns an ArrayList containing every MinimalTree for the given Header
getNode(Address) - Method in class fr.ufrt.xmlcorrector.tree.Tree
Returns a copy of the Node at the given address
getNodeAsTree(Address) - Method in class fr.ufrt.xmlcorrector.tree.Tree
Returns Tree create from the Node at the address given
getOperation(int) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
Returns the Operation that is at the position given
getOperationNumber() - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
Returns the number of operation contained by the sequence
getOperationString() - Method in class fr.ufrt.xmlcorrector.operations.Operation
Gives the label of the Operation
getOperationType() - Method in class fr.ufrt.xmlcorrector.operations.Operation
Gives the label of the Operation
getPosition() - Method in class fr.ufrt.xmlcorrector.tree.Address
Returns the local position of the Node at the Address
Ex: 0.5.4 gives 4
getPositions() - Method in class fr.ufrt.xmlcorrector.tree.Address
Returns a table of String
for each one, it is the local position
example: 0.0.1 gives "0", "0", "1"
getPossibleCostMinimalTree(char) - Method in class fr.ufrt.xmlcorrector.schema.TreeSchema
Compute the cost of the minimal tree having the tag c as root.
getRemovalCost() - Method in class fr.ufrt.xmlcorrector.tree.Tree
Returns the cost of the removal of the tree using the cost RemoveNodeOperation.cost for every leaf
getRemoveOperationsSequence() - Method in class fr.ufrt.xmlcorrector.tree.Tree
Returns an OperationSequence that can be used to remove completely the current tree
getRoot() - Method in class fr.ufrt.xmlcorrector.schema.TreeSchema
 
getRoot() - Method in class fr.ufrt.xmlcorrector.tree.Tree
Returns a copy of the root
getSecond() - Method in class fr.ufrt.xmlcorrector.couple.MPair
 
getSequence(int) - Method in class fr.ufrt.xmlcorrector.matrix.Cell
Returns the OperationSequence at position / null if there isn't any
getSequence(int) - Method in class fr.ufrt.xmlcorrector.matrix.Result
Returns the OperationSequence at position / null if there isn't any
getSequences() - Method in class fr.ufrt.xmlcorrector.matrix.Cell
Returns the Collection of OperationSequence
getSequences() - Method in class fr.ufrt.xmlcorrector.matrix.Result
Returns the Collection of OperationSequence
getString(Character) - Method in class fr.ufrt.xmlcorrector.vocabtranslator.BiHashtable
Returns the string associated to the character
getTreeId(Tree) - Method in class fr.ufrt.xmlcorrector.controller.XmlCorrectorController
Returns an unique id for a Tree.
getValue(int, int) - Method in class fr.ufrt.xmlcorrector.matrix.Matrix
Returns the value contained by the cell of the Matrix at (x, y)
getValue(int, int) - Method in class fr.ufrt.xmlcorrector.matrix.RightExtendedMatrix
 
getValue(int, int) - Method in class fr.ufrt.xmlcorrector.matrix.SimpleMatrix
 
getWidth() - Method in class fr.ufrt.xmlcorrector.matrix.Matrix
Gets the width of the Matrix
getWidth() - Method in class fr.ufrt.xmlcorrector.matrix.RightExtendedMatrix
 
getWidth() - Method in class fr.ufrt.xmlcorrector.matrix.SimpleMatrix
 
A B C D E F G H I M N O P R S T U V X