33 template<
class E,
class L,
class N,
class V>
39 AccessEdge(
int numericalID,
const _IntermodalEdge* inEdge,
const _IntermodalEdge* outEdge,
const double length) :
40 _IntermodalEdge(inEdge->
getID() +
":" + outEdge->
getID(), numericalID, outEdge->
getEdge(),
"!access"),
double getTravelTime(const IntermodalTrip< E, N, V > *const trip, double) const
IntermodalEdge< E, L, N, V > _IntermodalEdge
AccessEdge(int numericalID, const _IntermodalEdge *inEdge, const _IntermodalEdge *outEdge, const double length)
const std::string & getID() const
Returns the id.
const E * getEdge() const
the base edge type that is given to the internal router (SUMOAbstractRouter)
the "vehicle" type that is given to the internal router (SUMOAbstractRouter)
the access edge connecting different modes that is given to the internal router (SUMOAbstractRouter) ...