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