public class StaticMovementModule extends MovementModule
agent, currentVelocity, desiredSpeed, observationModule| Constructor and Description |
|---|
StaticMovementModule()
Creates a static model.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
getMove(int timeStep)
Gets the next move.
|
boundSpeed, getChair, getCurrentVelocity, getDesiredSpeed, getPosition, getStopMovingTime, getStopOrder, init, isSitting, setSitDown, setStopOrder, updatepublic Vector getMove(int timeStep)
MovementModuleMovementModule.currentVelocity to the generated value.getMove in class MovementModuletimeStep - The time step (in milliseconds).