31 void parseNodeData(std::string& nodeName,
Network* nw, std::vector<std::string>& tokens);
32 void parseDemand(
Node* node,
Network* nw, std::vector<std::string>& tokens);
33 void parseEmitter(
Node* node,
Network* nw, std::vector<std::string>& tokens);
34 void parseCoords(
Node* node, std::vector<std::string>& tokens);
35 void parseInitQual(
Node* node, std::vector<std::string>& tokens);
36 void parseQualSource(
Node* node,
Network* nw, std::vector<std::string>& tokens);
37 void parseTankMixing(
Node* node, std::vector<std::string>& tokens);
38 void parseTankReact(
Node* node, std::vector<std::string>& tokens);
A connection point between links in a network.
Definition: node.h:30
The NodeParser class is used to parse lines of input data for network nodes read from a text file...
Definition: nodeparser.h:25
Contains the data elements that describe a pipe network.
Definition: network.h:41