cz.cuni.amis.pogamut.base.server
Interface IWorldServer<A extends IAgent>

Package class diagram package IWorldServer
All Superinterfaces:
IAgent, IComponent, IComponentAware, IControllable, IWorldAgentsObserver<A>
All Known Implementing Classes:
AbstractWorldServer

public interface IWorldServer<A extends IAgent>
extends IWorldAgentsObserver<A>, IAgent

Interface for servers representing remote worlds.

Author:
ik

Method Summary
 URI getWorldAddress()
          Address of the world.
 
Methods inherited from interface cz.cuni.amis.pogamut.base.server.IWorldAgentsObserver
getAgents
 
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.IAgent
getComponentId, getIntrospection, getLogger, getName, getState, kill, pause, resume, start, startPaused, stop
 
Methods inherited from interface cz.cuni.amis.pogamut.base.component.IComponentAware
getEventBus
 

Method Detail

getWorldAddress

URI getWorldAddress()
Address of the world. eg. gb04://localhost:3000

Returns:


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.