Uses of Interface
cz.cuni.amis.pogamut.base.agent.navigation.IStuckDetector

Packages that use IStuckDetector
cz.cuni.amis.pogamut.base.agent.navigation   
cz.cuni.amis.pogamut.base.agent.navigation.impl   
 

Uses of IStuckDetector in cz.cuni.amis.pogamut.base.agent.navigation
 

Methods in cz.cuni.amis.pogamut.base.agent.navigation that return IStuckDetector
 IStuckDetector IPathExecutorHelper.checkStuckDetectors()
          Asks all IStuckDetector registered inside executor via IPathExecutor.addStuckDetector(IStuckDetector) whether the agent has stuck.
 

Methods in cz.cuni.amis.pogamut.base.agent.navigation with parameters of type IStuckDetector
 void IPathExecutor.addStuckDetector(IStuckDetector stuckDetector)
          Adds IStuckDetector into the executor to watch over the path execution.
 void IPathExecutor.removeStuckDetector(IStuckDetector stuckDetector)
          Removes IStuckDetector from the executor (must be the same instance, equals() is NOT USED).
 

Uses of IStuckDetector in cz.cuni.amis.pogamut.base.agent.navigation.impl
 

Fields in cz.cuni.amis.pogamut.base.agent.navigation.impl with type parameters of type IStuckDetector
protected  List<IStuckDetector> AbstractPathExecutor.stuckDetectors
           
 

Methods in cz.cuni.amis.pogamut.base.agent.navigation.impl that return IStuckDetector
 IStuckDetector BasePathExecutor.checkStuckDetectors()
          This method checks (one-by-one) stuck detectors whether some of them is reporting that the agent has stuck.
 

Methods in cz.cuni.amis.pogamut.base.agent.navigation.impl with parameters of type IStuckDetector
 void AbstractPathExecutor.addStuckDetector(IStuckDetector stuckDetector)
           
 void AbstractPathExecutor.removeStuckDetector(IStuckDetector stuckDetector)
           
 



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