Package jadex.bdiv3.examples.alarmclock
Class AlarmPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.alarmclock.AlarmPlan
 
- 
 public class AlarmPlan extends java.lang.ObjectThe alarm plan has the purpose to wait for the next alarm time and issue the notification.
- 
- 
Field SummaryFields Modifier and Type Field Description protected AlarmclockAgent.AlarmGoalgoalprotected IPlanplanprotected ICapabilityscope
 - 
Constructor SummaryConstructors Constructor Description AlarmPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The body method is called on the instatiated plan instance from the scheduler.
 
- 
- 
- 
Field Detail- 
scopeprotected ICapability scope 
 - 
planprotected IPlan plan 
 - 
goalprotected AlarmclockAgent.AlarmGoal goal 
 
- 
 
-