Class ComparableWeatherEntry

java.lang.Object
net.simplace.sim.components.util.helper.diurnal.ComparableWeatherEntry
All Implemented Interfaces:
Comparable<ComparableWeatherEntry>

public class ComparableWeatherEntry extends Object implements Comparable<ComparableWeatherEntry>
Objects for sortable weather entries Holds date, minTemp, maxTemp, radiation and key value Implements compareTo by comparing the dates.
Author:
Gunther Krauss