|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogist.history.Event
public class Event
An simulation event is an action carried out by a vehicle at a particular time.
| Method Summary | |
|---|---|
java.lang.String |
action()
|
static Event |
arrive(long time,
Vehicle vehicle,
Topology.City city)
|
static Event |
deliver(long time,
Vehicle vehicle,
Task task)
|
static Event |
fromAction(long time,
Vehicle vehicle,
Action action)
|
static Event |
pickup(long time,
Vehicle vehicle,
Task task)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Event arrive(long time,
Vehicle vehicle,
Topology.City city)
public static Event deliver(long time,
Vehicle vehicle,
Task task)
public static Event pickup(long time,
Vehicle vehicle,
Task task)
public static Event fromAction(long time,
Vehicle vehicle,
Action action)
public java.lang.String action()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||