Class AddIfMaxCommand

java.lang.Object
commandManager.commands.AddIfMaxCommand
All Implemented Interfaces:
BaseCommand

public class AddIfMaxCommand extends Object implements BaseCommand
Add element if it's value greater than max value.
Since:
1.0
  • Constructor Details

    • AddIfMaxCommand

      public AddIfMaxCommand()
      Default constructor with handler from 1.0
    • AddIfMaxCommand

      public AddIfMaxCommand(ModuleHandler<Route> handler)
      Provides choosing handler
      Parameters:
      handler - ModuleHandler for operating
      Since:
      1.1
  • Method Details