Class AbstractNodesCommand<C extends Collection<Node>>

    • Constructor Detail

      • AbstractNodesCommand

        protected AbstractNodesCommand​(Way way,
                                       C cmdNodes)
        Constructs a new AbstractNodesCommand.
        Parameters:
        way - The way to modify
        cmdNodes - The collection of nodes for this command
      • AbstractNodesCommand

        protected AbstractNodesCommand​(DataSet ds,
                                       Way way,
                                       C cmdNodes)
        Constructs a new AbstractNodesCommand.
        Parameters:
        ds - The target data set. Must not be null
        way - The way to modify
        cmdNodes - The collection of nodes for this command