Package casa.lepton.walk
Interface Walk
- All Known Implementing Classes:
BusWalk,DynGraphWalk,GraphWalk,LevyWalk,LimitedAreaGraphWalk,RandomWaypoint,TractorWalk
public interface Walk
An interface that defines a mobility model for nodes moving in some area, and
provides general-purpose methods for handling
Walker instances in
MobSim.-
Method Summary
-
Method Details
-
getArea
casa.util.geom.AreaCar getArea()Returns the area in which this walk is defined.- Returns:
- the
AreaCarin which this walk is defined
-
getWalker
Returns a newWalkerthat will move according to the mobility model implemented in this instance ofWalk.- Parameters:
time- the time of creation of this walkernodeId-- Returns:
- a new
Walker, whose mobility starts at the specified time
-