jadex.micro.benchmarks
Class ParallelAgentCreationAgent

java.lang.Object
  extended by jadex.micro.MicroAgent
      extended by jadex.micro.benchmarks.ParallelAgentCreationAgent
All Implemented Interfaces:
IInternalAccess, IMicroAgent

public class ParallelAgentCreationAgent
extends MicroAgent

Agent creation benchmark.


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
ParallelAgentCreationAgent()
           
 
Method Summary
protected  String createPeerName(int num)
          Create a name for a peer with a given number.
 void executeBody()
          Execute an agent step.
static Object getMetaInfo()
          Get the meta information about the agent.
 
Methods inherited from class jadex.micro.MicroAgent
addComponentListener, addDirectService, addService, agentCreated, agentKilled, 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
 

Constructor Detail

ParallelAgentCreationAgent

public ParallelAgentCreationAgent()
Method Detail

executeBody

public void executeBody()
Execute an agent step.

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

createPeerName

protected String createPeerName(int num)
Create a name for a peer with a given number.


getMetaInfo

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



Copyright © 2010. All Rights Reserved.