|
|
@@ -79,11 +79,6 @@ public class HandlingEvent {
|
|
79
|
79
|
|
|
80
|
80
|
|
|
81
|
81
|
/**
|
|
82
|
|
- * Constructor for events that have a carrier movement associated. The location where
|
|
83
|
|
- * the event took place is derived from the carrier movement: if the type of event is LOAD,
|
|
84
|
|
- * the location is the starting point of the movement, if the type is UNLOAD the location
|
|
85
|
|
- * is the end point.
|
|
86
|
|
- *
|
|
87
|
82
|
* @param cargo cargo
|
|
88
|
83
|
* @param completionTime completion time, the reported time that the event actually happened (e.g. the receive took place).
|
|
89
|
84
|
* @param registrationTime registration time, the time the message is received
|