public class ClockBDI
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.text.SimpleDateFormat |
formatter
The date formatter.
|
protected long |
time
The current time.
|
| Constructor and Description |
|---|
ClockBDI() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
body(jadex.bridge.IInternalAccess agent)
The agent body.
|
protected void |
printTime()
Plan that prints the time.
|