Package | Description |
---|---|
jsensor.nodes | |
jsensor.nodes.events | |
jsensor.nodes.monitoring |
Modifier and Type | Method and Description |
---|---|
void |
Node.addEventToHandle(AbstractEvent ae,
int StartTime)
Add a new event to be handled by this node
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFactEvent
Class that represents all Fact Events of the network.
|
class |
AbstractMovementEvent
Class that represents all assynchronous Movement Events of the Nodes.
|
class |
AbstractTimer
This class represents all Timer events in the network.
|
class |
SendingEvent |
Modifier and Type | Method and Description |
---|---|
AbstractEvent |
EventQueue.getFirst() |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<AbstractEvent> |
EventQueue.getEventLowerThan(long time)
Return all events whose fireTime is lower the the specified time.
|
Modifier and Type | Method and Description |
---|---|
void |
EventQueue.addEventToHandle(AbstractEvent ae) |
int |
AbstractEvent.compareTo(AbstractEvent o) |
int |
AbstractTimer.compareTo(AbstractEvent o)
Start a new timer for the node n using the absoluteTime.
|
Modifier and Type | Method and Description |
---|---|
void |
EventQueue.setEventsToHandle(java.util.concurrent.ConcurrentSkipListSet<AbstractEvent> eventsToHandle) |
Modifier and Type | Method and Description |
---|---|
void |
Fact.addEventToHandle(AbstractEvent ae) |