- relabelNode(Address, Character) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Changes the Label (Header) of the Node at the given Address with the
given Header
- relabelNode(String, Character) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Creates an Address using the String address given and Changes the Label
(Header) of the Node at the Address with the given Header
- RelabelNodeOperation - Class in fr.ufrt.xmlcorrector.operations.edit
-
Relabel Node Operation.
- RelabelNodeOperation(Address, Character) - Constructor for class fr.ufrt.xmlcorrector.operations.edit.RelabelNodeOperation
-
Constructor of the operation RelabelNodeOperation
- removeChild(int) - Method in class fr.ufrt.xmlcorrector.tree.Node
-
Deletes the Node at position i
- removeNode(Address) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Removes the Node at the Address given if it is a Leaf
- removeNode(String) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Creates an Address with the String given and Removes the Node at the
Address if it is a Leaf
- removeNodeException - Exception in fr.ufrt.xmlcorrector.exceptions
-
Remove Node Exception.
- removeNodeException() - Constructor for exception fr.ufrt.xmlcorrector.exceptions.removeNodeException
-
- RemoveNodeOperation - Class in fr.ufrt.xmlcorrector.operations.edit
-
Remove Node Operation.
- RemoveNodeOperation(Address) - Constructor for class fr.ufrt.xmlcorrector.operations.edit.RemoveNodeOperation
-
Constructor of the operation RemoveNodeOperation
- removeObserver() - Method in class fr.ufrt.xmlcorrector.controller.XmlCorrectorController
-
- removeObserver() - Method in interface fr.ufrt.xmlcorrector.observer.Observable
-
- removeOperation(int) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
-
Removes the Operation that is at the given position
- removeTree(Address) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Removes the Node at the Address given even if it isn't a Leaf
- removeTree(String) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Creates an Address with the String given and removes the Node at this
Address even if it isn't a Leaf
- RemoveTreeOperation - Class in fr.ufrt.xmlcorrector.operations.update
-
Remove tree Operation.
- RemoveTreeOperation(Address) - Constructor for class fr.ufrt.xmlcorrector.operations.update.RemoveTreeOperation
-
Constructor of the operation RemoveTreeOperation
- replaceTree(Address, Tree) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Replace the Node and its children at the given Address with the tree
given
- replaceTree(String, Tree) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Creates an Address with the String given and replace the Node and its
children at this Address with the tree given
- ReplaceTreeOperation - Class in fr.ufrt.xmlcorrector.operations.update
-
Replace Tree Operation.
- ReplaceTreeOperation(Address, Tree, Result) - Constructor for class fr.ufrt.xmlcorrector.operations.update.ReplaceTreeOperation
-
Constructor of the operations ReplaceTreeOperation
- Result - Class in fr.ufrt.xmlcorrector.matrix
-
The Result which is a set of Operation Sequences.
- Result(Result) - Constructor for class fr.ufrt.xmlcorrector.matrix.Result
-
Constructor that creates a result by copying the given Result
- Result(Cell) - Constructor for class fr.ufrt.xmlcorrector.matrix.Result
-
Constructor that creates a Result from a Matrix cell
- Result(int) - Constructor for class fr.ufrt.xmlcorrector.matrix.Result
-
Constructor that creates a result without any OperationSequence but with
a cost
- Result(int, Collection<OperationSequence>) - Constructor for class fr.ufrt.xmlcorrector.matrix.Result
-
Constructor that creates a result with OperationSequences but with a cost
- Result(int, HashSet<OperationSequence>) - Constructor for class fr.ufrt.xmlcorrector.matrix.Result
-
Constructor that creates a result with OperationSequences but with a cost
- resultVerification(OperationSequence, int) - Method in class fr.ufrt.xmlcorrector.controller.XmlCorrectorController
-
Verifies that the tree made from the OperationSequence is correct / has
the correct cost
- RightExtendedMatrix<T> - Class in fr.ufrt.xmlcorrector.matrix
-
This class Extented a Matrix with a new column.
- RightExtendedMatrix(Matrix<T>) - Constructor for class fr.ufrt.xmlcorrector.matrix.RightExtendedMatrix
-
Constructor for the RightExtendedMatrix, will use a matrix a source and
use it for every value that is in.
- RunVocabTranslator - Class in fr.ufrt.xmlcorrector.vocabtranslator
-
Test Class.
- RunVocabTranslator() - Constructor for class fr.ufrt.xmlcorrector.vocabtranslator.RunVocabTranslator
-