FollowerUsageCont myFollowingDefs
Storage for the probabilities of using a certain follower over time.
A single lane the router may use.
void addFollower(ROEdge *s, std::string dir="")
Adds information about a connected edge.
ROJTREdge(const std::string &id, RONode *from, RONode *to, unsigned int index, const int priority)
Constructor.
ROJTREdge * chooseNext(const ROVehicle *const veh, SUMOTime time) const
Returns the next edge to use.
void setTurnDefaults(const std::vector< SUMOReal > &defs)
Sets the turning definition defaults.
ROJTREdge & operator=(const ROJTREdge &src)
invalidated assignment operator
std::vector< SUMOReal > myParsedTurnings
The defaults for turnings.
A vehicle as used by router.
An edge the jtr-router may route through.
A basic edge for routing applications.
std::map< ROJTREdge *, ValueTimeLine< SUMOReal > *, Named::ComparatorIdLess > FollowerUsageCont
Definition of a map that stores the probabilities of using a certain follower over time...
Base class for nodes used by the router.
Function-object for stable sorting in containers.
void addFollowerProbability(ROJTREdge *follower, SUMOTime begTime, SUMOTime endTime, SUMOReal probability)
adds the information about the percentage of using a certain follower