public abstract class AbstractWorldServer<WORLD_VIEW extends IWorldView,ACT extends IAct,A extends IAgent> extends AbstractGhostAgent<WORLD_VIEW,ACT> implements IWorldServer<A>
| Modifier and Type | Field and Description |
|---|---|
protected URI |
worldAddress |
events, INTROSPECTION_ROOT_NAME, log, LOG_CATEGORY_NAME| Constructor and Description |
|---|
AbstractWorldServer(IAgentId agentId,
IAgentLogger agentLogger,
IComponentBus bus,
WORLD_VIEW worldView,
ACT act) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getWorldAddress()
Address of the world. eg. gb04://localhost:3000
|
getActgetWorldViewaddDependency, addDependency, addDependency, addJMXComponents, awaitState, awaitState, componentFatalError, componentStarted, componentStarted, componentStopped, componentStopping, createAgentJMX, createIntrospection, equals, getComponentId, getEventBus, getIntrospection, getJMX, getLog, getLogger, getName, getState, hashCode, inState, kill, killAgent, notInState, pause, pauseAgent, preKillAgent, preStopAgent, resetAgent, resetEvent, resume, resumeAgent, setState, start, startAgent, startPaused, startPausedAgent, stop, stopAgent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAgentsgetComponentId, getIntrospection, getLogger, getName, getState, kill, pause, resume, start, startPaused, stopgetEventBusgetWorldViewprotected URI worldAddress
@Inject public AbstractWorldServer(IAgentId agentId, IAgentLogger agentLogger, IComponentBus bus, WORLD_VIEW worldView, ACT act)
public URI getWorldAddress()
IWorldServergetWorldAddress in interface IWorldServer<A extends IAgent>Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.