Package jadex.bdiv3.examples.alarmclock
Class SyncSettingsAlarmsPlan
- java.lang.Object
-
- jadex.bdiv3.examples.alarmclock.SyncSettingsAlarmsPlan
-
public class SyncSettingsAlarmsPlan extends java.lang.Object
Adapt the settings to the "alarms" beliefset by adding or removing alarms.
-
-
Field Summary
Fields Modifier and Type Field Description protected AlarmclockAgent
scope
The scope.
-
Constructor Summary
Constructors Constructor Description SyncSettingsAlarmsPlan()
-
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
The scope.
-
-