45 bool parse(std::istream& from);
54 bool parseVAS(
int id, std::string name, std::istream& from);
58 const std::string& type);
Importer for networks stored in Vissim format.
bool parseFixedTime(int id, std::string name, std::istream &from)
parses a traffic light with fixed times (no other types are supported by now)
~NIVissimSingleTypeParser_Lichtsignalanlagendefinition()
Destructor.
bool parseRestActuated(int id, std::string name, std::istream &from, const std::string &type)
Parses actuated traffic lights (beside VAS)
bool parseVAS(int id, std::string name, std::istream &from)
Parses a vas-traffic light; All other actuated traffic lights are parsed using "parseRestActuated" as...
bool parse(std::istream &from)
Parses the data type from the given stream.