jadex.micro.examples
Class ExternalAccessInvokerAgent
java.lang.Object
jadex.micro.MicroAgent
jadex.micro.examples.ExternalAccessInvokerAgent
- All Implemented Interfaces:
- IInternalAccess, IMicroAgent
public class ExternalAccessInvokerAgent
- extends MicroAgent
Agent that opens a component selector dialog and then executes a
step on the selected component.
|
Method Summary |
void |
executeBody()
Execute the functional body of 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 |
ExternalAccessInvokerAgent
public ExternalAccessInvokerAgent()
executeBody
public void executeBody()
- Execute the functional body of the agent.
Is only called once.
- Specified by:
executeBody in interface IMicroAgent- Overrides:
executeBody in class MicroAgent
Copyright © 2010. All Rights Reserved.