Trait

it.unibo.scafi.distrib.actor.PlatformDevices

ComputationDeviceActor

Related Doc: package PlatformDevices

Permalink

trait ComputationDeviceActor extends (PlatformDevices.this)#BaseDeviceActor with BasicActorBehavior with (PlatformDevices.this)#SensingBehavior with (PlatformDevices.this)#SensorManagementBehavior with (PlatformDevices.this)#ActuatorManagementBehavior with (PlatformDevices.this)#BaseNbrManagementBehavior

Defines a "full" device that, in addition to sensing (SensingBehavior), it also performs a computation, locally, using an {{aggregateExecutor}}.

Linear Supertypes
(PlatformDevices.this)#BaseNbrManagementBehavior, (PlatformDevices.this)#ActuatorManagementBehavior, (PlatformDevices.this)#SensorManagementBehavior, (PlatformDevices.this)#SensingBehavior, BasicActorBehavior, (PlatformDevices.this)#BaseDeviceActor, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComputationDeviceActor
  2. BaseNbrManagementBehavior
  3. ActuatorManagementBehavior
  4. SensorManagementBehavior
  5. SensingBehavior
  6. BasicActorBehavior
  7. BaseDeviceActor
  8. Actor
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Abstract Value Members

  1. abstract val aggregateExecutor: Option[(PlatformDevices.this)#ExecutionTemplate]

    Permalink
  2. abstract def propagateExportToNeighbors(export: (PlatformDevices.this)#EXPORT): Unit

    Permalink
  3. abstract val selfId: (PlatformDevices.this)#ID

    Permalink
    Definition Classes
    BaseDeviceActor

Concrete 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. def actuatorManagementBehavior: Receive

    Permalink
    Definition Classes
    ActuatorManagementBehavior
  5. val actuators: Map[(PlatformDevices.this)#LSNS, (Any) ⇒ Unit]

    Permalink
    Definition Classes
    ActuatorManagementBehavior
  6. def afterJob(): Unit

    Permalink
  7. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def beforeJob(): Unit

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def commandManagementBehavior: Receive

    Permalink
    Definition Classes
    BasicActorBehavior
  16. def compute(ctx: (PlatformDevices.this)#CONTEXT): (PlatformDevices.this)#EXPORT

    Permalink
  17. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  18. def doJob(): Unit

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def executeActuators(value: Any): Unit

    Permalink
    Definition Classes
    ActuatorManagementBehavior
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def inputManagementBehavior: Receive

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. var lastExport: Option[(PlatformDevices.this)#EXPORT]

    Permalink
  28. val localSensors: Map[(PlatformDevices.this)#LSNS, () ⇒ Any]

    Permalink
    Definition Classes
    SensorManagementBehavior
  29. val logger: LoggingAdapter

    Permalink
    Definition Classes
    BasicActorBehavior
  30. def mergeNeighborInfo(idn: (PlatformDevices.this)#ID, info: (PlatformDevices.this)#NbrInfo): Unit

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  31. val nbrSensorValues: Map[(PlatformDevices.this)#NSNS, Map[(PlatformDevices.this)#ID, Any]]

    Permalink
    Definition Classes
    SensingBehavior
  32. var nbrs: Map[(PlatformDevices.this)#ID, (PlatformDevices.this)#NbrInfo]

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  33. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def postStop(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  39. def preStart(): Unit

    Permalink
    Definition Classes
    ComputationDeviceActor → Actor
  40. def queryManagementBehavior: Receive

    Permalink
    Definition Classes
    BasicActorBehavior
  41. def receive: Receive

    Permalink
    Definition Classes
    BasicActorBehavior
  42. def removeNeighbor(idn: (PlatformDevices.this)#ID): Unit

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  43. var rounds: Int

    Permalink
  44. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  45. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  46. def sensingBehavior: Receive

    Permalink
    Definition Classes
    SensingBehavior
  47. def sensorManagementBehavior: Receive

    Permalink
    Definition Classes
    SensorManagementBehavior
  48. val sensorValues: Map[(PlatformDevices.this)#LSNS, Any]

    Permalink
    Definition Classes
    SensingBehavior
  49. def setActuator(name: (PlatformDevices.this)#LSNS, consumer: (Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ActuatorManagementBehavior
  50. def setLocalSensor(name: (PlatformDevices.this)#LSNS, provider: () ⇒ Any): Unit

    Permalink
    Definition Classes
    SensorManagementBehavior
  51. def setLocalSensorValue(name: (PlatformDevices.this)#LSNS, value: Any): Unit

    Permalink
    Definition Classes
    SensingBehavior
  52. def setNbrSensorValue(name: (PlatformDevices.this)#NSNS, map: Map[(PlatformDevices.this)#ID, Any]): Unit

    Permalink
    Definition Classes
    SensingBehavior
  53. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  54. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  56. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  57. def updateNeighborhood(neighbors: Set[(PlatformDevices.this)#ID], clear: Boolean = false): Unit

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  58. def updateNeighborsState(exps: Map[(PlatformDevices.this)#ID, Option[(PlatformDevices.this)#EXPORT]], clear: Boolean = false): Unit

    Permalink
    Definition Classes
    BaseNbrManagementBehavior
  59. def updateSensorValues(): Unit

    Permalink
  60. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def workingBehavior: Receive

    Permalink

Inherited from (PlatformDevices.this)#BaseNbrManagementBehavior

Inherited from (PlatformDevices.this)#ActuatorManagementBehavior

Inherited from (PlatformDevices.this)#SensorManagementBehavior

Inherited from (PlatformDevices.this)#SensingBehavior

Inherited from BasicActorBehavior

Inherited from (PlatformDevices.this)#BaseDeviceActor

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped