/* Copyright 2000 Charles G. Wright * This software may be distributed under the terms of the * GNU General Public License. * * $Id: TMYgraphMaster.java,v 1.1 2000-06-15 10:15:08-05 chuckles Exp chuckles $ */ public interface TMYgraphMaster { public TMYdata getTMY(); public java.awt.List getFieldList(); }