Uses of Class
cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric.CharacterType

Packages that use CharacterType
cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric   
 

Uses of CharacterType in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric
 

Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric that return CharacterType
 CharacterType Animations.getCurrentCharacter()
          Returns current character type.
static CharacterType CharacterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CharacterType[] CharacterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric that return types with arguments of type CharacterType
static Collection<CharacterType> CharacterType.getCollection()
           
 

Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric with parameters of type CharacterType
static HashSet<AnimType> AnimationCharacterMapping.getAvailableAnimations(CharacterType charType)
          Returns all available animations for a character.
 HashSet<AnimType> Animations.getAvailableAnimations(CharacterType charType)
          Returns all available animations for a character.
static boolean AnimationCharacterMapping.hasAnim(AnimType anim, CharacterType character)
          Returns true if input animation can be played by the input character.
 boolean Animations.hasAnim(AnimType anim, CharacterType charType)
          Returns true if input character can play input animation.
 



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