- getName() - Method in class bicycleBody.Bicycle
-
- getReader() - Method in class mainApplication.BicycleSimpleApplication
-
- getSpeed(double) - Method in interface bicyclePedal.IPedal
-
Computes the speed which is provided given the pedaling rate.
- getSpeed(double) - Method in class bicyclePedal.SimplePedal
-
Computes the speed by a factor based on the input
parameter.
- getSpeed(double) - Method in class bicyclePedal.ZuperPedal
-
Computes the speed by a factor based on the input
parameter.
- getSpeedReduction(Double) - Method in class bicycleBreaks.DuperBrakes
-
Reduces the speed by a factor based on the input
parameter.
- getSpeedReduction(Double) - Method in interface bicycleBreaks.IBrakes
-
Reduces the speed by a factor based on the input
parameter.
- getSpeedReduction(Double) - Method in class bicycleBreaks.NiceBrakes
-
Reduces the speed by a factor based on the input
parameter.
- getTimeRun() - Method in class bicycleBody.Bicycle
-
- getVelocity() - Method in class bicycleBody.Bicycle
-