Package jadex.bdiv3.examples.alarmclock
Class AlarmclockAgent.NotifyGoal
- java.lang.Object
-
- jadex.bdiv3.examples.alarmclock.AlarmclockAgent.PlaySongGoal
-
- jadex.bdiv3.examples.alarmclock.AlarmclockAgent.NotifyGoal
-
- Enclosing class:
- AlarmclockAgent
public static class AlarmclockAgent.NotifyGoal extends AlarmclockAgent.PlaySongGoal
Notify about an alarm
-
-
Field Summary
Fields Modifier and Type Field Description protected Alarm
alarm
The alarm to notify about.-
Fields inherited from class jadex.bdiv3.examples.alarmclock.AlarmclockAgent.PlaySongGoal
song
-
-
Constructor Summary
Constructors Constructor Description NotifyGoal(Alarm alarm)
Create an alarm goal.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Alarm
getAlarm()
Get the alarm.-
Methods inherited from class jadex.bdiv3.examples.alarmclock.AlarmclockAgent.PlaySongGoal
getSong
-
-