org.openstreetmap.josm.actions
Class ReverseWayAction.ReverseWayResult
java.lang.Object
org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
- Enclosing class:
- ReverseWayAction
public static class ReverseWayAction.ReverseWayResult
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newWay
private Way newWay
tagCorrectionCommands
private java.util.Collection<Command> tagCorrectionCommands
reverseCommand
private Command reverseCommand
ReverseWayAction.ReverseWayResult
public ReverseWayAction.ReverseWayResult(Way newWay,
java.util.Collection<Command> tagCorrectionCommands,
Command reverseCommand)
getNewWay
public Way getNewWay()
getCommands
public java.util.Collection<Command> getCommands()
getAsSequenceCommand
public Command getAsSequenceCommand()
getReverseCommand
public Command getReverseCommand()
getTagCorrectionCommands
public java.util.Collection<Command> getTagCorrectionCommands()
JOSM