122 NBEdge*
retrieve(
const std::string&
id,
bool retrieveExtracted =
false)
const;
177 std::map<std::string, NBEdge*>::const_iterator
begin()
const {
185 std::map<std::string, NBEdge*>::const_iterator
end()
const {
232 const std::string& firstEdgeName,
const std::string& secondEdgeName,
233 unsigned int noLanesFirstEdge,
unsigned int noLanesSecondEdge);
249 const std::string& firstEdgeName,
const std::string& secondEdgeName,
250 unsigned int noLanesFirstEdge,
unsigned int noLanesSecondEdge);
262 return (
unsigned int)
myEdges.size();
468 void addPostProcessConnection(
const std::string& from,
int fromLane,
const std::string& to,
int toLane,
bool mayDefinitelyPass);
506 PostProcessConnection(
const std::string& from_,
int fromLane_,
const std::string& to_,
int toLane_,
bool mayDefinitelyPass_)