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

Package class diagram package IWorldAgentsObserver
All Known Subinterfaces:
IWorldServer<A>
All Known Implementing Classes:
AbstractWorldServer

public interface IWorldAgentsObserver<A extends IAgent>

Provides functionality for observing GaviaLib based agents connected to the world.

Author:
Ik

Method Summary
 cz.cuni.amis.utils.collections.ObservableCollection<A> getAgents()
          Instances of the IAgent interface returned might not be the agents themselves as they can run on remote machines.
 

Method Detail

getAgents

cz.cuni.amis.utils.collections.ObservableCollection<A> getAgents()
Instances of the IAgent interface returned might not be the agents themselves as they can run on remote machines. In this case it will be proxy objects that can control those agents.

Returns:
List of all Pogamut based agents in the world.


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