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 Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe agent.java.text.SimpleDateFormatformatterThe date formatter.protected longtimeThe time.
-
Constructor Summary
Constructors Constructor Description Clock2BDI()
-
Method Summary
All 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
-
time
protected long time
The time.
-
formatter
public java.text.SimpleDateFormat formatter
The date formatter.
-
agent
protected IInternalAccess agent
The agent.
-
-