cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric
Class Places

Package class diagram package Places
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.module.AgentModule<AGENT>
      extended by cz.cuni.amis.pogamut.base.agent.module.SensomotoricModule<UT2004Bot>
          extended by cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric.Places
All Implemented Interfaces:
IComponent

public class Places
extends SensomotoricModule<UT2004Bot>

Annotates map EmohawkVille.

Author:
knight

Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.base.agent.module.SensomotoricModule
act, worldView
 
Fields inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule
agent, controller, eventBus, log
 
Constructor Summary
Places(UT2004Bot agent)
          Default constructor.
 
Method Summary
 Place getCurrentPlace()
           
 Place getCurrentPlace(Location location)
           
 Collection<Place> getPlaces()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule
cleanUp, getComponentId, getLog, getState, initComponentId, isRunning, kill, pause, reset, resume, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Places

public Places(UT2004Bot agent)
Default constructor.

Parameters:
agent -
Method Detail

getCurrentPlace

public Place getCurrentPlace()

getCurrentPlace

public Place getCurrentPlace(Location location)

getPlaces

public Collection<Place> getPlaces()


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