public class NodeRepairRepairSubtree extends NodeRepair
Constructor and Description |
---|
NodeRepairRepairSubtree()
Creates a new instance of a repair subtree node repair.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Instruction> |
getInstructionsList()
Returns the sequence of repairing instructions.
|
Intent.Type |
getIntentType()
Returns the type of the node repair represented by the intent type.
|
int |
getRepairCost()
Returns the node repair cost.
|
generateNodeFix
public NodeRepairRepairSubtree()
public java.util.List<Instruction> getInstructionsList()
NodeRepair
getInstructionsList
in class NodeRepair
public int getRepairCost()
NodeRepair
getRepairCost
in class NodeRepair
public Intent.Type getIntentType()
NodeRepair
getIntentType
in class NodeRepair