- handleInvokingMultiple(Vertex, List<Intent>) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Processes exploration and invoked evaluation of all allowed intents.
- handleInvokingSingle(Vertex, List<Intent>) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Processes exploration and invoked evaluation of all allowed intents.
- handleNestingSingle(Vertex, List<Intent>) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Processes exploration and nested evaluation of all allowed intents.
- Handler - Class in cz.cuni.mff.corrector.corrector
-
Correction handler implementation.
- Handler(Corrector, Task) - Constructor for class cz.cuni.mff.corrector.corrector.Handler
-
Creates a new correction handler instance.
- handleSchedulingMultiple(Vertex, List<Intent>) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Processes exploration and scheduled evaluation of all allowed intents.
- handleSchedulingSingle(Vertex, List<Intent>) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Processes exploration and scheduled evaluation of all allowed intents.
- handleSchedulingSingle(Requests, Edge) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Processes exploration and scheduled evaluation of the given intent.
- hasAllowedProcessing(int) - Method in class cz.cuni.mff.corrector.execution.Quota
-
Detects whether additional iterative processing is allowed.
- hasApproach(Corrector.ExecutionApproach) - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Tests whether the given execution approach is activated.
- hasApproach(Corrector.ExecutionApproach) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Tests whether the given execution approach is activated.
- hasCompletedJob() - Method in class cz.cuni.mff.corrector.execution.Task
-
Detects whether the requested refinement was already completed.
- hasCompletedRapair() - Method in class cz.cuni.mff.corrector.execution.Task
-
Detects whether the registered repair is already fully evaluated.
- hasDelayedEdges() - Method in class cz.cuni.mff.corrector.execution.Variables
-
Detects whether there exists at least one delayed edge.
- hasExceededQuota() - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Detects whether the iterative processing can continue.
- hasExecutionPhase(Variables.Phase) - Method in class cz.cuni.mff.corrector.execution.Variables
-
Detects whether the execution phase corresponds to the given value.
- hashCode() - Method in class cz.cuni.mff.corrector.graph.Edge
-
- hashCode() - Method in class cz.cuni.mff.corrector.graph.Vertex
-
- hashCode() - 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!
- hasInvokingApproach() - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Detects whether the execution approach belongs to the invoking family.
- hasMultipleApproach() - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Detects whether the associated approach permits multiple requests.
- hasNoRequestedTasks() - Method in class cz.cuni.mff.corrector.execution.Dependencies
-
Detects whether there are not requested tasks.
- hasReachedVertex(Vertex) - Method in class cz.cuni.mff.corrector.execution.Variables
-
Detects whether the given vertex is stored in the reached vertices.
- hasReachedVertices() - Method in class cz.cuni.mff.corrector.execution.Variables
-
Detects whether at least one reached vertex exists.
- hasRequestedTasks() - Method in class cz.cuni.mff.corrector.execution.Dependencies
-
Detects whether the task has at least one requested task.
- hasRequestingTasks() - Method in class cz.cuni.mff.corrector.execution.Dependencies
-
Detects whether the task has at least one requesting task.
- hasSchedulingApproach() - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Detects whether the execution approach belongs to the scheduling family.
- hasSignatures(Corrector.SignatureHandling) - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Tests whether the given signatures handling mode is activated.
- hasSignatures(Corrector.SignatureHandling) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Tests whether the given signatures handling mode is activated.
- hasSignaturesEnabled() - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Detects whether the signature handling is enabled by the corrector.
- hasSingleApproach() - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Detects whether the associated approach permits only 1 request at a time.
- hasStateActivated() - Method in class cz.cuni.mff.corrector.execution.Dependencies
-
Detects whether the execution state is currently activated.
- hasStateDisabled() - Method in class cz.cuni.mff.corrector.execution.Dependencies
-
Detects whether the execution state is currently disabled.
- hasStatsProfiling() - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Tests whether exploration statistics profiling is enabled.
- hasStrategy(Corrector.AlgorithmStrategy) - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Tests whether the given algorithm strategy is activated.
- hasStrategy(Corrector.AlgorithmStrategy) - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Tests whether the given algorithm strategy is activated.
- hasTasksCaching() - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Detects whether tasks need to be used to avoid concurrency conflicts.
- hasTimesProfiling() - Method in class cz.cuni.mff.corrector.corrector.Handler
-
Tests whether execution times profiling is enabled.
- hasVertexItem(Vertex) - Method in class cz.cuni.mff.corrector.graph.Graph
-
Detects whether the given vertex is already in the multigraph.
- hasWorkersEnabled() - Method in class cz.cuni.mff.corrector.corrector.Corrector
-
Detects whether the worker pool is required by the corrector.