Packages

package control

Type Members

  1. trait CanDriveChecker extends AnyRef

    This trait models the part of the system used to check if a journey is possible for the vehicle.

  2. class CanDriveCheckerImpl extends CanDriveChecker
  3. trait VehicleBehaviours extends AnyRef

    This is the vehicle behaviours models capturing different events.

  4. class VehicleBehavioursImpl extends VehicleBehaviours
  5. trait VehicleControl extends AnyRef

    This models the control part of the vehicle.

  6. class VehicleControlImpl extends VehicleControl
  7. class VehicleCreator extends Thread

Ungrouped