- setBraking(double) - Method in class bicycleBody.Bicycle
-
Computes the velocity of the bicycle
based on the given braking force.
- setOriginalVelocity(double) - Method in class bicycleBody.Bicycle
-
- setPedaling(double) - Method in class bicycleBody.Bicycle
-
Computes the velocity of the bicycle
based on the pedaling rate.
- setUp() - Method in class tests.BicycleTest
-
- setUp() - Method in class tests.BrakesTest
-
- setUp() - Method in class tests.PedalsTest
-
- setUpBeforeClass() - Static method in class tests.BicycleTest
-
- setUpBeforeClass() - Static method in class tests.BrakesTest
-
- setUpBeforeClass() - Static method in class tests.PedalsTest
-
- setupVehicle(String, String, String, double) - Method in interface race.IRace
-
- setupVehicle(String, String, String, double) - Method in class race.RaceWithStages
-
Creates the vehicles that are going
to participate in the race.
- setupVehicles() - Method in interface race.IRace
-
Creates the vehicles that are going
to participate in the race.
- setupVehicles() - Method in class race.RaceWithStages
-
Helper method, constructing 3 bicycles
to quickly setup a race between the vehicles.
- SimplePedal - Class in bicyclePedal
-
SimplePedal
- SimplePedal() - Constructor for class bicyclePedal.SimplePedal
-