PowerPlant.java [src/java/m/ipat] 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 m.ipat;

/**
 *
 * @author <a href="mailto:shaun.case@colostate.edu">Shaun Case</a>
 */
public class PowerPlant {
    public int id;
    public String name;
    public String units;
    public double eval_gain;
    public double hp_hr_per_energy_unit;   
    public int cost_max, cost_min; 
}