c

com.wedriveu.vehicle.control

VehicleControlImpl

class VehicleControlImpl extends VehicleControl

Linear Supertypes
VehicleControl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VehicleControlImpl
  2. VehicleControl
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VehicleControlImpl(vertx: Vertx, imageUrl: String, description: String, licence: String, state: String, position: Position, battery: Double, speed: Double, stopUi: VehicleStopView, debugVar: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val awaiting: String
  6. def changePositionUponBooking(userPosition: Position, destinationPosition: Position, notRealisticVar: Boolean): Unit

    This method should be called when a booking request arrive from the service.

    This method should be called when a booking request arrive from the service.

    userPosition

    Indicates the user position.

    destinationPosition

    Indicates the destination position for the user.

    notRealisticVar

    Setteted to False the execution of the system will be more realistic.

    Definition Classes
    VehicleControlImplVehicleControl
  7. var channel: Channel
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. var connection: Connection
  10. var debugVar: Boolean
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getBehavioursControl(): VehicleBehaviours

    This method permits to retrieve the behaviours control of the system

    This method permits to retrieve the behaviours control of the system

    returns

    The behaviours instance.

    Definition Classes
    VehicleControlImplVehicleControl
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def getUserOnBoard(): Boolean

    This method permits to retrieve the variable which indicates if the user is on board or not.

    This method permits to retrieve the variable which indicates if the user is on board or not.

    returns

    True if the user is on board, False otherwise.

    Definition Classes
    VehicleControlImplVehicleControl
  17. def getUsername: String

    This method permits to retrieve the username of the user associated to this vehicle.

    This method permits to retrieve the username of the user associated to this vehicle.

    returns

    The username of the user.

    Definition Classes
    VehicleControlImplVehicleControl
  18. def getVehicle(): SelfDrivingVehicle

    This is usefull to get the vehicle for retrieve vehicle informations.

    This is usefull to get the vehicle for retrieve vehicle informations.

    returns

    Returns the instance of the vehicle.

    Definition Classes
    VehicleControlImplVehicleControl
  19. def goToDestination(position: Position): Unit

    This method permits to execute the behaviour "Change Position".

    This method permits to execute the behaviour "Change Position".

    position

    The position to reach.

    Definition Classes
    VehicleControlImplVehicleControl
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. var kilometersToDo: Double
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. val received: String
  27. def setUserOnBoard(newUserOnBoard: Boolean): Unit

    This method permits to set the internal variable if the user is on board or not.

    This method permits to set the internal variable if the user is on board or not.

    Definition Classes
    VehicleControlImplVehicleControl
  28. def setUsername(newUsername: String): Unit

    This method permits to define the username of the user associated to this vehicle.

    This method permits to define the username of the user associated to this vehicle.

    newUsername

    This indicates the new username to set.

    Definition Classes
    VehicleControlImplVehicleControl
  29. def startVehicleEngine(): Unit

    This starts the engine of the vehicle, initializing the communication infrastructure.

    This starts the engine of the vehicle, initializing the communication infrastructure.

    Definition Classes
    VehicleControlImplVehicleControl
  30. def subscribeToBrokenEvents(): Unit

    This method permits, at configurator will, to pick up Vehicle Broken events.

    This method permits, at configurator will, to pick up Vehicle Broken events.

    Definition Classes
    VehicleControlImplVehicleControl
  31. def subscribeToStolenEvents(): Unit

    This method permits, at configurator will, to pick up Vehicle Stolen events.

    This method permits, at configurator will, to pick up Vehicle Stolen events.

    Definition Classes
    VehicleControlImplVehicleControl
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def unsubscribeToBrokenEvents(): Unit

    This method permits to unsubsribe the control system to vehicle broken events.

    This method permits to unsubsribe the control system to vehicle broken events.

    Definition Classes
    VehicleControlImplVehicleControl
  35. def unsubscribeToStolenEvents(): Unit

    This method permits to unsubsribe the control system to vehicle stolen events.

    This method permits to unsubsribe the control system to vehicle stolen events.

    Definition Classes
    VehicleControlImplVehicleControl
  36. var userOnBoard: Boolean
  37. var username: String
  38. val vehicleBehaviours: VehicleBehaviours
  39. val vehicleEventsObservables: VehicleEventsObservables
  40. val vehicleGiven: SelfDrivingVehicle
  41. var vehicleVerticleArrivedNotify: VehicleVerticleArrivedNotifyImpl
  42. var vehicleVerticleBook: VehicleVerticleBookImpl
  43. var vehicleVerticleCanDrive: VehicleVerticleCanDriveImpl
  44. var vehicleVerticleDriveCommand: VehicleVerticleDriveCommandImpl
  45. var vehicleVerticleForUser: VehicleVerticleForUserImpl
  46. var vehicleVerticleRegister: VehicleVerticleRegisterImpl
  47. var vehicleVerticleUpdate: VehicleVerticleUpdateImpl
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from VehicleControl

Inherited from AnyRef

Inherited from Any

Ungrouped