org.openstreetmap.josm.actions
Class ReverseWayAction.ReverseWayResult

java.lang.Object
  extended by org.openstreetmap.josm.actions.ReverseWayAction.ReverseWayResult
Enclosing class:
ReverseWayAction

public static class ReverseWayAction.ReverseWayResult
extends java.lang.Object


Field Summary
private  Way newWay
           
private  Command reverseCommand
           
private  java.util.Collection<Command> tagCorrectionCommands
           
 
Constructor Summary
ReverseWayAction.ReverseWayResult(Way newWay, java.util.Collection<Command> tagCorrectionCommands, Command reverseCommand)
           
 
Method Summary
 Command getAsSequenceCommand()
           
 java.util.Collection<Command> getCommands()
           
 Way getNewWay()
           
 Command getReverseCommand()
           
 java.util.Collection<Command> getTagCorrectionCommands()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newWay

private Way newWay

tagCorrectionCommands

private java.util.Collection<Command> tagCorrectionCommands

reverseCommand

private Command reverseCommand
Constructor Detail

ReverseWayAction.ReverseWayResult

public ReverseWayAction.ReverseWayResult(Way newWay,
                                         java.util.Collection<Command> tagCorrectionCommands,
                                         Command reverseCommand)
Method Detail

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