![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Stack demand elements. More...
Public Member Functions | |
void | addDemandElements (GNEDemandElement *demandElement) |
add demand elment to current StackDemandElements More... | |
const std::vector< GNEDemandElement * > & | getDemandElements () const |
get demand elements More... | |
const StackPosition & | getStackPosition () const |
get stack position More... | |
StackDemandElements (const StackPosition stackedPosition, GNEDemandElement *demandElement) | |
constructor More... | |
GNEEdge::StackDemandElements::StackDemandElements | ( | const StackPosition | stackedPosition, |
GNEDemandElement * | demandElement | ||
) |
constructor
Definition at line 1585 of file GNEEdge.cpp.
void GNEEdge::StackDemandElements::addDemandElements | ( | GNEDemandElement * | demandElement | ) |
add demand elment to current StackDemandElements
Definition at line 1593 of file GNEEdge.cpp.
const std::vector< GNEDemandElement * > & GNEEdge::StackDemandElements::getDemandElements | ( | ) | const |
get demand elements
Definition at line 1605 of file GNEEdge.cpp.
const GNEEdge::StackPosition & GNEEdge::StackDemandElements::getStackPosition | ( | ) | const |
get stack position
Definition at line 1599 of file GNEEdge.cpp.