|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| vanetsim.scenario.events | |
| Uses of Event in vanetsim.scenario.events |
|---|
| Subclasses of Event in vanetsim.scenario.events | |
|---|---|
class |
StartBlocking
This class represents an event which starts blocking on a street. |
class |
StopBlocking
This class represents an event which ends blocking on a street ("unblock"). |
| Methods in vanetsim.scenario.events that return types with arguments of type Event | |
|---|---|
java.util.Iterator<Event> |
EventList.getIterator()
Gets an iterator over all events. |
| Methods in vanetsim.scenario.events with parameters of type Event | |
|---|---|
void |
EventList.addEvent(Event event)
Adds an event. |
int |
StopBlocking.compareTo(Event other)
Compare to another event. |
int |
StartBlocking.compareTo(Event other)
Compare to another event. |
void |
EventList.delEvent(Event event)
Removes an event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||