Package | Description |
---|---|
cz.cuni.mff.corrector.intent |
Correction intents implementation.
|
cz.cuni.mff.corrector.repair |
Objects for encapsulating computed repairs.
|
Modifier and Type | Field and Description |
---|---|
protected NodeRepair |
Intent.nodeRepair
Optional associated node repair (repairing instruction).
|
Modifier and Type | Method and Description |
---|---|
NodeRepair |
Intent.getNodeRepair()
Returns the node repair associated with the intent.
|
Constructor and Description |
---|
Intent(Node baseNode,
NodeRepair nodeRepair,
Vertex initialVertex,
Vertex endingVertex,
java.util.List<Node> nodeSequence,
Context grammarContext,
java.util.List<Context> contextChain)
Creates a new instance of the correction intent.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeRepairDeleteSubtree
Node repair for delete subtree correction intent.
|
class |
NodeRepairInsertSubtree
Node repair for insert subtree correction intent.
|
class |
NodeRepairRenameSubtree
Node repair for rename subtree correction intent.
|
class |
NodeRepairRepairSubtree
Node repair for repair subtree correction intent.
|
Modifier and Type | Field and Description |
---|---|
protected NodeRepair |
Repair.nodeRepair
Reference to the node repair.
|
Modifier and Type | Method and Description |
---|---|
NodeRepair |
Repair.getNodeRepair()
Returns the associated node repair.
|
Constructor and Description |
---|
Repair(Intent associatedIntent,
NodeRepair nodeRepair,
SequenceRepair sequenceRepair)
Deprecated.
Only for testing purposes only!
|