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