| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<CharacterType> |
CharacterType.getCollection() |
| Modifier and Type | Method and Description |
|---|---|
HashSet<AnimType> |
Animations.getAvailableAnimations(CharacterType charType)
Returns all available animations for a character.
|
static HashSet<AnimType> |
AnimationCharacterMapping.getAvailableAnimations(CharacterType charType)
Returns all available animations for a character.
|
boolean |
Animations.hasAnim(AnimType anim,
CharacterType charType)
Returns true if input character can play input animation.
|
static boolean |
AnimationCharacterMapping.hasAnim(AnimType anim,
CharacterType character)
Returns true if input animation can be played by the input character.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.