30 void parseLinkData(std::string&
id,
Network* nw, std::vector<std::string>& tokens);
31 void parseStatus(
Link* link, std::vector<std::string>& tokens);
32 void parseLeakage(
Link* link, std::vector<std::string>& tokens);
33 void parseEnergy(
Link* link,
Network* network, std::vector<std::string>& tokens);
34 void parseReaction(
Link* link,
int type, std::vector<std::string>& tokens);
The LinkParser class is used to parse lines of input data for network links read from a text file...
Definition: linkparser.h:24
Contains the data elements that describe a pipe network.
Definition: network.h:41
A conveyance element that connects two nodes together.
Definition: link.h:30