- Task - Class in cz.cuni.mff.corrector.execution
-
Task object describing state of the correction intent processing.
- taskReference - Variable in class cz.cuni.mff.corrector.execution.Wrapper
-
Optional reference to the associated task structure.
- tasksCache - Variable in class cz.cuni.mff.corrector.corrector.Corrector
-
Internal store for managing existing tasks.
- Timer - Class in cz.cuni.mff.corrector.testing
-
Simple timer implementation for measuring duration of executions.
- Timer() - Constructor for class cz.cuni.mff.corrector.testing.Timer
-
Creates a new one time profiling timer instance.
- tinyCode - Variable in enum cz.cuni.mff.corrector.intent.Intent.Type
-
Tiny code (e.g.
- TOKEN_DT_DATA - Static variable in class cz.cuni.mff.corrector.tree.Node
-
String token for a label of data nodes.
- TOKEN_DV_UNDEFINED - Static variable in class cz.cuni.mff.corrector.tree.Node
-
Undefined value for data nodes.
- TOKEN_MS_MARK - Static variable in class cz.cuni.mff.corrector.expression.Expression
-
String token for delimiter used for marked expressions.
- TOKEN_MT_CLOSE - Static variable in class cz.cuni.mff.corrector.expression.Expression
-
String token for closing parenthesis (must have right one character).
- TOKEN_MT_OPEN - Static variable in class cz.cuni.mff.corrector.expression.Expression
-
String token for opening parenthesis (must have right one character).
- TOKEN_OP_CONCAT - Static variable in class cz.cuni.mff.corrector.expression.Expression
-
String token for concatenation operator (must have right one character).
- TOKEN_OP_STAR - Static variable in class cz.cuni.mff.corrector.expression.Expression
-
String token for Kleene star operator (must have right one character).
- TOKEN_OP_UNION - Static variable in class cz.cuni.mff.corrector.expression.Expression
-
String token for union operator (must have right one character).
- TOKEN_RE_EMPTY - Static variable in class cz.cuni.mff.corrector.expression.Expression
-
String token for empty trivial regular expression.
- TOKEN_RE_EPSILON - Static variable in class cz.cuni.mff.corrector.expression.Expression
-
String token for epsilon trivial regular expression.
- TOKEN_SE_EOL - Static variable in class cz.cuni.mff.corrector.tree.Node
-
End of line char used for serialization.
- TOKEN_SE_INDENT - Static variable in class cz.cuni.mff.corrector.tree.Node
-
String used for elements indentation during serialization.
- TOKEN_ST_INITIAL - Static variable in class cz.cuni.mff.corrector.grammar.Automaton
-
Name of the initial state of the automaton.
- TOKEN_TG_CLOSE - Static variable in class cz.cuni.mff.corrector.tree.Node
-
Closing parenthesis for a non-empty element tags.
- TOKEN_TG_CLOSE_EMPTY - Static variable in class cz.cuni.mff.corrector.tree.Node
-
Closing parenthesis for an empty element tag.
- TOKEN_TG_OPEN_END - Static variable in class cz.cuni.mff.corrector.tree.Node
-
Opening parenthesis for an element ending tag.
- TOKEN_TG_OPEN_START - Static variable in class cz.cuni.mff.corrector.tree.Node
-
Opening parenthesis for an element starting tag.
- toString() - Method in class cz.cuni.mff.corrector.tree.Node
-
- tracingCost - Variable in class cz.cuni.mff.corrector.execution.Record
-
Final tracing cost to the associated target vertex.
- tracingEdges - Variable in class cz.cuni.mff.corrector.execution.Record
-
Prepared set of predecessor edges on shortest paths.
- Tree - Class in cz.cuni.mff.corrector.tree
-
Data tree representation for XML documents.
- Tree() - Constructor for class cz.cuni.mff.corrector.tree.Tree
-
Creates a new and empty instance of a data tree.
- Tree(Node) - Constructor for class cz.cuni.mff.corrector.tree.Tree
-
Creates a new instance of a data tree with a specified root node.
- treeGrammar - Variable in class cz.cuni.mff.corrector.corrector.Corrector
-
Single type tree grammar object reference.
- treeNodes - Variable in class cz.cuni.mff.corrector.tree.Stats
-
Overall number of nodes.
- treeRepair - Variable in class cz.cuni.mff.corrector.corrector.Corrector
-
Reference to the repair of the entire data tree.
- triggerInvokingSingle(Task, Quota) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Requests the invoked refinement execution for a given task.
- trimMarking(String) - Static method in class cz.cuni.mff.corrector.expression.Expression
-
Removes the marking postfix of the provided marked symbol.