package simulator; /* * Time.java * Created on Jan 18, 2005 * */ import java.util.Calendar; import java.util.Formatter; import java.util.GregorianCalendar; /** * Time - This class defines time in the amusement park simulation. * For this current implementation, only hours and minutes are considered * and date is ignored. * @author Ping * */ public class Time implements ClockedThing, Cloneable, Comparable