EPANET  3.0
EPANET Development Project
Public Member Functions | List of all members
LinkParser Class Reference

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)
 

Detailed Description

The LinkParser class is used to parse lines of input data for network links read from a text file.


The documentation for this class was generated from the following files: