Package jadex.bdiv3.tutorial.c3
Class Clock2BDI
- java.lang.Object
- 
- jadex.bdiv3.tutorial.c3.Clock2BDI
 
- 
 public class Clock2BDI extends java.lang.ObjectGetter/setter belief.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.java.text.SimpleDateFormatformatterThe date formatter.protected longtimeThe time.
 - 
Constructor SummaryConstructors Constructor Description Clock2BDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.longgetTime()Get the time.protected voidprintTime()Plan that prints the time.voidsetTime(long time)Set the time.
 
- 
- 
- 
Field Detail- 
timeprotected long time The time.
 - 
formatterpublic java.text.SimpleDateFormat formatter The date formatter.
 - 
agentprotected IInternalAccess agent The agent.
 
- 
 
-