| Interface | Description |
|---|---|
| Instruction |
FIXME - Remove other interfaces and renamed AddNodeInstructionImpl into
AddNodeInstruction etc.
|
| Instruction.AddNodeInstruction |
The add node operation => "+" STRING ":" (OBJECT).
|
| Instruction.CopyNodeInstruction |
The copy node operation => "*" STRING ":" STRING
|
| Instruction.MoveNodeInstruction |
The move node operation => ">" STRING ":" STRING
|
| Instruction.RemoveNodeInstruction |
The remove node operation => "-" STRING
|
| Instruction.SetPropertyInstruction |
The set property operation => "^" STRING ":" ATOM | ARRAY
|
| InstructionVisitor |
A Visitor to iterate
through a list of
Instructions without the need to use instanceof
on each item. |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.