- dataTree - Variable in class cz.cuni.mff.corrector.corrector.Corrector
-
Data tree object representing the input XML document.
- defaultIntents - Static variable in class cz.cuni.mff.corrector.corrector.Corrector
-
Default choice of intent types allowed in the correction.
- delayedEdges - Variable in class cz.cuni.mff.corrector.execution.Record
-
Prepared set of edges to be delayed.
- Dependencies - Class in cz.cuni.mff.corrector.execution
-
Container for scheduling dependencies of a particular associated task.
- Dependencies() - Constructor for class cz.cuni.mff.corrector.execution.Dependencies
-
Creates a new instance of the dependencies container.
- Dependencies.State - Enum in cz.cuni.mff.corrector.execution
-
Definition of all possible task execution states.
- depthMax - Variable in class cz.cuni.mff.corrector.tree.Stats
-
Maximal detected depth.
- depthMin - Variable in class cz.cuni.mff.corrector.tree.Stats
-
Minimal detected depth.
- dispatchEndingNotifications() - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Sends required notifications at the end of the handler job execution.
- dispatchIterativeRequests(List<Edge>, List<Task>, List<Quota>) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Dispatches all requests to the iterative refinement processing.
- dispatchStandardRequests(Vertex, List<Intent>) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Dispatches all requests to the standard execution processing.
- doEdgeClosing(Edge, Repair) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Closes the exploration of a given edge and its correction intent.
- doEdgeOpening(Intent) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Opens the exploration of a newly reached edge and its intent.
- doEdgesOpening(List<Intent>) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Opens the exploration of edges for the entire set of intents.
- duplicateExpression() - Method in class cz.cuni.mff.corrector.expression.Expression
-
Creates a new independent copy of the particular expression.
- duplicateExpression() - Method in class cz.cuni.mff.corrector.expression.ExpressionConcat
-
- duplicateExpression() - Method in class cz.cuni.mff.corrector.expression.ExpressionEmpty
-
- duplicateExpression() - Method in class cz.cuni.mff.corrector.expression.ExpressionEpsilon
-
- duplicateExpression() - Method in class cz.cuni.mff.corrector.expression.ExpressionStar
-
- duplicateExpression() - Method in class cz.cuni.mff.corrector.expression.ExpressionSymbol
-
- duplicateExpression() - Method in class cz.cuni.mff.corrector.expression.ExpressionUnion
-