Uses of Interface
cz.cuni.amis.pogamut.base.communication.connection.IWorldConnectionAddress

Packages that use IWorldConnectionAddress
cz.cuni.amis.pogamut.base.agent.params   
cz.cuni.amis.pogamut.base.agent.params.impl   
cz.cuni.amis.pogamut.base.communication.connection   
cz.cuni.amis.pogamut.base.communication.connection.impl   
cz.cuni.amis.pogamut.base.communication.connection.impl.socket   
cz.cuni.amis.pogamut.multi.params.impl   
 

Uses of IWorldConnectionAddress in cz.cuni.amis.pogamut.base.agent.params
 

Methods in cz.cuni.amis.pogamut.base.agent.params that return IWorldConnectionAddress
 IWorldConnectionAddress IRemoteAgentParameters.getWorldAddress()
          Address of the environment the newly created agent has to connect into.
 

Uses of IWorldConnectionAddress in cz.cuni.amis.pogamut.base.agent.params.impl
 

Methods in cz.cuni.amis.pogamut.base.agent.params.impl that return IWorldConnectionAddress
 IWorldConnectionAddress RemoteAgentParameters.getWorldAddress()
           
 

Methods in cz.cuni.amis.pogamut.base.agent.params.impl with parameters of type IWorldConnectionAddress
 RemoteAgentParameters RemoteAgentParameters.setWorldAddress(IWorldConnectionAddress address)
          Sets connection address into the parameters.
 

Uses of IWorldConnectionAddress in cz.cuni.amis.pogamut.base.communication.connection
 

Classes in cz.cuni.amis.pogamut.base.communication.connection with type parameters of type IWorldConnectionAddress
 interface IWorldConnection<ADDRESS extends IWorldConnectionAddress>
          Interface for the connection to a remote world.
 

Uses of IWorldConnectionAddress in cz.cuni.amis.pogamut.base.communication.connection.impl
 

Classes in cz.cuni.amis.pogamut.base.communication.connection.impl with type parameters of type IWorldConnectionAddress
 class AbstractConnection<ADDRESS extends IWorldConnectionAddress>
          Implementation of the basic connection to the world server.
 

Fields in cz.cuni.amis.pogamut.base.communication.connection.impl declared as IWorldConnectionAddress
protected  ADDRESS AbstractConnection.address
          Current remote side address of the connection.
 

Uses of IWorldConnectionAddress in cz.cuni.amis.pogamut.base.communication.connection.impl.socket
 

Subinterfaces of IWorldConnectionAddress in cz.cuni.amis.pogamut.base.communication.connection.impl.socket
 interface ISocketConnectionAddress
          Connection descriptor for sockets ...
 

Classes in cz.cuni.amis.pogamut.base.communication.connection.impl.socket that implement IWorldConnectionAddress
 class SocketConnectionAddress
          Simple implementation of the interface ISocketConnectionAddress.
 

Uses of IWorldConnectionAddress in cz.cuni.amis.pogamut.multi.params.impl
 

Methods in cz.cuni.amis.pogamut.multi.params.impl with parameters of type IWorldConnectionAddress
 TeamRemoteAgentParameters<SHARED_WORLDVIEW> TeamRemoteAgentParameters.setWorldAddress(IWorldConnectionAddress address)
           
 



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