A B C D E G H I M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
M
- main() - Method in class cli.commands.AddManagerTest
-
Test that need to be implemented
- main() - Method in class cli.commands.AddUserTest
-
Test that need to be implemented
- main() - Method in class cli.commands.DisplayStationTest
-
Test that need to be implemented
- main() - Method in class cli.commands.DisplayTest
-
Test that need to be implemented
- main() - Method in class cli.commands.DisplayUserTest
-
Test that need to be implemented
- main() - Method in class cli.commands.ExitTest
-
Test that need to be implemented
- main() - Method in class cli.commands.HelpTest
-
Test that need to be implemented
- main() - Method in class cli.commands.OfflineTest
-
Test that need to be implemented
- main() - Method in class cli.commands.OnlineTest
-
Test that need to be implemented
- main() - Method in class cli.commands.RentBicycleTest
-
Test that need to be implemented
- main() - Method in class cli.commands.ReturnBicycleTest
-
Test that need to be implemented
- main() - Method in class cli.commands.RunTestTest
-
Test that need to be implemented
- main() - Method in class cli.commands.SetupTest
-
Test that need to be implemented
- main() - Method in class cli.commands.SortStationTest
-
Test that need to be implemented
- main() - Method in class cli.RunCommandTest
-
Test that need to be implemented
- main() - Method in class core.CoreAppTest
- main() - Method in class core.setup.InitialSetupTest
- main() - Method in class core.setup.RentalBicycleTest
- main(String[]) - Static method in class cli.commands.AddManager
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.AddUser
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.Display
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.DisplayStation
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.DisplayUser
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.Exit
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.Help
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.Offline
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.Online
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.RentBicycle
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.ReturnBicycle
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.RunTest
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.Setup
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.commands.SortStation
-
main() is the implementation of the command.
- main(String[]) - Static method in class cli.MyVelibCLI
-
This is the main() method of the CLI class.
- main(String[]) - Static method in class cli.RunCommand
-
main() is the implementation of the Main class for the CLI application.
- main(String[]) - Static method in class core.CoreApp
-
This is the main() method of our myVelib core app.
- main(String[]) - Static method in class core.setup.ComputationStatistics
-
The main method for the computation statistics
- main(String[]) - Static method in class core.setup.InitialSetup
-
The main method that will just run the initial setup and save the system
- main(String[]) - Static method in class core.setup.PlanningRide
-
The main method for planning ride
- main(String[]) - Static method in class core.setup.RentalBicycle
-
The main method that executes the rentBicycle methods to test whether or not the rentBicycle algorithm works
- main(String[]) - Static method in class core.setup.VisualizationStatistics
-
The main method for the VisualizationStatistics class
- Manager - Class in core.components
-
The Manager class: This class implements the manager object it will have access to all information on all systems in the core/CLI applications
- Manager(String, Point, int, double) - Constructor for class core.components.Manager
-
The Manager constructor: It defines how we can instantiate the Manager class
- ManagerTest - Class in core.components
-
Testing Manager Class
- ManagerTest() - Constructor for class core.components.ManagerTest
- MechanicalBicycle - Class in core.components
-
The MechanicalBicycle class : This class defines what is a mechanical bicycle in the application
- MechanicalBicycle() - Constructor for class core.components.MechanicalBicycle
-
The mechanical bicycle constructor that inherits from the super class Bicycle
- MyVelibCLI - Class in cli
-
This is the class that implements the interpreter or the CLI.
- MyVelibCLI() - Constructor for class cli.MyVelibCLI
- MyVelibCLITest - Class in cli
-
Testing the myvelib CLI class
- MyVelibCLITest() - Constructor for class cli.MyVelibCLITest
- MyVelibSystem - Class in core.system
-
The MyVelibSystem class : This class is responsible to implement what a myVelib system (or network) is.
- MyVelibSystem() - Constructor for class core.system.MyVelibSystem
-
(Simplest) constructor for the system class, will create an (empty) system
- MyVelibSystem(List<Station>) - Constructor for class core.system.MyVelibSystem
-
(Simpler) constructor for the system class
- MyVelibSystem(List<Station>, List<User>, double) - Constructor for class core.system.MyVelibSystem
-
Constructor for the system class
- MyVelibSystemFactory - Class in core.system
-
The MyVelibSystemFactory class : This class is responsible for creating the new system on the core.Main application (the application itself) It is used to implement the Factory design pattern (but, here due to time and design constraints, we used the simple factory)
- MyVelibSystemFactory() - Constructor for class core.system.MyVelibSystemFactory
- MyVelibSystemFactoryTest - Class in core.system
- MyVelibSystemFactoryTest() - Constructor for class core.system.MyVelibSystemFactoryTest
- MyVelibSystemTest - Class in core.system
- MyVelibSystemTest() - Constructor for class core.system.MyVelibSystemTest
All Classes All Packages