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