- abstractionStrictToAbstractOperationSequences() - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.AbstractUpdateOperation
-
Generates a list of OperationSequence that can't contain any Operation
that is Abstract Strict
- abstractionStrictToAbstractOperationSequences() - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.AddMinimalTreeOperation
-
- abstractionStrictToAbstractOperationSequences() - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.CorrectTreeOperation
-
- abstractionStrictToAbstractOperationSequences() - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
-
Generates OperationSequence from the current one but without any
abstractionStrictOperation Will modify the given Tree !
- abstractionToOperationSequences(Tree) - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.AddMinimalTreeOperation
-
- abstractionToOperationSequences(Tree) - Method in class fr.ufrt.xmlcorrector.operations.abstractupdate.CorrectTreeOperation
-
- abstractionToOperationSequences(Tree) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
-
Generates OperationSequence from the current one but without any
abstraction.
- abstractionToOperationSequences(Tree) - Method in class fr.ufrt.xmlcorrector.operations.update.AddTreeOperation
-
- abstractionToOperationSequences(Tree) - Method in class fr.ufrt.xmlcorrector.operations.update.RemoveTreeOperation
-
- abstractionToOperationSequences(Tree) - Method in class fr.ufrt.xmlcorrector.operations.update.ReplaceTreeOperation
-
- abstractionToOperationSequences(Tree) - Method in class fr.ufrt.xmlcorrector.operations.update.UpdateOperation
-
Generates a list of OperationSequence that can't contain any Operation
that is Abstract
- abstractOperationException - Exception in fr.ufrt.xmlcorrector.exceptions
-
Abstract Operation exception.
- abstractOperationException() - Constructor for exception fr.ufrt.xmlcorrector.exceptions.abstractOperationException
-
- AbstractUpdateOperation - Class in fr.ufrt.xmlcorrector.operations.abstractupdate
-
Abstract Operation.
- AbstractUpdateOperation() - Constructor for class fr.ufrt.xmlcorrector.operations.abstractupdate.AbstractUpdateOperation
-
- actionPerformed(ActionEvent) - Method in class fr.ufrt.xmlcorrector.vue.Fenetre
-
Traite un événement (clic sur le bouton "Choose a file...")
- addAddressPrefix(Address) - Method in class fr.ufrt.xmlcorrector.matrix.Cell
-
Changes the Address of every OperationSequence by adding the given
Address at the begin of their Addresses
- addAddressPrefix(Address) - Method in class fr.ufrt.xmlcorrector.matrix.Result
-
Changes the Address of every OperationSequence by adding the given
Address at the begin of their Addresses
- addAddressPrefix(Address) - Method in class fr.ufrt.xmlcorrector.operations.Operation
-
Puts the prefix given at the begin of the Address of the Operation
- addAddressPrefix(Address) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
-
Changes the Address of every Operations of the Sequence by adding the
given Address at the begin of their Addresses
- addChild(int, Node) - Method in class fr.ufrt.xmlcorrector.tree.Node
-
Add a child to the Node at the position i
- addElem(String) - Method in class fr.ufrt.xmlcorrector.vocabtranslator.VocabTranslator
-
Adds a new XML element to the translator
- AddMinimalTreeOperation - Class in fr.ufrt.xmlcorrector.operations.abstractupdate
-
- AddMinimalTreeOperation(Address, Character, TreeSchema) - Constructor for class fr.ufrt.xmlcorrector.operations.abstractupdate.AddMinimalTreeOperation
-
Constructor of the operations ReplaceTreeOperation
- addNode(Address, Character) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Creates a Node using the string parameter as Header
Add the new Node at the Address given
If the Address is already used, it push every other Node to the right
- addNode(String, Character) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Creates an Adresse using the parameter adress and then uses addNode
- addNodeException - Exception in fr.ufrt.xmlcorrector.exceptions
-
Add Node Exception.
- addNodeException() - Constructor for exception fr.ufrt.xmlcorrector.exceptions.addNodeException
-
- AddNodeOperation - Class in fr.ufrt.xmlcorrector.operations.edit
-
Add Node Operation.
- AddNodeOperation(Address, Character) - Constructor for class fr.ufrt.xmlcorrector.operations.edit.AddNodeOperation
-
Constructor of the operation AddNodeOperation
- addObserver(Observer) - Method in class fr.ufrt.xmlcorrector.controller.XmlCorrectorController
-
- addObserver(Observer) - Method in interface fr.ufrt.xmlcorrector.observer.Observable
-
- addOperation(Operation) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
-
Adds an Operation at the end of the sequence
- addOperation(Operation, int) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
-
Adds an Operation at the given position in the sequence
- addOperationSequence(OperationSequence) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
-
Adds every a copy Operation of the OperatiosSequence at the end of the
current sequence
- addOperationSequence(OperationSequence, int) - Method in class fr.ufrt.xmlcorrector.operations.OperationSequence
-
Adds a copy of every Operation of the OperatiosSequence at the end of the
current sequence
- addPrefix(Address) - Method in class fr.ufrt.xmlcorrector.tree.Address
-
Changes the start of the address by using the given Address and adding it
to the current one.
- Address - Class in fr.ufrt.xmlcorrector.tree
-
Class Node Address.
- Address(String) - Constructor for class fr.ufrt.xmlcorrector.tree.Address
-
Creates an instance of Address using the String given
WARNING: if the adress isn't well formed, it will take the "0" address.
- Address(Address) - Constructor for class fr.ufrt.xmlcorrector.tree.Address
-
Creates an instance of Address by copying the given address
- addSchema(Character, String) - Method in class fr.ufrt.xmlcorrector.schema.TreeSchema
-
Adds an expreg for the character given.
- addSchemaException - Exception in fr.ufrt.xmlcorrector.exceptions
-
Add Schema Exception.
- addSchemaException() - Constructor for exception fr.ufrt.xmlcorrector.exceptions.addSchemaException
-
- addSequence(OperationSequence) - Method in class fr.ufrt.xmlcorrector.matrix.Cell
-
Adds an OperationSequence
- addSequence(OperationSequence) - Method in class fr.ufrt.xmlcorrector.matrix.Result
-
Adds an OperationSequence
- addSequences(Collection<OperationSequence>) - Method in class fr.ufrt.xmlcorrector.matrix.Cell
-
Adds a collection of OperationSequence to the result
- addSequences(Collection<OperationSequence>) - Method in class fr.ufrt.xmlcorrector.matrix.Result
-
Adds a collection of OperationSequence to the result
- addString(String) - Method in class fr.ufrt.xmlcorrector.vocabtranslator.BiHashtable
-
- addToSequences(OperationSequence) - Method in class fr.ufrt.xmlcorrector.matrix.Cell
-
Adds the OperationSequence given at the end of every OperationSequence of
the Result.
- addToSequences(Operation) - Method in class fr.ufrt.xmlcorrector.matrix.Cell
-
Adds the Operation given at the end of every OperationSequence of the
Result.
- addToSequences(OperationSequence) - Method in class fr.ufrt.xmlcorrector.matrix.Result
-
Adds the OperationSequence given at the end of every OperationSequence of
the Result.
- addTree(Address, Tree) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Adds the Tree at the Address given
- addTree(String, Tree) - Method in class fr.ufrt.xmlcorrector.tree.Tree
-
Creates an Address with the String given and adds the Tree at this
Address
- AddTreeOperation - Class in fr.ufrt.xmlcorrector.operations.update
-
Add Tree Operation.
- AddTreeOperation(Address, Tree) - Constructor for class fr.ufrt.xmlcorrector.operations.update.AddTreeOperation
-
Constructor of the operations ReplaceTreeOperation
- addTreeResult(Tree, OperationSequence, int) - Method in class fr.ufrt.xmlcorrector.controller.XmlCorrectorController
-
Add the tree and the operationSequence that has given it to a Collection
- anyNotTreatedInDTDException - Exception in fr.ufrt.xmlcorrector.exceptions
-
DTD Exception.
- anyNotTreatedInDTDException() - Constructor for exception fr.ufrt.xmlcorrector.exceptions.anyNotTreatedInDTDException
-
- associate(String, Character) - Method in class fr.ufrt.xmlcorrector.vocabtranslator.BiHashtable
-