Package | Description |
---|---|
cz.cuni.mff.corrector.corrector |
Implementations of correction algorithms.
|
cz.cuni.mff.corrector.execution |
Supporting classes for corrector implementations.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Repair> |
Handler.acquireSchedulingMultiple(Requests requestsData,
java.util.List<Intent> nestedIntents,
java.util.List<Edge> nestedEdges)
Fetches the required repairs or requests their scheduled execution.
|
protected Repair |
Handler.acquireSchedulingSingle(Requests requestsData,
Intent nestedIntent,
Edge nestedEdge)
Fetches the required repair or requests its scheduled execution.
|
protected void |
Handler.handleSchedulingSingle(Requests requestsData,
Edge nestedEdge)
Processes exploration and scheduled evaluation of the given intent.
|
protected void |
Handler.processPreparedIntents(Requests requestsData)
Process one of the prepared or postponed nested intents and its edge.
|
protected void |
Handler.processPreparedRefinements(Requests requestsData)
Process one of the prepared or postponed nested intents and its edge.
|
protected void |
Handler.processRequestsClosing(Requests requestsData)
Closes the set of previously requested intents and their exploration.
|
protected void |
Handler.scheduleIterativeExtended(Requests requestsData,
Task nestedTask,
Quota grantedQuota)
Activates the particular scheduled task.
|
protected void |
Handler.scheduleIterativeSimple(Requests requestsData,
Task nestedTask,
Quota grantedQuota)
Activates the particular scheduled task.
|
protected void |
Handler.scheduleStandardExtended(Requests requestsData,
Task nestedTask,
Edge nestedEdge)
Activates the particular scheduled task.
|
protected void |
Handler.scheduleStandardSimple(Requests requestsData,
Task nestedTask,
Edge nestedEdge)
Activates the particular scheduled task.
|
Modifier and Type | Method and Description |
---|---|
Requests |
Task.getRequestsContainer()
Returns the data container for managing scheduling requests.
|