public class InstructionRemoveNode extends Instruction
Instruction.Type
COST_UNIT, COST_ZERO
Constructor and Description |
---|
InstructionRemoveNode()
Creates a new instance of a remove node instruction.
|
Modifier and Type | Method and Description |
---|---|
EditRemoveNode |
generateEditOperation()
Translates the given repairng instruction into the edit operation.
|
int |
getInstructionCost()
Returns the cost of the particular repairing instruction.
|
Instruction.Type |
getInstructionType()
Returns the type of the repairing instruction.
|
java.lang.String |
getTitleString()
Returns the readable title of the given repairing instruction.
|
public InstructionRemoveNode()
public Instruction.Type getInstructionType()
Instruction
getInstructionType
in class Instruction
public int getInstructionCost()
Instruction
getInstructionCost
in class Instruction
public java.lang.String getTitleString()
Instruction
getTitleString
in class Instruction
public EditRemoveNode generateEditOperation()
Instruction
generateEditOperation
in class Instruction