public class MicroExternalAccess extends jadex.kernelbase.ExternalAccess implements IMicroExternalAccess
| Constructor and Description |
|---|
MicroExternalAccess(MicroAgent agent,
MicroAgentInterpreter interpreter)
Create an external access.
|
| Modifier and Type | Method and Description |
|---|---|
IFuture |
getAgent()
Get the agent implementation.
|
IFuture |
sendMessage(Map me,
MessageType mt)
Send a message.
|
IFuture |
waitFor(long time,
IComponentStep run)
Wait for an specified amount of time.
|
IFuture |
waitForTick(IComponentStep run)
Wait for the next tick.
|
addNFProperty, createChild, getArguments, getChildren, getComponentIdentifier, getExtension, getFileName, getInterpreter, getLocalType, getModel, getNFAllPropertyNames, getNFPropertyMetaInfo, getNFPropertyMetaInfos, getNFPropertyNames, getNFPropertyValue, getNFPropertyValue, getParentAccess, getResults, getServiceProvider, isExternalThread, killComponent, removeNFProperty, scheduleImmediate, scheduleImmediate, scheduleStep, scheduleStep, shutdownNFPropertyProvider, subscribeToEvents, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateChild, getArguments, getChildren, getComponentIdentifier, getExtension, getFileName, getLocalType, getModel, getResults, getServiceProvider, killComponent, scheduleImmediate, scheduleImmediate, scheduleStep, scheduleStep, subscribeToEventsaddNFProperty, getNFAllPropertyNames, getNFPropertyMetaInfo, getNFPropertyMetaInfos, getNFPropertyNames, getNFPropertyValue, getNFPropertyValue, removeNFProperty, shutdownNFPropertyProviderpublic MicroExternalAccess(MicroAgent agent, MicroAgentInterpreter interpreter)
public IFuture sendMessage(Map me, MessageType mt)
sendMessage in interface IMicroExternalAccessme - The message.mt - The message type.public IFuture waitFor(long time, IComponentStep run)
waitFor in interface IMicroExternalAccesstime - The time.run - The runnable.public IFuture waitForTick(IComponentStep run)
waitForTick in interface IMicroExternalAccesstime - The time.public IFuture getAgent()
Copyright © 2013. All Rights Reserved.