Package | Description |
---|---|
jsensor.nodes | |
jsensor.nodes.messages |
Modifier and Type | Method and Description |
---|---|
Inbox |
Node.getInbox()
Set the color for this node
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Node.handleMessages(Inbox inbox)
In synchronous simulation, this method is executed every round.
|
void |
Node.setInbox(Inbox inbox) |
Modifier and Type | Method and Description |
---|---|
Inbox |
Inbox.getInboxAtThisTime(long time)
This method is similar to Inbox#getPackets(),but it returns a inbox instead of
a set of packets.
|