Dynamical system model
|
This is the complete list of members for dsm::TrafficLight, including all inherited members.
addAgent(double angle, Id agentId) | dsm::Intersection | |
addAgent(Id agentId) | dsm::Intersection | |
addStreetPriority(Id streetId) | dsm::Intersection | inline |
agentCounter() | dsm::Intersection | |
agents() | dsm::Intersection | inline |
capacity() const | dsm::Node | inline |
coords() const | dsm::Node | inline |
cycles() const | dsm::TrafficLight | inline |
cycleTime() const | dsm::TrafficLight | inline |
decreaseGreenTimes(Delay const delta) | dsm::TrafficLight | |
density() const override | dsm::Intersection | inlinevirtual |
id() const | dsm::Node | inline |
increaseGreenTimes(Delay const delta) | dsm::TrafficLight | |
Intersection(Id id) | dsm::Intersection | inlineexplicit |
Intersection(Id id, std::pair< double, double > coords) | dsm::Intersection | inline |
Intersection(Node const &node) (defined in dsm::Intersection) | dsm::Intersection | inline |
isDefault() const | dsm::TrafficLight | |
isFavouringDirection(bool const priority) const | dsm::TrafficLight | |
isFull() const override | dsm::Intersection | inlinevirtual |
isGreen(Id const streetId, Direction direction) const | dsm::TrafficLight | |
isIntersection() const noexcept final (defined in dsm::Intersection) | dsm::Intersection | inlinevirtual |
isRoundabout() const noexcept (defined in dsm::Node) | dsm::Node | inlinevirtual |
isStation() const noexcept (defined in dsm::Node) | dsm::Node | inlinevirtual |
isTrafficLight() const noexcept final (defined in dsm::TrafficLight) | dsm::TrafficLight | inlinevirtual |
m_agentCounter (defined in dsm::Intersection) | dsm::Intersection | protected |
m_agents (defined in dsm::Intersection) | dsm::Intersection | protected |
m_capacity (defined in dsm::Node) | dsm::Node | protected |
m_coords (defined in dsm::Node) | dsm::Node | protected |
m_id (defined in dsm::Node) | dsm::Node | protected |
m_name (defined in dsm::Node) | dsm::Node | protected |
m_streetPriorities (defined in dsm::Intersection) | dsm::Intersection | protected |
m_transportCapacity (defined in dsm::Node) | dsm::Node | protected |
maxGreenTime(bool priorityStreets) const | dsm::TrafficLight | |
meanGreenTime(bool priorityStreets) const | dsm::TrafficLight | |
minGreenTime(bool priorityStreets) const | dsm::TrafficLight | |
moveCycle(Id const oldStreetId, Id const newStreetId) | dsm::TrafficLight | |
name() const | dsm::Node | inline |
Node(Id id) | dsm::Node | inlineexplicit |
Node(Id id, std::pair< double, double > coords) | dsm::Node | inline |
Node(Node const &other) (defined in dsm::Node) | dsm::Node | inline |
operator++() (defined in dsm::TrafficLight) | dsm::TrafficLight | |
operator=(Node const &other) (defined in dsm::Node) | dsm::Node | inline |
removeAgent(Id agentId) | dsm::Intersection | |
resetCycles() | dsm::TrafficLight | |
setCapacity(Size capacity) override | dsm::Intersection | virtual |
setComplementaryCycle(Id const streetId, Id const existingCycle) | dsm::TrafficLight | |
setCoords(std::pair< double, double > coords) | dsm::Node | inline |
setCycle(Id const streetId, Direction direction, TrafficLightCycle const &cycle) | dsm::TrafficLight | |
setCycles(std::unordered_map< Id, std::vector< TrafficLightCycle > > cycles) | dsm::TrafficLight | inline |
setId(Id id) | dsm::Node | inline |
setName(const std::string &name) | dsm::Node | inline |
setStreetPriorities(std::set< Id > streetPriorities) | dsm::Intersection | inline |
setTransportCapacity(int capacity) | dsm::Node | inlinevirtual |
streetPriorities() const | dsm::Intersection | inlinevirtual |
TrafficLight(Id id, Delay cycleTime) | dsm::TrafficLight | inline |
TrafficLight(Id id, Delay cycleTime, std::pair< double, double > coords) (defined in dsm::TrafficLight) | dsm::TrafficLight | inline |
TrafficLight(Node const &node, Delay const cycleTime, Delay const counter=0) (defined in dsm::TrafficLight) | dsm::TrafficLight | inline |
transportCapacity() const | dsm::Node | inline |
~Intersection()=default (defined in dsm::Intersection) | dsm::Intersection | virtual |
~Node()=default (defined in dsm::Node) | dsm::Node | virtual |
~TrafficLight()=default (defined in dsm::TrafficLight) | dsm::TrafficLight |