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

E

Edge - Class in cz.cuni.mff.corrector.graph
Edge of the repairing multigraph.
Edge(Intent) - Constructor for class cz.cuni.mff.corrector.graph.Edge
Creates a new instance of the correction edge.
Edge(Vertex, Vertex, Intent) - Constructor for class cz.cuni.mff.corrector.graph.Edge
Deprecated.
Only for testing purposes only!
Edit - Class in cz.cuni.mff.corrector.edit
Abstract ancestor for edit operations.
Edit(Position) - Constructor for class cz.cuni.mff.corrector.edit.Edit
Initializes the common items of the edit operation structure.
EditAddLeaf - Class in cz.cuni.mff.corrector.edit
Implementation of the add leaf edit operation.
EditAddLeaf(InstructionAddLeaf, Position) - Constructor for class cz.cuni.mff.corrector.edit.EditAddLeaf
Creates a new add leaf edit operation object.
EditAddNode - Class in cz.cuni.mff.corrector.edit
Implementation of the add node edit operation.
EditAddNode(InstructionAddNode, Position) - Constructor for class cz.cuni.mff.corrector.edit.EditAddNode
Creates a new add node edit operation object.
EditRemoveLeaf - Class in cz.cuni.mff.corrector.edit
Implementation of the remove leaf edit operation.
EditRemoveLeaf(InstructionRemoveLeaf, Position) - Constructor for class cz.cuni.mff.corrector.edit.EditRemoveLeaf
Creates a new remove leaf edit operation object.
EditRemoveNode - Class in cz.cuni.mff.corrector.edit
Implementation of the remove node edit operation.
EditRemoveNode(InstructionRemoveNode, Position) - Constructor for class cz.cuni.mff.corrector.edit.EditRemoveNode
Creates a new remove node edit operation object.
EditRenameLabel - Class in cz.cuni.mff.corrector.edit
Implementation of the rename label edit operation.
EditRenameLabel(InstructionRenameLabel, Position) - Constructor for class cz.cuni.mff.corrector.edit.EditRenameLabel
Creates a new rename label edit operation object.
enabledIntents - Variable in class cz.cuni.mff.corrector.corrector.Corrector
Set of selected intent types allowed in the correction.
endDocument() - Method in class cz.cuni.mff.corrector.tree.XmlParser
 
endElement(String, String, String) - Method in class cz.cuni.mff.corrector.tree.XmlParser
 
endingVertex - Variable in class cz.cuni.mff.corrector.intent.Intent
Pair of the ending stratum number and automaton state.
endPrefixMapping(String) - Method in class cz.cuni.mff.corrector.tree.XmlParser
 
EOL - Static variable in class cz.cuni.mff.corrector.testing.Analysis
End of line characters used in outputs of analyses.
equals(Object) - Method in class cz.cuni.mff.corrector.graph.Edge
 
equals(Object) - Method in class cz.cuni.mff.corrector.graph.Vertex
 
equals(Object) - Method in class cz.cuni.mff.corrector.intent.Intent
Note that this function can only be used when comparing correction intents from within the same correction multigraph!
error(SAXParseException) - Method in class cz.cuni.mff.corrector.tree.XmlParser
 
executeInvokingCorrection() - Method in class cz.cuni.mff.corrector.corrector.Handler
Entry point for the correction in case of the INVOKING approaches.
executeNestingCorrection() - Method in class cz.cuni.mff.corrector.corrector.Handler
Entry point for the correction in case of the NESTING approaches.
executeRequestedHandler(Handler) - Method in class cz.cuni.mff.corrector.execution.Pool
Executes the given prepared correction handler.
executeSchedulingCorrection() - Method in class cz.cuni.mff.corrector.corrector.Handler
Entry point for the correction in case of the SCHEDULING approaches.
exportComputedAnalysis(String, StringBuilder) - Method in class cz.cuni.mff.corrector.testing.Analysis
Exports the provided analysis output into the required text file.
exportIntentFix(String) - Method in class cz.cuni.mff.corrector.repair.Repair
Exports generated intent fix into an external file.
exportToXmlFile(String, String) - Method in class cz.cuni.mff.corrector.tree.Tree
Exports the given data tree into a new XML file.
exportTreeStatistics(String, String, Stats, List<Stats>) - Method in class cz.cuni.mff.corrector.testing.Generator
Exports the given average statistics into the external file.
exportTreeStatistics(StringBuilder, Stats) - Method in class cz.cuni.mff.corrector.testing.Generator
Exports the particular data tree statistics into the output.
Expression - Class in cz.cuni.mff.corrector.expression
Base class for particular regular subexpressions.
Expression() - Constructor for class cz.cuni.mff.corrector.expression.Expression
 
Expression.Provider - Class in cz.cuni.mff.corrector.expression
Internal class used as a generator of numbers for marking expressions.
Expression.Provider() - Constructor for class cz.cuni.mff.corrector.expression.Expression.Provider
Creates a new provider instance.
Expression.Type - Enum in cz.cuni.mff.corrector.expression
Enumeration of regular subexpression types.
ExpressionConcat - Class in cz.cuni.mff.corrector.expression
Regular subexpression for concatenation operation.
ExpressionConcat(Expression, Expression) - Constructor for class cz.cuni.mff.corrector.expression.ExpressionConcat
Creates an instance of the concatenation regular subexpression.
ExpressionEmpty - Class in cz.cuni.mff.corrector.expression
Regular subexpression for empty expression.
ExpressionEmpty() - Constructor for class cz.cuni.mff.corrector.expression.ExpressionEmpty
Creates an instance of the empty regular subexpression.
ExpressionEpsilon - Class in cz.cuni.mff.corrector.expression
Regular subexpression for empty word.
ExpressionEpsilon() - Constructor for class cz.cuni.mff.corrector.expression.ExpressionEpsilon
Creates an instance of the empty regular subexpression.
ExpressionStar - Class in cz.cuni.mff.corrector.expression
Regular subexpression for Kleene star operation.
ExpressionStar(Expression) - Constructor for class cz.cuni.mff.corrector.expression.ExpressionStar
Creates an instance of the Kleene star regular subexpression.
ExpressionSymbol - Class in cz.cuni.mff.corrector.expression
Regular subexpression for standard symbol.
ExpressionSymbol(String) - Constructor for class cz.cuni.mff.corrector.expression.ExpressionSymbol
Creates an instance of the trivial regular subexpression.
ExpressionUnion - Class in cz.cuni.mff.corrector.expression
Regular subexpression for union operation.
ExpressionUnion(Expression, Expression) - Constructor for class cz.cuni.mff.corrector.expression.ExpressionUnion
Creates an instance of the union regular subexpression.
A B C D E F G H I M N O P Q R S T U V W X