jadex.micro.examples.remoteservice
Class MathAgent

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

public class MathAgent
extends MicroAgent

Simple agent that offers the math service.


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
MathAgent()
           
 
Method Summary
 void agentCreated()
          Called once after agent creation.
 
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
 

Constructor Detail

MathAgent

public MathAgent()
Method Detail

agentCreated

public void agentCreated()
Called once after agent creation.

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


Copyright © 2010. All Rights Reserved.