package boundary

Type Members

  1. trait VehicleConfiguratorView extends AnyRef

    This trait models the UI of the vehicles configurator file.

  2. class VehicleConfiguratorViewImpl extends JFrame with VehicleConfiguratorView with ActionListener
  3. trait VehicleStopView extends AnyRef

    This trait models the UI of vehicle stop window.

  4. class VehicleStopViewImpl extends JFrame with VehicleStopView with ActionListener
  5. trait VehicleVerticleArrivedNotify extends AnyRef

    This interface models the verticle of the vehicle that is used to send the "Arrived to destination" notifies to the service.

  6. class VehicleVerticleArrivedNotifyImpl extends AbstractVerticle with VehicleVerticleArrivedNotify

  7. trait VehicleVerticleBook extends AnyRef

    This interface models the verticle of the vehicle that is used to send the "Book" requests to the vehicles.

  8. class VehicleVerticleBookImpl extends AbstractVerticle with VehicleVerticleBook

  9. trait VehicleVerticleCanDrive extends AnyRef

    This interface models the verticle of the vehicle is used to send the "can drive?" requests to the vehicles.

  10. class VehicleVerticleCanDriveImpl extends AbstractVerticle with VehicleVerticleCanDrive

  11. trait VehicleVerticleDriveCommand extends AnyRef

    This interface models the verticle of the vehicle that is used to send the "drive" command to a vehicle.

  12. class VehicleVerticleDriveCommandImpl extends AbstractVerticle with VehicleVerticleDriveCommand

  13. trait VehicleVerticleForUser extends AnyRef

  14. class VehicleVerticleForUserImpl extends AbstractVerticle with VehicleVerticleForUser

  15. trait VehicleVerticleRegister extends AnyRef

    This interface models the verticle of the vehicle that is used to send the "register" request to the servce from the vehicle.

  16. class VehicleVerticleRegisterImpl extends AbstractVerticle with VehicleVerticleRegister

  17. trait VehicleVerticleUpdate extends AnyRef

    This interface models the verticle of the vehicle that is used to send the "update" notifies to the service.

  18. class VehicleVerticleUpdateImpl extends AbstractVerticle with VehicleVerticleUpdate

Ungrouped