public class BasicLuggageDropActivity extends LuggageDropActivity
activityModule, agent, map, movement, navigationModule, observations| Constructor and Description |
|---|
BasicLuggageDropActivity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStart(int timeStep)
Determines if the activity can start.
|
Position |
getActivityPosition()
Gets the activity position.
|
void |
update(int timeStep)
Updates the updatable element.
|
endActivity, getActivityState, goToActivity, init, isFinished, isGoingToActivity, isInProgress, startActivitypublic boolean canStart(int timeStep)
Activitypublic Position getActivityPosition()
ActivitygetActivityPosition in class Activitypublic void update(int timeStep)
UpdatabletimeStep - The time step of the simulation (in milliseconds).