Class

it.unibo.scafi.simulation.SpatialSimulation.SpaceAwareSimulator

SpatialSimulatorContextImpl

Related Doc: package SpaceAwareSimulator

Permalink

class SpatialSimulatorContextImpl extends SimulatorContextImpl with (SpatialSimulation.this)#StandardSpatialSensorNames

Linear Supertypes
(SpatialSimulation.this)#StandardSpatialSensorNames, SpaceAwareSimulator.SimulatorContextImpl, (SpatialSimulation.this)#StandardPlatformSensorNames, (SpatialSimulation.this)#StandardTemporalSensorNames, (SpatialSimulation.this)#ContextImpl, (SpatialSimulation.this)#BaseContextImpl, (SpatialSimulation.this)#ContextOps, (SpatialSimulation.this)#Context, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpatialSimulatorContextImpl
  2. StandardSpatialSensorNames
  3. SimulatorContextImpl
  4. StandardPlatformSensorNames
  5. StandardTemporalSensorNames
  6. ContextImpl
  7. BaseContextImpl
  8. ContextOps
  9. Context
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpatialSimulatorContextImpl(id: (SpatialSimulation.this)#ID)

    Permalink

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 LSNS_DELTA_TIME: (SpatialSimulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  5. val LSNS_POSITION: (SpatialSimulation.this)#CNAME

    Permalink
    Definition Classes
    StandardSpatialSensorNames
  6. val LSNS_RANDOM: (SpatialSimulation.this)#CNAME

    Permalink
    Definition Classes
    StandardPlatformSensorNames
  7. val LSNS_TIME: (SpatialSimulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  8. val LSNS_TIMESTAMP: (SpatialSimulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  9. val NBR_DELAY: (SpatialSimulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  10. val NBR_LAG: (SpatialSimulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  11. val NBR_RANGE: (SpatialSimulation.this)#CNAME

    Permalink
    Definition Classes
    StandardSpatialSensorNames
  12. val NBR_VECTOR: (SpatialSimulation.this)#CNAME

    Permalink
    Definition Classes
    StandardSpatialSensorNames
  13. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def exports(): Iterable[((SpatialSimulation.this)#ID, (SpatialSimulation.this)#EXPORT)]

    Permalink
    Definition Classes
    BaseContextImplContext
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. val localSensor: Map[(SpatialSimulation.this)#CNAME, Any]

    Permalink
    Definition Classes
    ContextImpl
  22. def localSensorRetrieve[T](lsns: (SpatialSimulation.this)#CNAME, id: (SpatialSimulation.this)#ID): Option[T]

    Permalink
  23. def nbrSense[T](nsns: (SpatialSimulation.this)#CNAME)(nbr: (SpatialSimulation.this)#ID): Option[T]

    Permalink
  24. val nbrSensor: Map[(SpatialSimulation.this)#CNAME, Map[(SpatialSimulation.this)#ID, Any]]

    Permalink
    Definition Classes
    ContextImpl
  25. def nbrSensorRetrieve[T](nsns: (SpatialSimulation.this)#CNAME, id: (SpatialSimulation.this)#ID, nbr: (SpatialSimulation.this)#ID): Option[T]

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def readSlot[A](i: (SpatialSimulation.this)#ID, p: (SpatialSimulation.this)#Path): Option[A]

    Permalink
    Definition Classes
    BaseContextImplContextOps
  30. val selfId: (SpatialSimulation.this)#ID

    Permalink
    Definition Classes
    BaseContextImplContext
  31. def sense[T](lsns: (SpatialSimulation.this)#CNAME): Option[T]

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

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

    Permalink
    Definition Classes
    ContextImpl → AnyRef → Any
  34. def updateExport(id: (SpatialSimulation.this)#ID, export: (SpatialSimulation.this)#EXPORT): Unit

    Permalink
    Definition Classes
    BaseContextImpl
  35. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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 (SpatialSimulation.this)#StandardSpatialSensorNames

Inherited from (SpatialSimulation.this)#StandardPlatformSensorNames

Inherited from (SpatialSimulation.this)#StandardTemporalSensorNames

Inherited from (SpatialSimulation.this)#ContextImpl

Inherited from (SpatialSimulation.this)#BaseContextImpl

Inherited from (SpatialSimulation.this)#ContextOps

Inherited from (SpatialSimulation.this)#Context

Inherited from AnyRef

Inherited from Any

Ungrouped