test.jadex
Class BoardAgent

java.lang.Object
  extended by jadex.micro.MicroAgent
      extended by test.jadex.BoardAgent
All Implemented Interfaces:
jadex.bridge.IInternalAccess, jadex.micro.IMicroAgent

public class BoardAgent
extends jadex.micro.MicroAgent


Nested Class Summary
 
Nested classes/interfaces inherited from class jadex.micro.MicroAgent
jadex.micro.MicroAgent.TimerWrapper
 
Field Summary
(package private)  Board board
           
 
Fields inherited from class jadex.micro.MicroAgent
interpreter, longtime, timers
 
Constructor Summary
BoardAgent()
           
 
Method Summary
 void agentCreated()
           
 void agentKilled()
           
 void executeBody()
           
static jadex.micro.MicroAgentMetaInfo getMetaInfo()
           
 
Methods inherited from class jadex.micro.MicroAgent
addComponentListener, addDirectService, addService, createComponentIdentifier, createComponentIdentifier, createComponentIdentifier, createReply, createResultListener, createServiceContainer, getAgentAdapter, getAgentName, getArgument, getArguments, getChildren, getComponentIdentifier, getConfiguration, getExternalAccess, getLogger, getModel, getParent, getServiceProvider, getTime, init, isAtBreakpoint, killAgent, killComponent, messageArrived, removeComponentListener, removeService, scheduleStep, sendMessage, setResultValue, waitFor, waitForTick
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

board

Board board
Constructor Detail

BoardAgent

public BoardAgent()
Method Detail

agentCreated

public void agentCreated()
Specified by:
agentCreated in interface jadex.micro.IMicroAgent
Overrides:
agentCreated in class jadex.micro.MicroAgent

executeBody

public void executeBody()
Specified by:
executeBody in interface jadex.micro.IMicroAgent
Overrides:
executeBody in class jadex.micro.MicroAgent

agentKilled

public void agentKilled()
Specified by:
agentKilled in interface jadex.micro.IMicroAgent
Overrides:
agentKilled in class jadex.micro.MicroAgent

getMetaInfo

public static jadex.micro.MicroAgentMetaInfo getMetaInfo()