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