Package jadex.bdiv3.examples.alarmclock
Class BeepPlan
- java.lang.Object
-
- jadex.bdiv3.examples.alarmclock.BeepPlan
-
public class BeepPlan extends java.lang.Object
Play a beep.
-
-
Field Summary
Fields Modifier and Type Field Description protected AlarmclockAgent.NotifyGoal
goal
protected IPlan
plan
protected AlarmclockAgent
scope
-
Constructor Summary
Constructors Constructor Description BeepPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The body method is called on the instantiated plan instance from the scheduler.
-
-
-
Field Detail
-
scope
protected AlarmclockAgent scope
-
plan
protected IPlan plan
-
goal
protected AlarmclockAgent.NotifyGoal goal
-
-