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

G

gatherInvolvedRepairs(Map<String, Repair>) - Method in class cz.cuni.mff.corrector.repair.Repair
Collects all nested intent repairs that are involved in shortest paths.
gatherInvolvedRepairs(Map<String, Repair>, List<List<Edge>>) - Method in class cz.cuni.mff.corrector.repair.Repair
Collects all nested intent repairs that are involved in shortest paths.
generalMinimum - Variable in class cz.cuni.mff.corrector.execution.Record
The minimal cost over all ingoing edges or null.
generateDataTrees() - Method in class cz.cuni.mff.corrector.testing.AnalysisCalls
Prepares all the required testing data trees.
generateDataTrees() - Method in class cz.cuni.mff.corrector.testing.AnalysisGraphs
Prepares all the required testing data trees.
generateDataTrees() - Method in class cz.cuni.mff.corrector.testing.AnalysisScaling
Prepares all the required testing data trees.
generateDataTrees() - Method in class cz.cuni.mff.corrector.testing.AnalysisTasks
Prepares all the required testing data trees.
generateDataTrees() - Method in class cz.cuni.mff.corrector.testing.AnalysisTimes
Prepares all the required testing data trees.
generateDataTrees(String, int, int, int) - Method in class cz.cuni.mff.corrector.testing.Generator
Generates the requested number of data trees.
generateEditOperation() - Method in class cz.cuni.mff.corrector.instruction.Instruction
Translates the given repairng instruction into the edit operation.
generateEditOperation() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddLeaf
 
generateEditOperation() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddNode
 
generateEditOperation() - Method in class cz.cuni.mff.corrector.instruction.InstructionRemoveLeaf
 
generateEditOperation() - Method in class cz.cuni.mff.corrector.instruction.InstructionRemoveNode
 
generateEditOperation() - Method in class cz.cuni.mff.corrector.instruction.InstructionRenameLabel
 
generateIndent(StringBuilder, int) - Static method in class cz.cuni.mff.corrector.tree.Node
Generates indentation string used for indented serialization.
generateIntentFix(List<Mend>) - Static method in class cz.cuni.mff.corrector.intent.IntentCorrect
Generates all mends for the particular intent repair of correct type.
generateIntentFix(List<Edit>, List<Mend>) - Static method in class cz.cuni.mff.corrector.intent.IntentDelete
Generates all mends for the particular intent repair of delete type.
generateIntentFix(List<Edit>, List<Mend>) - Static method in class cz.cuni.mff.corrector.intent.IntentInsert
Generates all mends for the particular intent repair of insert type.
generateIntentFix(List<Edit>, List<Mend>) - Static method in class cz.cuni.mff.corrector.intent.IntentRename
Generates all mends for the particular intent repair of rename type.
generateIntentFix(List<Mend>) - Static method in class cz.cuni.mff.corrector.intent.IntentRepair
Generates all mends for the particular intent repair of repair type.
generateNestedIntents(Intent, int, String, Grammar, EnumSet<Intent.Type>) - Static method in class cz.cuni.mff.corrector.intent.Intent
Generates the set of all permitted nested correction intents.
generateNestedIntents(List<Intent>, Intent, int, String, Grammar) - Static method in class cz.cuni.mff.corrector.intent.IntentDelete
Generates the set of all permitted nested delete intents.
generateNestedIntents(List<Intent>, Intent, int, String, Grammar, Map<String, String>) - Static method in class cz.cuni.mff.corrector.intent.IntentInsert
Generates the set of all permitted nested insert intents.
generateNestedIntents(List<Intent>, Intent, int, String, Grammar, Map<String, String>) - Static method in class cz.cuni.mff.corrector.intent.IntentRename
Generates the set of all permitted nested rename intents.
generateNestedIntents(List<Intent>, Intent, int, String, Grammar, Map<String, String>) - Static method in class cz.cuni.mff.corrector.intent.IntentRepair
Generates the set of all permitted nested repair intents.
generateNodeFix() - Method in class cz.cuni.mff.corrector.repair.NodeRepair
Transformes the sequence of instructions into edit operations.
generateSequenceFix() - Method in class cz.cuni.mff.corrector.repair.SequenceRepair
Transforms the sequence repair into all possible edit sequences.
generateShortestPaths(List<List<Edge>>, Vertex) - Method in class cz.cuni.mff.corrector.graph.Graph
Generates all shortest paths ending in the specified target vertex.
generateValue() - Method in class cz.cuni.mff.corrector.expression.Expression.Provider
Assigns a new value.
Generator - Class in cz.cuni.mff.corrector.testing
Generator of sample XML documents used for the experimental evaluation.
Generator() - Constructor for class cz.cuni.mff.corrector.testing.Generator
 
getAcceptingStates() - Method in class cz.cuni.mff.corrector.grammar.Automaton
Returns the reference to the set of accepting states.
getAddLeafInstruction() - Method in class cz.cuni.mff.corrector.edit.EditAddLeaf
Returns the typed reference to the associated instruction.
getAddLeafInstruction() - Method in class cz.cuni.mff.corrector.edit.EditAddNode
Returns the typed reference to the associated instruction.
getAlgorithmCode() - Method in class cz.cuni.mff.corrector.corrector.Corrector
Returns the composed algorithm code.
getAlgorithmStrategy() - Method in class cz.cuni.mff.corrector.corrector.Corrector
Returns the selected algorithm strategy.
getAllowedIntents() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the set of correction intent types allowed for nesting.
getAllowedIntents() - Method in class cz.cuni.mff.corrector.intent.IntentCorrect
 
getAllowedIntents() - Method in class cz.cuni.mff.corrector.intent.IntentDelete
 
getAllowedIntents() - Method in class cz.cuni.mff.corrector.intent.IntentInsert
 
getAllowedIntents() - Method in class cz.cuni.mff.corrector.intent.IntentRename
 
getAllowedIntents() - Method in class cz.cuni.mff.corrector.intent.IntentRepair
 
getAllowedNonterminals() - Method in class cz.cuni.mff.corrector.grammar.Context
Returns the set of symbols with occurrence in the content model.
getAllowedNonterminals() - Method in class cz.cuni.mff.corrector.grammar.Rule
Returns the set of symbols with occurrence in the content model.
getAssociatedTask() - Method in class cz.cuni.mff.corrector.corrector.Handler
Returns the associated correction task.
getAutomatonState() - Method in class cz.cuni.mff.corrector.graph.Vertex
Returns the automaton state.
getAutomatonStates() - Method in class cz.cuni.mff.corrector.grammar.Automaton
Returns the reference to the set of automaton states.
getBaseNode() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the optional reference to the base node.
getBasePosition() - Method in class cz.cuni.mff.corrector.edit.Edit
Returns the base position of the edit operation.
getBaseRule() - Method in class cz.cuni.mff.corrector.grammar.Context
Returns the base production rule associated with the context.
getCachedTask(Intent) - Method in class cz.cuni.mff.corrector.execution.Variables
fetched the required task from the local cache if it exists.
getChildNode(int) - Method in class cz.cuni.mff.corrector.tree.NodeElement
Returns the child number at a given relative position.
getChildNodes() - Method in class cz.cuni.mff.corrector.tree.Node
Returns the list of all child nodes.
getChildNodes() - Method in class cz.cuni.mff.corrector.tree.NodeData
 
getChildNodes() - Method in class cz.cuni.mff.corrector.tree.NodeElement
 
getChildNodes(int, int) - Method in class cz.cuni.mff.corrector.tree.NodeElement
Returns the specified subsequence of child nodes.
getComparatorReached() - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the reference to the initialized vertices comparator.
getContentModel() - Method in class cz.cuni.mff.corrector.grammar.Rule
Returns a regular expression from the production rule.
getContextChain() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the optional associated chain of contexts.
getCorrectionGraph() - Method in class cz.cuni.mff.corrector.execution.Variables
Returns the associated correction multigraph.
getCorrectionGraph() - Method in class cz.cuni.mff.corrector.repair.SequenceRepair
Returns the associated correction multigraph.
getCorrectionIntent() - Method in class cz.cuni.mff.corrector.execution.Task
Returns the associated correction intent.
getCorrectionIntent() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the associated correction intent.
getCorrectionIntent() - Method in class cz.cuni.mff.corrector.repair.Repair
Returns the reference to the associated correction intent.
getDataValue() - Method in class cz.cuni.mff.corrector.tree.NodeData
Returns the data value stored in the nodes.
getDelayedEdges() - Method in class cz.cuni.mff.corrector.execution.Variables
Returns the internal container with delayed and not yet closed edges.
getEdgeCost() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the cost assigned to the edge and nested intent repair.
getEdgesCount() - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the overall count of edges in the multigraph.
getEdgesCounter() - Method in class cz.cuni.mff.corrector.testing.Report
Returns the value of the overall number of explored edges.
getEditSequence() - Method in class cz.cuni.mff.corrector.repair.Mend
Returns the reference to the internal edit sequence container.
getElapsedMilis() - Method in class cz.cuni.mff.corrector.testing.Timer
Returns the overall elapsed time measured in miliseconds.
getElapsedNanos() - Method in class cz.cuni.mff.corrector.testing.Timer
Returns the overall elapsed time measured in nanoseconds.
getEmptyContext() - Method in class cz.cuni.mff.corrector.grammar.Grammar
Returns the reference to the empty context.
getEndingVertex() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the pair of the ending stratum number and automaton state.
getExecutionApproach() - Method in class cz.cuni.mff.corrector.corrector.Corrector
Returns the selected execution approach.
getExecutionDependencies() - Method in class cz.cuni.mff.corrector.execution.Task
Returns the internal execution dependencies container.
getExecutionPhase() - Method in class cz.cuni.mff.corrector.execution.Variables
Returns the current value of the internal execution phase.
getExecutionsCounter() - Method in class cz.cuni.mff.corrector.testing.Report
Returns the value of the overall number of executed runs of tasks.
getExecutionState() - Method in class cz.cuni.mff.corrector.execution.Dependencies
Returns the current value of the the execution state.
getExecutionTime() - Method in class cz.cuni.mff.corrector.testing.Report
Returns the overall execution time.
getFixedCost() - Method in class cz.cuni.mff.corrector.execution.Variables
Returns the current value of the correction final cost.
getGeneralContext(String, String) - Method in class cz.cuni.mff.corrector.grammar.Grammar
Returns the general context for a given nonterminal and terminal.
getGlobalSignature() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the complete intent signature string.
getGlushkovAutomaton() - Method in class cz.cuni.mff.corrector.grammar.Context
Returns the Glushkov automaton for an associated regular expression.
getGlushkovAutomaton() - Method in class cz.cuni.mff.corrector.grammar.Rule
Returns the Glushkov automaton for an associated regular expression.
getGrammarContext() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the reference to the nested grammar context.
getGrantedQuota() - Method in class cz.cuni.mff.corrector.execution.Quota
Returns the current value of limited granted quota.
getGraphEdges() - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the set of all edges in the multigraph.
getGraphVertices() - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the set of all vertices in the multigraph.
getIngoingEdges(Vertex) - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the set of all edges ingoing to the specified vertex.
getInitialState() - Method in class cz.cuni.mff.corrector.grammar.Automaton
Returns the name of initial state.
getInitialVertex() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the pair of the initial stratum number and automaton state.
getInstructionCost() - Method in class cz.cuni.mff.corrector.instruction.Instruction
Returns the cost of the particular repairing instruction.
getInstructionCost() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddLeaf
 
getInstructionCost() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddNode
 
getInstructionCost() - Method in class cz.cuni.mff.corrector.instruction.InstructionRemoveLeaf
 
getInstructionCost() - Method in class cz.cuni.mff.corrector.instruction.InstructionRemoveNode
 
getInstructionCost() - Method in class cz.cuni.mff.corrector.instruction.InstructionRenameLabel
 
getInstructionsList() - Method in class cz.cuni.mff.corrector.repair.NodeRepair
Returns the sequence of repairing instructions.
getInstructionsList() - Method in class cz.cuni.mff.corrector.repair.NodeRepairDeleteSubtree
 
getInstructionsList() - Method in class cz.cuni.mff.corrector.repair.NodeRepairInsertSubtree
 
getInstructionsList() - Method in class cz.cuni.mff.corrector.repair.NodeRepairRenameSubtree
 
getInstructionsList() - Method in class cz.cuni.mff.corrector.repair.NodeRepairRepairSubtree
 
getInstructionType() - Method in class cz.cuni.mff.corrector.instruction.Instruction
Returns the type of the repairing instruction.
getInstructionType() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddLeaf
 
getInstructionType() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddNode
 
getInstructionType() - Method in class cz.cuni.mff.corrector.instruction.InstructionRemoveLeaf
 
getInstructionType() - Method in class cz.cuni.mff.corrector.instruction.InstructionRemoveNode
 
getInstructionType() - Method in class cz.cuni.mff.corrector.instruction.InstructionRenameLabel
 
getIntentFix() - Method in class cz.cuni.mff.corrector.repair.Repair
Returns the set of all found repairing edit sequences.
getIntentMends() - Method in class cz.cuni.mff.corrector.repair.Repair
Returns the set of all mends for the intent repair.
getIntentRepair() - Method in class cz.cuni.mff.corrector.execution.Task
Returns the reference to the computed intent repair.
getIntentRepair() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the optional reference to the nested intent repair.
getIntentType() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the type of the given correction intent.
getIntentType() - Method in class cz.cuni.mff.corrector.intent.IntentCorrect
 
getIntentType() - Method in class cz.cuni.mff.corrector.intent.IntentDelete
 
getIntentType() - Method in class cz.cuni.mff.corrector.intent.IntentInsert
 
getIntentType() - Method in class cz.cuni.mff.corrector.intent.IntentRename
 
getIntentType() - Method in class cz.cuni.mff.corrector.intent.IntentRepair
 
getIntentType() - Method in class cz.cuni.mff.corrector.repair.NodeRepair
Returns the type of the node repair represented by the intent type.
getIntentType() - Method in class cz.cuni.mff.corrector.repair.NodeRepairDeleteSubtree
 
getIntentType() - Method in class cz.cuni.mff.corrector.repair.NodeRepairInsertSubtree
 
getIntentType() - Method in class cz.cuni.mff.corrector.repair.NodeRepairRenameSubtree
 
getIntentType() - Method in class cz.cuni.mff.corrector.repair.NodeRepairRepairSubtree
 
getIntentType() - Method in class cz.cuni.mff.corrector.repair.SequenceRepair
Returns the type of the associated correction intent.
getLastStratum() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the number of the last stratum for the nested multigraph.
getLocalIdentifier() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the locally valid intent identifier.
getMendSerialization(String, String) - Method in class cz.cuni.mff.corrector.repair.Mend
Returns the serialized mend.
getNewLabel() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddLeaf
Returns the associated new label.
getNewLabel() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddNode
Returns the associated new label.
getNewLabel() - Method in class cz.cuni.mff.corrector.instruction.InstructionRenameLabel
Returns the associated new label.
getNodeIdentifier() - Method in class cz.cuni.mff.corrector.tree.Node
Returns the node identifier.
getNodeLabel() - Method in class cz.cuni.mff.corrector.tree.Node
Returns the node label.
getNodeLabel() - Method in class cz.cuni.mff.corrector.tree.NodeData
 
getNodeLabel() - Method in class cz.cuni.mff.corrector.tree.NodeElement
 
getNodeRepair() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the node repair associated with the intent.
getNodeRepair() - Method in class cz.cuni.mff.corrector.repair.Repair
Returns the associated node repair.
getNodesLabels(List<Node>) - Static method in class cz.cuni.mff.corrector.tree.Node
Translates the given sequence of nodes to their labels.
getNodesSequence() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the sequence of nested nodes to be processed.
getNodeType() - Method in class cz.cuni.mff.corrector.tree.Node
Returns the type of a given node.
getNodeType() - Method in class cz.cuni.mff.corrector.tree.NodeData
 
getNodeType() - Method in class cz.cuni.mff.corrector.tree.NodeElement
 
getNonterminalSymbol() - Method in class cz.cuni.mff.corrector.grammar.Rule
Returns a nonterminal symbol from the production rule.
getNonterminalSymbols() - Method in class cz.cuni.mff.corrector.grammar.Grammar
Returns the reference to the set of nonterminal symbols.
getOperationCost() - Method in class cz.cuni.mff.corrector.edit.Edit
Returns the cost of the edit operation.
getOperationTitle() - Method in class cz.cuni.mff.corrector.edit.Edit
Returns the human readable name of the operation.
getOperationTitle() - Method in class cz.cuni.mff.corrector.edit.EditAddLeaf
 
getOperationTitle() - Method in class cz.cuni.mff.corrector.edit.EditAddNode
 
getOperationTitle() - Method in class cz.cuni.mff.corrector.edit.EditRemoveLeaf
 
getOperationTitle() - Method in class cz.cuni.mff.corrector.edit.EditRemoveNode
 
getOperationTitle() - Method in class cz.cuni.mff.corrector.edit.EditRenameLabel
 
getOperationType() - Method in class cz.cuni.mff.corrector.edit.Edit
Returns the type of the edit operation.
getOutgoingEdges(Vertex) - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the set of all edges outgoing from the specified vertex.
getPositionDepth() - Method in class cz.cuni.mff.corrector.tree.Position
Returns the depth of the position.
getPositionString() - Method in class cz.cuni.mff.corrector.tree.Position
Serializes the position into a readable string.
getProductionRules() - Method in class cz.cuni.mff.corrector.grammar.Grammar
Returns the reference to the internal container with production rules.
getProfilingReport() - Method in class cz.cuni.mff.corrector.corrector.Corrector
Returns the reference to the profiling report container.
getQuotaData() - Method in class cz.cuni.mff.corrector.execution.Task
Returns the description object of the iterative quota.
getReachableStates(String) - Method in class cz.cuni.mff.corrector.grammar.Automaton
Returns the set of vertices reachable from the specified one.
getReachedCost() - Method in class cz.cuni.mff.corrector.execution.Variables
Returns the current value of the correction final cost.
getReachedVertex() - Method in class cz.cuni.mff.corrector.execution.Variables
Returns the first (some) reached vertex.
getReachedVertices() - Method in class cz.cuni.mff.corrector.execution.Variables
Returns all the stored reached vertices.
getRemoveLeafInstruction() - Method in class cz.cuni.mff.corrector.edit.EditRemoveLeaf
Returns the typed reference to the associated instruction.
getRemoveNodeInstruction() - Method in class cz.cuni.mff.corrector.edit.EditRemoveNode
Returns the typed reference to the associated instruction.
getRenameLabelInstruction() - Method in class cz.cuni.mff.corrector.edit.EditRenameLabel
Returns the typed reference to the associated instruction.
getRepairCost() - Method in class cz.cuni.mff.corrector.repair.NodeRepair
Returns the node repair cost.
getRepairCost() - Method in class cz.cuni.mff.corrector.repair.NodeRepairDeleteSubtree
 
getRepairCost() - Method in class cz.cuni.mff.corrector.repair.NodeRepairInsertSubtree
 
getRepairCost() - Method in class cz.cuni.mff.corrector.repair.NodeRepairRenameSubtree
 
getRepairCost() - Method in class cz.cuni.mff.corrector.repair.NodeRepairRepairSubtree
 
getRepairCost() - Method in class cz.cuni.mff.corrector.repair.SequenceRepair
Returns the overall sequence repair cost from the multigraph.
getRepairingInstruction() - Method in class cz.cuni.mff.corrector.edit.Edit
Returns the untyped reference to the repairing instruction.
getRepairingInstruction() - Method in class cz.cuni.mff.corrector.edit.EditAddLeaf
 
getRepairingInstruction() - Method in class cz.cuni.mff.corrector.edit.EditAddNode
 
getRepairingInstruction() - Method in class cz.cuni.mff.corrector.edit.EditRemoveLeaf
 
getRepairingInstruction() - Method in class cz.cuni.mff.corrector.edit.EditRemoveNode
 
getRepairingInstruction() - Method in class cz.cuni.mff.corrector.edit.EditRenameLabel
 
getRequestedTasks() - Method in class cz.cuni.mff.corrector.execution.Dependencies
Returns the set of tasks requested by this task.
getRequestingTask() - Method in class cz.cuni.mff.corrector.execution.Dependencies
Fetches some requesting task from the internal container.
getRequestingTask() - Method in class cz.cuni.mff.corrector.execution.Task
Returns the parental requesting task.
getRequestingTasks() - Method in class cz.cuni.mff.corrector.execution.Dependencies
Returns the set of tasks that have requested execution of this task.
getRequestsContainer() - Method in class cz.cuni.mff.corrector.execution.Task
Returns the data container for managing scheduling requests.
getResolvedCost(Edge) - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the computed cost to the target vertex using this edge only.
getRootNode() - Method in class cz.cuni.mff.corrector.tree.Tree
Returns the root node of the data tree.
getSchedulingMaster() - Method in class cz.cuni.mff.corrector.execution.Task
Returns the current value of the scheduling management parameter.
getSequenceLength() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the number of nodes in the sequence to be processed.
getSequenceRepair() - Method in class cz.cuni.mff.corrector.repair.Repair
Returns the reference to the sequence repair.
getSerializedString() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the edge description string.
getSerializedString() - Method in class cz.cuni.mff.corrector.graph.Vertex
Returns the vertex description string.
getShiftingSize() - Method in class cz.cuni.mff.corrector.repair.Mend
Returns the size of positions shifting.
getSiblingsCount() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddNode
Returns the associated number of sibling nodes.
getSignatureHandling() - Method in class cz.cuni.mff.corrector.corrector.Corrector
Returns the selected signature handling mode.
getSourceState() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the automaton state of the source vertex reference.
getSourceState() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the source state.
getSourceStratum() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the stratum number of the source vertex reference.
getSourceVertex() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the source vertex reference.
getStartingContext() - Method in class cz.cuni.mff.corrector.grammar.Grammar
Returns the reference to the starting context.
getStartingSymbols() - Method in class cz.cuni.mff.corrector.grammar.Grammar
Returns the reference to the set of starting symbols.
getStoredItem(Intent) - Method in class cz.cuni.mff.corrector.cache.IntentStoreFlat
 
getStoredItem(Intent) - Method in class cz.cuni.mff.corrector.cache.SignatureStoreFlat
 
getStoredItem(Intent) - Method in class cz.cuni.mff.corrector.cache.SignatureStoreNested
 
getStoredItem(Intent) - Method in interface cz.cuni.mff.corrector.cache.Store
Attempts to fetch stored item for a given correction intent.
getStoredItems(Intent.Type) - Method in class cz.cuni.mff.corrector.cache.IntentStoreFlat
 
getStoredItems(Intent.Type) - Method in class cz.cuni.mff.corrector.cache.SignatureStoreFlat
 
getStoredItems(Intent.Type) - Method in class cz.cuni.mff.corrector.cache.SignatureStoreNested
 
getStoredItems(Intent.Type) - Method in interface cz.cuni.mff.corrector.cache.Store
Returns the list with all stored items of a particular type.
getStratumNumber() - Method in class cz.cuni.mff.corrector.graph.Vertex
Returns the stratum number.
getSymbols() - Method in class cz.cuni.mff.corrector.expression.Expression
Returns the set of alphabet symbols occurring in the expression.
getSymbols() - Method in class cz.cuni.mff.corrector.expression.ExpressionConcat
 
getSymbols() - Method in class cz.cuni.mff.corrector.expression.ExpressionEmpty
 
getSymbols() - Method in class cz.cuni.mff.corrector.expression.ExpressionEpsilon
 
getSymbols() - Method in class cz.cuni.mff.corrector.expression.ExpressionStar
 
getSymbols() - Method in class cz.cuni.mff.corrector.expression.ExpressionSymbol
 
getSymbols() - Method in class cz.cuni.mff.corrector.expression.ExpressionUnion
 
getTargetState() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the automaton state of the target vertex reference.
getTargetStates() - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the target states of the graph.
getTargetStates() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the set of target states.
getTargetStratum() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the stratum number of the target vertex reference.
getTargetVertex() - Method in class cz.cuni.mff.corrector.graph.Edge
Returns the target vertex reference.
getTargetVertex(String) - Method in class cz.cuni.mff.corrector.graph.Graph
Attempts to fetch the existing vertex from the last stratum.
getTaskCounter() - Method in class cz.cuni.mff.corrector.testing.Report
Returns the value of the overall number of all required tasks.
getTaskCounters() - Method in class cz.cuni.mff.corrector.testing.Report
Returns the numbers of required tasks separated by intent types.
getTaskCounters(Intent.Type) - Method in class cz.cuni.mff.corrector.testing.Report
Returns the numbers of required tasks for the given intent type.
getTermCost() - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the terminating cost of the aggregated multigraph.
getTerminalSymbol() - Method in class cz.cuni.mff.corrector.grammar.Rule
Returns a terminal symbol from the production rule.
getTerminalSymbols() - Method in class cz.cuni.mff.corrector.grammar.Grammar
Returns the reference to the set of terminal symbols.
getTitleString() - Method in class cz.cuni.mff.corrector.instruction.Instruction
Returns the readable title of the given repairing instruction.
getTitleString() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddLeaf
 
getTitleString() - Method in class cz.cuni.mff.corrector.instruction.InstructionAddNode
 
getTitleString() - Method in class cz.cuni.mff.corrector.instruction.InstructionRemoveLeaf
 
getTitleString() - Method in class cz.cuni.mff.corrector.instruction.InstructionRemoveNode
 
getTitleString() - Method in class cz.cuni.mff.corrector.instruction.InstructionRenameLabel
 
getTotalCost() - Method in class cz.cuni.mff.corrector.repair.Repair
Returns the overall intent repair cost.
getTracedCost(Edge) - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the stored tracing cost for the target vertex of the edge.
getTracingCost(Vertex) - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the cost of shortest paths leading to the given vertex.
getTracingEdges(Vertex) - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the set of preceding edges on shortest paths.
getTransitionRules(String) - Method in class cz.cuni.mff.corrector.grammar.Automaton
Returns the set of transitions defined in a given state.
getTreeRepair() - Method in class cz.cuni.mff.corrector.corrector.Corrector
Returns the reference to the repair of the entire data tree.
getTreeStatistics() - Method in class cz.cuni.mff.corrector.tree.Node
Computes the basic statistics about this subtree.
getTreeStatistics() - Method in class cz.cuni.mff.corrector.tree.NodeData
 
getTreeStatistics() - Method in class cz.cuni.mff.corrector.tree.NodeElement
 
getTreeStatistics() - Method in class cz.cuni.mff.corrector.tree.Tree
Computes the basic statistics about this data tree.
getType() - Method in class cz.cuni.mff.corrector.expression.Expression
Returns the type of a given regular subexpression.
getType() - Method in class cz.cuni.mff.corrector.expression.ExpressionConcat
 
getType() - Method in class cz.cuni.mff.corrector.expression.ExpressionEmpty
 
getType() - Method in class cz.cuni.mff.corrector.expression.ExpressionEpsilon
 
getType() - Method in class cz.cuni.mff.corrector.expression.ExpressionStar
 
getType() - Method in class cz.cuni.mff.corrector.expression.ExpressionSymbol
 
getType() - Method in class cz.cuni.mff.corrector.expression.ExpressionUnion
 
getUniqueLabel() - Method in class cz.cuni.mff.corrector.intent.Intent
Returns the globally unique intent instance label.
getVertexItem(Integer, String) - Method in class cz.cuni.mff.corrector.graph.Graph
Attempts to fetch the existing vertex from the multigraph.
getVerticesCount() - Method in class cz.cuni.mff.corrector.graph.Graph
Returns the overall count of vertices in the multigraph.
getVerticesCounter() - Method in class cz.cuni.mff.corrector.testing.Report
Returns the value of the overall number of explored vertices.
getWorkingVariables() - Method in class cz.cuni.mff.corrector.execution.Task
Returns the associated working variables.
Grammar - Class in cz.cuni.mff.corrector.grammar
Regular tree grammar representation.
grammarContext - Variable in class cz.cuni.mff.corrector.intent.Intent
Reference to the nested grammar context.
Graph - Class in cz.cuni.mff.corrector.graph
Implementation of the repairing multigraph.
Graph(Set<String>, int) - Constructor for class cz.cuni.mff.corrector.graph.Graph
Creates a new and empty instance of the correction multigraph.
Graph.PathsComparator - Class in cz.cuni.mff.corrector.graph
Comparator for sorting (shortest) paths.
Graph.PathsComparator() - Constructor for class cz.cuni.mff.corrector.graph.Graph.PathsComparator
 
Graph.ReachedVerticesComparator - Class in cz.cuni.mff.corrector.graph
Comparator ordering vertices using pathCost function.
Graph.ReachedVerticesComparator() - Constructor for class cz.cuni.mff.corrector.graph.Graph.ReachedVerticesComparator
 
A B C D E F G H I M N O P Q R S T U V W X