public class BasicPassengerStrategicModel extends StrategicModel
| Constructor and Description |
|---|
BasicPassengerStrategicModel(java.lang.Class<? extends Facility> facility,
boolean checkedIn,
MathDistribution checkPointDropTime,
MathDistribution checkPointCollectTime,
Flight flight)
Creates the goal module for passenger based on a facility visit,
checked-in and flight.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
wantsToBeDestroyed()
Determines if the agent wants to be removed from the simulation.
|
getActivityPlanner, getBeliefModule, getGoalModule, init, updateprivate Flight flight
public BasicPassengerStrategicModel(java.lang.Class<? extends Facility> facility, boolean checkedIn, MathDistribution checkPointDropTime, MathDistribution checkPointCollectTime, Flight flight)
facility - The facility visit.checkedIn - Checked-in or not.checkPointDropTime - The distribution of checkpoint luggage drop times.checkPointCollectTime - The distribution of checkpoint luggage collect times.flight - The flight.public boolean wantsToBeDestroyed()
StrategicModelwantsToBeDestroyed in class StrategicModel