Class ReverseWayAction.ReverseWayResult

    • Method Detail

      • getCommands

        public java.util.Collection<CommandgetCommands()
        Gets the commands that will be required to do a full way reversal including changing the tags
        Returns:
        The commands
      • getAsSequenceCommand

        public Command getAsSequenceCommand()
        Gets a single sequence command for reversing this way including changing the tags
        Returns:
        the command
      • getReverseCommand

        public Command getReverseCommand()
        Gets the basic reverse command that only changes the order of the nodes.
        Returns:
        The reorder nodes command
      • getTagCorrectionCommands

        public java.util.Collection<CommandgetTagCorrectionCommands()
        Gets the command to change the tags of the way
        Returns:
        The command to reverse the tags