Package jadex.micro.examples.fireflies
Class FireflyAgent
- java.lang.Object
- 
- jadex.micro.examples.fireflies.FireflyAgent
 
- 
 public class FireflyAgent extends java.lang.ObjectThe firefly agent.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description FireflyAgent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidagentCreated()Init method.IFuture<java.lang.Void>executeBody()Execute an agent step.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 
- 
 - 
Method Detail- 
agentCreatedpublic void agentCreated() Init method.
 - 
executeBodypublic IFuture<java.lang.Void> executeBody() Execute an agent step.
 
- 
 
-