public abstract class BaseInstruction extends Object implements Instruction
Instruction.AddNodeInstruction, Instruction.CopyNodeInstruction, Instruction.MoveNodeInstruction, Instruction.RemoveNodeInstruction, Instruction.SetPropertyInstruction| Constructor and Description |
|---|
BaseInstruction(String path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Returns the path of this
Instruction. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptprotected final String path
public BaseInstruction(String path)
public String getPath()
InstructionInstruction.
The semantics of this property differ depending on the concrete subinterface.
getPath in interface InstructionCopyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.