Package core.system
-
Class Summary Class Description MyVelibSystem The MyVelibSystem class : This class is responsible to implement what a myVelib system (or network) is.MyVelibSystemFactory 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)MyVelibSystemFactoryTest MyVelibSystemTest