c

com.wedriveu.vehicle.control

VehicleBehavioursImpl

class VehicleBehavioursImpl extends VehicleBehaviours

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

Instance Constructors

  1. new VehicleBehavioursImpl(vehicleControl: VehicleControl, vertx: Vertx, selfDrivingVehicle: SelfDrivingVehicle, 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. def checkVehicleAndSetItBroken(): Unit

    This method checks the vehicle's state, and if it isn't Stolen, sets it to Broken.

    This method checks the vehicle's state, and if it isn't Stolen, sets it to Broken.

    Definition Classes
    VehicleBehavioursImplVehicleBehaviours
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var debugVar: Boolean
  8. var debugging: Boolean
  9. var deltaLat: Double
  10. var deltaLon: Double
  11. var destinationPosition: Position
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val eventBus: EventBus
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def getDebuggingVar(): Boolean

    This method is used for retrieve the debugging variable for testing.

    This method is used for retrieve the debugging variable for testing.

    returns

    The value of the debugging value.

    Definition Classes
    VehicleBehavioursImplVehicleBehaviours
  18. def goToRecharge(): Unit

    This method is called to start the recharge process of the vehicle.

    This method is called to start the recharge process of the vehicle.

    Definition Classes
    VehicleBehavioursImplVehicleBehaviours
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def movementAndPositionChange(position: Position): Unit

    This models the behaviour of the vehicle's movement and position changing.

    This models the behaviour of the vehicle's movement and position changing.

    position

    Indicates the final position we want for the vehicle.

    Definition Classes
    VehicleBehavioursImplVehicleBehaviours
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def positionChangeUponBooking(userPosition: Position, destinationPosition: Position, notRealisticVar: Boolean): Unit

    This method is used when we want the vehicle drives to the user and then to the destination position.

    This method is used when we want the vehicle drives to the user and then to the destination position.

    userPosition

    Indicates the position of the user.

    destinationPosition

    Indicates the destination position for the user.

    notRealisticVar

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

    Definition Classes
    VehicleBehavioursImplVehicleBehaviours
  26. var rechargingLatchManager: RechargingLatchManager
  27. def setTestUserVar(userVar: Boolean): Unit

    This method permits to set test variables in order to handle tests.

    This method permits to set test variables in order to handle tests.

    userVar

    The value of the variable.

    Definition Classes
    VehicleBehavioursImplVehicleBehaviours
  28. def setVehicleStolen(): Unit

    This method sets the vehicle status to Stolen.

    This method sets the vehicle status to Stolen. This state has priority over Broken status.

    Definition Classes
    VehicleBehavioursImplVehicleBehaviours
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. var testUserVar: Boolean
  31. var testVar: Boolean
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. var verticlesTestVar: Boolean
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from VehicleBehaviours

Inherited from AnyRef

Inherited from Any

Ungrouped