Class

it.unibo.scafi.simulation.Simulation.NetworkSimulator

SimulatorContextImpl

Related Doc: package NetworkSimulator

Permalink

class SimulatorContextImpl extends (Simulation.this)#ContextImpl with (Simulation.this)#StandardTemporalSensorNames with (Simulation.this)#StandardPlatformSensorNames

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

Instance Constructors

  1. new SimulatorContextImpl(id: (Simulation.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: (Simulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  5. val LSNS_RANDOM: (Simulation.this)#CNAME

    Permalink
    Definition Classes
    StandardPlatformSensorNames
  6. val LSNS_TIME: (Simulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  7. val LSNS_TIMESTAMP: (Simulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  8. val NBR_DELAY: (Simulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  9. val NBR_LAG: (Simulation.this)#CNAME

    Permalink
    Definition Classes
    StandardTemporalSensorNames
  10. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SimulatorContextImplContextImplContext
  21. val nbrSensor: Map[(Simulation.this)#CNAME, Map[(Simulation.this)#ID, Any]]

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

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

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

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

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

    Permalink
    Definition Classes
    BaseContextImplContextOps
  27. val selfId: (Simulation.this)#ID

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

    Permalink
    Definition Classes
    SimulatorContextImplContextImplContext
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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 (Simulation.this)#StandardPlatformSensorNames

Inherited from (Simulation.this)#StandardTemporalSensorNames

Inherited from (Simulation.this)#ContextImpl

Inherited from (Simulation.this)#BaseContextImpl

Inherited from (Simulation.this)#ContextOps

Inherited from (Simulation.this)#Context

Inherited from AnyRef

Inherited from Any

Ungrouped