Package commandManagers.commands


package commandManagers.commands
  • Classes
    Class
    Description
    Command to add a new city to the collection.
    Command to add a new city to the collection if it has a smaller population than the smallest city in the collection.
    Command to clear the collection.
    ExecuteScript is a class that represents the execute_script command.
    The Exit class is a command that terminates the program.
    The Help class is a command that provides information about the available commands in the program.
    Command that prints the command history
    Class Info provides information about the collection: the type of the collection, the date of its initialization, and the number of elements it contains.
    The PrintDescending class is a command class that prints the population of all cities in descending order.
    Class PrintFieldDescendingMetersAboveSeaLevel provides output of the meters above sea level in descending order.
    Class RemoveById provides removal of an element from the collection by its ID number.
    This class represents the RemoveGreater command in the program.
    Save class represents the Save command in the program.
    Command to show all cities in the collection.
    Command class for computing the sum of meters above sea level of all cities in the collection.
    Command to update a city by its id number.