package cse1030; /** * A class that represents an alarm clock. The clock is a composition * of two SimpleTime objects (one for the clock time * and one for the alarm time). * * @author CSE1030 * */ public class AlarmClock { }