public class MoveNodeInstructionImpl extends BaseInstruction implements Instruction.MoveNodeInstruction
Instruction.AddNodeInstruction, Instruction.CopyNodeInstruction, Instruction.MoveNodeInstruction, Instruction.RemoveNodeInstruction, Instruction.SetPropertyInstructionpath| Constructor and Description |
|---|
MoveNodeInstructionImpl(String path,
String sourcePath,
String destPath)
Constructs a new
MoveNodeInstruction. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InstructionVisitor visitor)
Accepts an
InstructionVisitor. |
String |
getDestPath()
Returns the destination path.
|
String |
getSourcePath()
Returns the source path.
|
getPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathpublic void accept(InstructionVisitor visitor)
InstructionInstructionVisitor.accept in interface Instructionvisitor - The visitor.public String getDestPath()
getDestPath in interface Instruction.MoveNodeInstructionpublic String getSourcePath()
getSourcePath in interface Instruction.MoveNodeInstructionCopyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.