Packages

o

com.wedriveu.vehicle.shared

VehicleConstants

object VehicleConstants

This trait is useful to access vehicle's constants and RabbitMq infrastructure's constants.

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

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 val ARRIVED_MAXIMUM_DISTANCE_IN_KILOMETERS: Double(0.1)
  5. final val ESTIMATED_KILOMETERS_PER_PERCENTAGE: Int(10)
  6. final val MAXIMUM_DISTANCE_TO_RECHARGE: Double(2.0)
  7. val RechargingThreshold: Double
  8. val arrivedToRechargeLog: String
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val batteryValueLog: String
  11. val cantRechargeLog: String
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val commaLog: String
  14. val conversionInSeconds: Double
  15. val distanceInKmLog: String
  16. final val earthRadiusInKm: Double
  17. val endRechargeProcessLog: String
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. val errorRechargeProcessLog: String
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final val maxBatteryValue: Double
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. val needRechargingLog: String
  28. val newPositionIsTheSame: String
  29. val newPositionLog: String
  30. val noNeedToRechargeLog: String
  31. final def notify(): Unit
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  33. val oneSecondInMillis: Long
  34. val startRechargeProcessLog: String
  35. val stateBrokenStolenLog: String
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. val timeInSecondsLog: String
  38. val timeOfJourney: Long
  39. val timeStep: Long
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val vehicleIsAlreadyStolenLog: String
  42. val vehicleSetToBrokenLog: String
  43. val vehicleSetToStolenLog: String
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val zeroBattery: Double

Inherited from AnyRef

Inherited from Any

Ungrouped