Uses of Class
cz.cuni.amis.pogamut.base.agent.navigation.PathExecutorState

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

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

Methods in cz.cuni.amis.pogamut.base.agent.navigation that return PathExecutorState
 PathExecutorState IPathExecutorState.getState()
          Returns current high-level state of the IPathExecutor.
static PathExecutorState PathExecutorState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PathExecutorState[] PathExecutorState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.amis.pogamut.base.agent.navigation with parameters of type PathExecutorState
 boolean IPathExecutor.inState(PathExecutorState... states)
          True if the path executor is in one of 'states', false otherwise.
 boolean IPathExecutor.notInState(PathExecutorState... states)
          True if the path executor's state is not among 'states', false otherwise.
 

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

Methods in cz.cuni.amis.pogamut.base.agent.navigation.impl that return PathExecutorState
 PathExecutorState BasePathExecutorState.getState()
           
 

Methods in cz.cuni.amis.pogamut.base.agent.navigation.impl with parameters of type PathExecutorState
protected  IPathExecutorState BasePathExecutor.createState(PathExecutorState state)
          Utility method that is responsible for creating new state for the path executor.
static BasePathExecutorState BasePathExecutorState.getState(PathExecutorState state)
           
 boolean AbstractPathExecutor.inState(PathExecutorState... states)
           
 boolean AbstractPathExecutor.notInState(PathExecutorState... states)
           
 

Constructors in cz.cuni.amis.pogamut.base.agent.navigation.impl with parameters of type PathExecutorState
BasePathExecutorState(PathExecutorState state)
          Instantiated the path executor with the given state.
 



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