SubcatchmentRunoffSummary.java [src/SwmmReportObjects] Revision: default  Date:
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package SwmmReportObjects;

/**
 *
 * @author Lucas Yaege
 */
public class SubcatchmentRunoffSummary
{

    public String subcatchment;
    public double totalPrecip;
    public double totalRunon;
    public double totalEvap;
    public double totalInfil;
    public double totalRunoffInches;
    public double totalRunoffMG;
    public double peakRunoff;
    public double runoffCoeff;
}