#include <MSPerson.h>
Definition at line 238 of file MSPerson.h.
MSPerson::MSPersonStage_Walking::MoveToNextEdge::~MoveToNextEdge |
( |
) | |
|
|
inline |
SUMOTime MSPerson::MSPersonStage_Walking::MoveToNextEdge::execute |
( |
SUMOTime |
currentTime) | |
|
|
inlinevirtual |
Executes the command.
The implementations should return 0 if the command shall not be repeated, or a value larger than 0 that describe the time after which the command shall be executed again. Values below 0 must not be returned.
- Parameters
-
[in] | currentTime | The current simulation time |
- Returns
- The time after which the command shall be executed again, 0 if this command shall be descheduled.
- Exceptions
-
Implements Command.
Definition at line 242 of file MSPerson.h.
References MSPerson::MSPersonStage_Walking::moveToNextEdge(), myParent, and myPerson.
Invalidated assignment operator.
MSPerson* MSPerson::MSPersonStage_Walking::MoveToNextEdge::myPerson |
|
private |
The documentation for this class was generated from the following file: