SUMOVehicleClass
Definition of vehicle classes to differ between different lane usage and authority types.
A location in the 2D plane freely positioned on a street.
ROEdge * buildEdge(const std::string &name, RONode *from, RONode *to, const int priority)
Builds an edge with the given name.
A model of the street in the city.
void setWorkplaceNumber(const double work)
Modifies the number of work places in this street.
void print() const
Prints a summary of the properties of this street to standard output.
double getPopulation() const
Provides the number of persons living in this street.
void setPopulation(const double pop)
Modifies the number of persons living in this street.
double getWorkplaceNumber() const
Provides the number of work places in this street.
bool allows(const SUMOVehicleClass vclass) const
Returns whether the given vehicle class is allowed on this street.
Interface for building instances of router-edges.
int getNextIndex()
Returns the index of the edge to built.
A basic edge for routing applications.
Base class for nodes used by the router.