public abstract class NodeRepair
extends java.lang.Object
Constructor and Description |
---|
NodeRepair() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Edit> |
generateNodeFix()
Transformes the sequence of instructions into edit operations.
|
abstract java.util.List<Instruction> |
getInstructionsList()
Returns the sequence of repairing instructions.
|
abstract Intent.Type |
getIntentType()
Returns the type of the node repair represented by the intent type.
|
abstract int |
getRepairCost()
Returns the node repair cost.
|
public abstract java.util.List<Instruction> getInstructionsList()
public abstract int getRepairCost()
public abstract Intent.Type getIntentType()
public java.util.List<Edit> generateNodeFix()