|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Event
An abstract class used in a Simulation to indicate a significant event. This class will be extended by ArrivalEvent and DepartureEvent. Events will be stored in a Clock, along with the time of the Event.
Simulation,
Clock,
ArrivalEvent,
DepartureEvent| Field Summary | |
protected Party |
party
The party involved in this event |
| Constructor Summary | |
Event()
|
|
| Method Summary | |
abstract boolean |
isArrival()
Indicates whether or not this Event is an arrival event. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected Party party
| Constructor Detail |
public Event()
| Method Detail |
public abstract boolean isArrival()
ArrivalEvent,
DepartureEvent
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||