Object

it.unibo.scafi.simulation.frontend.model.implementation

SensorEnum

Related Doc: package implementation

Permalink

object SensorEnum

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DESTINATION: Sensor

    Permalink
  5. val OBSTACLE: Sensor

    Permalink
  6. val SENS1: Sensor

    Permalink
  7. val SENS2: Sensor

    Permalink
  8. val SENS3: Sensor

    Permalink
  9. val SENS4: Sensor

    Permalink
  10. val SOURCE: Sensor

    Permalink
  11. val TEMPERATURE: Sensor

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def fromInt(sensorIndex: Int): Option[Sensor]

    Permalink

    Gets the sensor that corresponds to the provided integer.

    Gets the sensor that corresponds to the provided integer.

    sensorIndex

    the integer value to use

    returns

    the sensor related to the integer value, None if it could not be found

  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def getColor(sensor: Sensor): Option[Color]

    Permalink

    Gets the color that corresponds to the provided sensor.

    Gets the color that corresponds to the provided sensor.

    sensor

    the provided sensor

    returns

    the color related to the sensor, None if it could not be found

  19. def getColor(sensorIndex: Int): Option[Color]

    Permalink

    Gets the color that corresponds to the provided integer.

    Gets the color that corresponds to the provided integer.

    sensorIndex

    the integer value to use

    returns

    the color related to the integer value, None if it could not be found

  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. var sensors: Set[Sensor]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped