EPANET
3.0
EPANET Development Project
|
The LinkParser class is used to parse lines of input data for network links read from a text file. More...
#include <linkparser.h>
Public Member Functions | |
void | parseLinkData (std::string &id, Network *nw, std::vector< std::string > &tokens) |
void | parseStatus (Link *link, std::vector< std::string > &tokens) |
void | parseLeakage (Link *link, std::vector< std::string > &tokens) |
void | parseEnergy (Link *link, Network *network, std::vector< std::string > &tokens) |
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.