Package jadex.bdiv3.examples.alarmclock
Class AlarmPlan
- java.lang.Object
-
- jadex.bdiv3.examples.alarmclock.AlarmPlan
-
public class AlarmPlan extends java.lang.Object
The alarm plan has the purpose to wait for the next alarm time and issue the notification.
-
-
Field Summary
Fields Modifier and Type Field Description protected AlarmclockAgent.AlarmGoal
goal
protected IPlan
plan
protected ICapability
scope
-
Constructor Summary
Constructors Constructor Description AlarmPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The body method is called on the instatiated plan instance from the scheduler.
-
-
-
Field Detail
-
scope
protected ICapability scope
-
plan
protected IPlan plan
-
goal
protected AlarmclockAgent.AlarmGoal goal
-
-