it
.
unibo
.
scafi
.
distrib
.
actor
PlatformMessages
Related Doc:
package actor
trait
PlatformMessages
extends
AnyRef
Self Type
Subcomponent
Linear Supertypes
AnyRef
,
Any
Known Subclasses
BasicAbstractActorIncarnation
,
BasicActorP2P
,
BasicActorServerBased
,
BasicActorSpatial
,
HybridPlatform
,
Platform
,
Platform
,
ServerPlatform
,
SpatialPlatform
,
SpatialPlatform
,
SpatialPlatform
Ordering
Alphabetic
By Inheritance
Inherited
PlatformMessages
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
Ack
(
id:
Platform.UID
)
extends
Product
with
Serializable
case class
DevInfo
(
nid:
Platform.UID
,
ref:
ActorRef
)
extends
Product
with
Serializable
case class
MsgAddActuator
(
name:
Platform.LSensorName
,
consumer: (
Any
) ⇒
Unit
)
extends
Product
with
Serializable
case class
MsgAddDevComponent
(
ref:
ActorRef
,
devComponent:
JComponent
)
extends
Product
with
Serializable
case class
MsgAddDevice
(
id:
Platform.UID
,
props:
Props
)
extends
Product
with
Serializable
case class
MsgAddPushSensor
(
ref:
ActorRef
)
extends
Product
with
Serializable
case class
MsgAddSensor
(
name:
Platform.LSensorName
,
provider: () ⇒
Any
)
extends
Product
with
Serializable
case class
MsgDeliverTo
(
id:
Platform.UID
,
msg:
Any
)
extends
Product
with
Serializable
case class
MsgDevName
(
ref:
ActorRef
,
id:
Platform.UID
)
extends
Product
with
Serializable
case class
MsgDevPosition
(
ref:
ActorRef
,
pos:
Point2D
)
extends
Product
with
Serializable
case class
MsgDeviceLocation
(
id:
Platform.UID
,
ref:
ActorRef
)
extends
Product
with
Serializable
case class
MsgDevsGUIActor
(
devsGuiActor:
ActorRef
)
extends
Product
with
Serializable
case class
MsgExport
(
from:
Platform.UID
,
export:
Platform.ComputationExport
)
extends
ScafiMessage
with
Product
with
Serializable
case class
MsgExports
(
exports:
Map
[
Platform.UID
,
Platform.ComputationExport
]
)
extends
Product
with
Serializable
case class
MsgGetNbrSensorValue
(
sns:
Platform.NSensorName
,
idn:
Platform.UID
)
extends
Product
with
Serializable
case class
MsgGetNeighborhood
(
id:
Platform.UID
)
extends
Product
with
Serializable
case class
MsgGetNeighborhoodExports
(
id:
Platform.UID
)
extends
Product
with
Serializable
case class
MsgGetNeighborhoodLocations
(
id:
Platform.UID
)
extends
Product
with
Serializable
case class
MsgGetSensorValue
(
sns:
Platform.LSensorName
)
extends
Product
with
Serializable
case class
MsgLocalSensorValue
[
T
]
(
name:
Platform.LSensorName
,
value:
T
)
extends
Product
with
Serializable
case class
MsgLookup
(
id:
Platform.UID
)
extends
Product
with
Serializable
case class
MsgMyFrequency
(
delay:
FiniteDuration
)
extends
Product
with
Serializable
case class
MsgNbrSensorValue
[
T
]
(
name:
Platform.NSensorName
,
values:
Map
[
Platform.UID
,
T
]
)
extends
Product
with
Serializable
case class
MsgNeighbor
(
id:
Platform.UID
,
idn:
Platform.UID
)
extends
Product
with
Serializable
case class
MsgNeighborhood
(
id:
Platform.UID
,
nbrs:
Set
[
Platform.UID
]
)
extends
Product
with
Serializable
case class
MsgNeighborhoodExports
(
id:
Platform.UID
,
nbrs:
Map
[
Platform.UID
,
Option
[
Platform.ComputationExport
]]
)
extends
ScafiMessage
with
Product
with
Serializable
case class
MsgNeighborhoodLocations
(
id:
Platform.UID
,
nbrs:
Map
[
Platform.UID
,
String
]
)
extends
Product
with
Serializable
case class
MsgNeighborhoodUpdate
(
id:
Platform.UID
,
nbrs:
Map
[
Platform.UID
,
ActorRef
]
)
extends
Product
with
Serializable
case class
MsgPosition
(
id:
Platform.UID
,
position:
Any
)
extends
Product
with
Serializable
case class
MsgProgram
(
ap:
Platform.ProgramContract
,
dependencies:
Set
[
Class
[_]] =
Set()
)
extends
Product
with
Serializable
case class
MsgRegistration
(
id:
Platform.UID
)
extends
Product
with
Serializable
case class
MsgRemoveNeighbor
(
idn:
Platform.UID
)
extends
Product
with
Serializable
case class
MsgRound
(
id:
Platform.UID
,
n:
Long
)
extends
Product
with
Serializable
case class
MsgSensorValue
[
T
]
(
id:
Platform.UID
,
name:
Platform.LSensorName
,
value:
T
)
extends
Product
with
Serializable
case class
MsgSetFrequency
(
n:
Int
,
unit:
TimeUnit
)
extends
Product
with
Serializable
case class
MsgShipProgram
(
programMsg:
Platform.MsgProgram
)
extends
Product
with
Serializable
case class
MsgUpdateProgram
(
id:
Platform.UID
,
program: () ⇒
Any
)
extends
Product
with
Serializable
case class
MsgWithDevices
(
devs:
Map
[
Platform.UID
,
ActorRef
]
)
extends
Product
with
Serializable
case class
MyNameIs
(
id:
Platform.UID
)
extends
Product
with
Serializable
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
MsgGetExport
:
Int
val
MsgGetIds
:
Int
val
MsgGetNeighbors
:
Int
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
finalize
()
:
Unit
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