jadex.micro.examples.helloworld
Class HelloWorldAgent

java.lang.Object
  extended by jadex.micro.MicroAgent
      extended by jadex.micro.examples.helloworld.HelloWorldAgent
All Implemented Interfaces:
IMicroAgent

public class HelloWorldAgent
extends MicroAgent

The micro version of the hello world agent.


Nested Class Summary
 
Nested classes/interfaces inherited from class jadex.micro.MicroAgent
MicroAgent.TimerWrapper
 
Field Summary
 
Fields inherited from class jadex.micro.MicroAgent
interpreter, longtime, timers
 
Constructor Summary
HelloWorldAgent()
           
 
Method Summary
 void executeBody()
          Execute an agent step.
static MicroAgentMetaInfo getMetaInfo()
          Get the meta information about the agent.
 
Methods inherited from class jadex.micro.MicroAgent
addService, agentCreated, agentKilled, createComponentIdentifier, createComponentIdentifier, createComponentIdentifier, createReply, createResultListener, createServiceContainer, getAgentAdapter, getAgentName, getArgument, getArguments, getComponentIdentifier, getConfiguration, getExternalAccess, getLogger, getParent, getServiceProvider, getTime, init, isAtBreakpoint, killAgent, messageArrived, removeService, scheduleStep, sendMessage, setResultValue, waitFor, waitForTick
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldAgent

public HelloWorldAgent()
Method Detail

executeBody

public void executeBody()
Execute an agent step.

Specified by:
executeBody in interface IMicroAgent
Overrides:
executeBody in class MicroAgent

getMetaInfo

public static MicroAgentMetaInfo getMetaInfo()
Get the meta information about the agent.



Copyright © 2010. All Rights Reserved.