jadex.micro.examples.mandelbrot
Class DisplayAgent

java.lang.Object
  extended by jadex.micro.MicroAgent
      extended by jadex.micro.examples.mandelbrot.DisplayAgent
All Implemented Interfaces:
IInternalAccess, IMicroAgent

public class DisplayAgent
extends MicroAgent

Agent offering a display service.


Nested Class Summary
 
Nested classes/interfaces inherited from class jadex.micro.MicroAgent
MicroAgent.TimerWrapper
 
Field Summary
protected  DisplayPanel panel
          The GUI.
 
Fields inherited from class jadex.micro.MicroAgent
interpreter, longtime, timers
 
Constructor Summary
DisplayAgent()
           
 
Method Summary
 void agentCreated()
          Called once after agent creation.
static MicroAgentMetaInfo getMetaInfo()
          Get the meta information about the agent.
 DisplayPanel getPanel()
          Get the display panel.
 
Methods inherited from class jadex.micro.MicroAgent
addComponentListener, addDirectService, addService, agentKilled, createComponentIdentifier, createComponentIdentifier, createComponentIdentifier, createReply, createResultListener, createServiceContainer, executeBody, 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

panel

protected DisplayPanel panel
The GUI.

Constructor Detail

DisplayAgent

public DisplayAgent()
Method Detail

agentCreated

public void agentCreated()
Called once after agent creation.

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

getPanel

public DisplayPanel getPanel()
Get the display panel.


getMetaInfo

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



Copyright © 2010. All Rights Reserved.