public static class ReverseWayAction.ReverseWayResult extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Way |
newWay |
private Command |
reverseCommand |
private java.util.Collection<Command> |
tagCorrectionCommands |
Constructor and Description |
---|
ReverseWayResult(Way newWay,
java.util.Collection<Command> tagCorrectionCommands,
Command reverseCommand) |
Modifier and Type | Method and Description |
---|---|
Command |
getAsSequenceCommand() |
java.util.Collection<Command> |
getCommands() |
Way |
getNewWay() |
Command |
getReverseCommand() |
java.util.Collection<Command> |
getTagCorrectionCommands() |
private final java.util.Collection<Command> tagCorrectionCommands
private final Command reverseCommand
public ReverseWayResult(Way newWay, java.util.Collection<Command> tagCorrectionCommands, Command reverseCommand)
public java.util.Collection<Command> getCommands()
public Command getAsSequenceCommand()
public Command getReverseCommand()
public java.util.Collection<Command> getTagCorrectionCommands()