Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.navigation.NavigationState

Packages that use NavigationState
cz.cuni.amis.pogamut.ut2004.agent.navigation Navigation API for Unreal. 
 

Uses of NavigationState in cz.cuni.amis.pogamut.ut2004.agent.navigation
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation with type parameters of type NavigationState
protected  cz.cuni.amis.utils.flag.Flag<NavigationState> UT2004Navigation.state
          State of UT2004Navigation
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation that return NavigationState
static NavigationState NavigationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NavigationState[] NavigationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation that return types with arguments of type NavigationState
 cz.cuni.amis.utils.flag.Flag<NavigationState> UT2004Navigation.getState()
           
 cz.cuni.amis.utils.flag.Flag<NavigationState> IUT2004Navigation.getState()
          Returns an immutable flag with the current state of the navigation.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type NavigationState
protected  void UT2004Navigation.reset(boolean stopGetBackToNavGraph, NavigationState resultState)
           
protected  void UT2004Navigation.switchState(NavigationState newState)
           
 

Method parameters in cz.cuni.amis.pogamut.ut2004.agent.navigation with type arguments of type NavigationState
 void UT2004Navigation.addStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
           
 void IUT2004Navigation.addStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
          Use this to register listeners to various states the navigation - stuck, target reached, etc.
 void UT2004Navigation.removeStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
           
 void IUT2004Navigation.removeStrongNavigationListener(cz.cuni.amis.utils.flag.FlagListener<NavigationState> listener)
          Removes path state listener.
 



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