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
P
- ParkingSlot - Class in core.components
-
The ParkingSlot class: This class defines what is a parking slot and how it will behave in the application
- ParkingSlot() - Constructor for class core.components.ParkingSlot
-
The ParkingSlot constructor (that take no argument)
- ParkingSlot(int, Bicycle) - Constructor for class core.components.ParkingSlot
-
The ParkingSlot constructor
- ParkingSlotsFactory - Class in core.components.factories
-
The ParkingSlotFactory class : This is the factory to create and add new parking slots to stations It is uses the simple factory design pattern
- ParkingSlotsFactory() - Constructor for class core.components.factories.ParkingSlotsFactory
- ParkingSlotsFactoryTest - Class in core.components.factories
- ParkingSlotsFactoryTest() - Constructor for class core.components.factories.ParkingSlotsFactoryTest
- ParkingSlotTest - Class in core.components
-
Testing ParkingSlot Class
- ParkingSlotTest() - Constructor for class core.components.ParkingSlotTest
- PlanningApp - Class in core.rides.planning
-
The PlanningApp class of rides.planning module : This class contains all algorithms that are needed to plan a ride given two points.
- PlanningApp() - Constructor for class core.rides.planning.PlanningApp
- PlanningAppTest - Class in core.rides.planning
- PlanningAppTest() - Constructor for class core.rides.planning.PlanningAppTest
- PlanningRide - Class in core.setup
-
The PlanningRide class : This is the class to implement the planning simulations from the planning package when creating a new journey ride for a user
- PlanningRide() - Constructor for class core.setup.PlanningRide
- PlusStation - Class in core.components
-
The PlusStation class : This class defines what is a plus station on the application
- PlusStation(Point, boolean, List<ParkingSlot>) - Constructor for class core.components.PlusStation
-
A (simpler) PlusStation constructor
- PlusStation(Point, boolean, List<ParkingSlot>, double, int) - Constructor for class core.components.PlusStation
-
A PlusStation constructor
- PointFactory - Class in core.components.factories
-
The PointFactory class : This is the factory to create and add new points, that represent the coordinates in the project It is uses the simple factory design pattern
- PointFactory() - Constructor for class core.components.factories.PointFactory
- PointFactoryTest - Class in core.components.factories
- PointFactoryTest() - Constructor for class core.components.factories.PointFactoryTest
All Classes All Packages