Package | Description |
---|---|
cz.cuni.mff.corrector.corrector |
Implementations of correction algorithms.
|
Modifier and Type | Method and Description |
---|---|
protected Record |
Handler.resolveVertexReport(Vertex inspectedVertex)
Computes the full report for the given reached vertex.
|
protected Record |
Handler.selectPromisingReport()
Selects the most promising reached vertex by exploring their reports.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Handler.isVertexComplete(Record vertexReport)
Detects whether the given reached vertex can be completed.
|
protected void |
Handler.processCompleteVertex(Record reportData,
Vertex selectedVertex)
Processes the complete vertex using the iterative strategy.
|
protected void |
Handler.processIncompleteVertex(Record reportData,
Vertex selectedVertex)
Processes the incomplete vertex using the iterative strategy.
|