Package jadex.micro.examples.fireflies
Class FireflyAgent
- java.lang.Object
-
- jadex.micro.examples.fireflies.FireflyAgent
-
public class FireflyAgent extends java.lang.Object
The firefly agent.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.
-
Constructor Summary
Constructors Constructor Description FireflyAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
agentCreated()
Init method.IFuture<java.lang.Void>
executeBody()
Execute an agent step.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
-
Method Detail
-
agentCreated
public void agentCreated()
Init method.
-
executeBody
public IFuture<java.lang.Void> executeBody()
Execute an agent step.
-
-