Package jadex.bdiv3.tutorial.c3
Class Clock2BDI
- java.lang.Object
-
- jadex.bdiv3.tutorial.c3.Clock2BDI
-
public class Clock2BDI extends java.lang.Object
Getter/setter belief.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.java.text.SimpleDateFormat
formatter
The date formatter.protected long
time
The time.
-
Constructor Summary
Constructors Constructor Description Clock2BDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The agent body.long
getTime()
Get the time.protected void
printTime()
Plan that prints the time.void
setTime(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.
-
-