Package | Description |
---|---|
cz.cuni.mff.corrector.corrector |
Implementations of correction algorithms.
|
cz.cuni.mff.corrector.execution |
Supporting classes for corrector implementations.
|
cz.cuni.mff.corrector.repair |
Objects for encapsulating computed repairs.
|
Modifier and Type | Method and Description |
---|---|
protected Graph |
Handler.initCorrectionGraph()
Creates and initialises the correction multigraph.
|
Modifier and Type | Method and Description |
---|---|
Graph |
Variables.getCorrectionGraph()
Returns the associated correction multigraph.
|
Modifier and Type | Method and Description |
---|---|
void |
Variables.setCorrectionGraph(Graph correctionGraph)
Registers the provided correction multigraph with the container.
|
Modifier and Type | Method and Description |
---|---|
Graph |
SequenceRepair.getCorrectionGraph()
Returns the associated correction multigraph.
|
Modifier and Type | Method and Description |
---|---|
void |
Repair.registerSequenceRepair(Graph correctionGraph)
Registers the provided multigraph with this repair.
|
Constructor and Description |
---|
Repair(Intent associatedIntent,
Graph correctionGraph)
Creates a new instance of the intent repair structure.
|
SequenceRepair(Graph correctionGraph,
Intent.Type intentType)
Creates a new instance of the sequence repair.
|