Class AlarmclockAgent.PlaySongGoal

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.net.URL song
      The song to play.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlaySongGoal​(java.net.URL song)
      Create a play song goal.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL getSong()
      Get the song.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • song

        protected java.net.URL song
        The song to play.
    • Constructor Detail

      • PlaySongGoal

        public PlaySongGoal​(java.net.URL song)
        Create a play song goal.
    • Method Detail

      • getSong

        public java.net.URL getSong()
        Get the song.