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 SummaryFields Modifier and Type Field Description protected AlarmclockAgent.NotifyGoalgoalprotected IPlanplanprotected AlarmclockAgentscope
 - 
Constructor SummaryConstructors Constructor Description BeepPlan()
 - 
Method SummaryAll 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- 
scopeprotected AlarmclockAgent scope 
 - 
planprotected IPlan plan 
 - 
goalprotected AlarmclockAgent.NotifyGoal goal 
 
- 
 
-