Package jadex.bdiv3.examples.alarmclock
Class BeepPlan
- java.lang.Object
-
- jadex.bdiv3.examples.alarmclock.BeepPlan
-
public class BeepPlan extends java.lang.ObjectPlay a beep.
-
-
Field Summary
Fields Modifier and Type Field Description protected AlarmclockAgent.NotifyGoalgoalprotected IPlanplanprotected AlarmclockAgentscope
-
Constructor Summary
Constructors Constructor Description BeepPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()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
-
-