Class ForestAction.Move
Object
ForestAction
Move
- Enclosing class:
- ForestAction
-
Nested Class Summary
Nested classes/interfaces inherited from class ForestAction
ForestAction.Add, ForestAction.Copy, ForestAction.Move, ForestAction.Remove, ForestAction.Visitor -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Move
public Move(LongList rowIds, long under, long after, long before)
-
-
Method Details
-
getRowIds
public LongList getRowIds() -
getUnder
public long getUnder() -
getAfter
public long getAfter() -
getBefore
public long getBefore() -
accept
- Specified by:
acceptin classForestAction- Throws:
StructureException
-
toString
-