jadex.micro.examples.chat
Class ChatAgent
java.lang.Object
jadex.micro.MicroAgent
jadex.micro.examples.chat.ChatAgent
- All Implemented Interfaces:
- IInternalAccess, IMicroAgent
public class ChatAgent
- extends MicroAgent
Chat micro agent.
| 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 |
cs
protected ChatService cs
- The chat service.
ChatAgent
public ChatAgent()
agentCreated
public void agentCreated()
- Called once after agent creation.
- Specified by:
agentCreated in interface IMicroAgent- Overrides:
agentCreated in class MicroAgent
getChatService
public ChatService getChatService()
- Get the chat service.
getMetaInfo
public static MicroAgentMetaInfo getMetaInfo()
- Get the meta information about the agent.
Copyright © 2010. All Rights Reserved.