Package jadex.bdiv3.tutorial.c4
Class ClockBDI
- java.lang.Object
- 
- jadex.bdiv3.tutorial.c4.ClockBDI
 
- 
 public class ClockBDI extends java.lang.ObjectBelief with update rate.
- 
- 
Field SummaryFields Modifier and Type Field Description java.text.SimpleDateFormatformatterThe date formatter.
 - 
Constructor SummaryConstructors Constructor Description ClockBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>body(IInternalAccess agent)The agent body.longgetTime()Get the time.protected voidprintTime()Plan that prints the time.
 
- 
- 
- 
Method Detail- 
bodypublic IFuture<java.lang.Void> body(IInternalAccess agent) The agent body.
 - 
printTimeprotected void printTime() Plan that prints the time.
 - 
getTimepublic long getTime() Get the time.- Returns:
- The time.
 
 
- 
 
-