public class ClockBDI
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.text.SimpleDateFormat |
formatter
The date formatter.
|
| 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.
|
long |
getTime()
Get the time.
|
protected void |
printTime()
Plan that prints the time.
|