decisionMakingSystem
Enum AffordanceType
java.lang.Object
java.lang.Enum<AffordanceType>
decisionMakingSystem.AffordanceType
- All Implemented Interfaces:
- Serializable, Comparable<AffordanceType>
public enum AffordanceType
- extends Enum<AffordanceType>
Types of affordances.
Note!: place affordances has to had a prefix "_"
- Author:
- Ondrej
|
Method Summary |
static AffordanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AffordanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
TO_EAT
public static final AffordanceType TO_EAT
TO_WASH
public static final AffordanceType TO_WASH
TO_CLEAN
public static final AffordanceType TO_CLEAN
TO_SHOOT_AT
public static final AffordanceType TO_SHOOT_AT
TO_SHOOT_WITH
public static final AffordanceType TO_SHOOT_WITH
TO_RUN_IN
public static final AffordanceType TO_RUN_IN
TO_PUT_WATER_IN
public static final AffordanceType TO_PUT_WATER_IN
TO_CLEAN_WITH
public static final AffordanceType TO_CLEAN_WITH
PLAYER
public static final AffordanceType PLAYER
TO_GREET
public static final AffordanceType TO_GREET
TO_READ
public static final AffordanceType TO_READ
TO_THROW_WITH
public static final AffordanceType TO_THROW_WITH
TO_SWIM_IN
public static final AffordanceType TO_SWIM_IN
TO_BRUSH_TEETH
public static final AffordanceType TO_BRUSH_TEETH
_TO_DRINK
public static final AffordanceType _TO_DRINK
_TO_PLAY_AT
public static final AffordanceType _TO_PLAY_AT
_TO_STUDY_AT
public static final AffordanceType _TO_STUDY_AT
_TO_PLAY_ON
public static final AffordanceType _TO_PLAY_ON
_TO_STUDY_ON
public static final AffordanceType _TO_STUDY_ON
_TO_SLEEP_IN
public static final AffordanceType _TO_SLEEP_IN
_HOME
public static final AffordanceType _HOME
_TO_SWIM_INSIDE
public static final AffordanceType _TO_SWIM_INSIDE
_HAS_INTERNET
public static final AffordanceType _HAS_INTERNET
_TO_COOK_IN
public static final AffordanceType _TO_COOK_IN
_TO_WASH_UP
public static final AffordanceType _TO_WASH_UP
_LAY_DOWN_AT
public static final AffordanceType _LAY_DOWN_AT
_TO_RUN_AROUND
public static final AffordanceType _TO_RUN_AROUND
_TO_WASH_TOTALY
public static final AffordanceType _TO_WASH_TOTALY
_TO_GO_ON_TOILET
public static final AffordanceType _TO_GO_ON_TOILET
_TO_SHOP_IN
public static final AffordanceType _TO_SHOP_IN
_TO_EAT_IN
public static final AffordanceType _TO_EAT_IN
_TO_DRINK_IN
public static final AffordanceType _TO_DRINK_IN
_TO_SEE_A_PLAY
public static final AffordanceType _TO_SEE_A_PLAY
_TO_SEE_A_MOVIE
public static final AffordanceType _TO_SEE_A_MOVIE
_TO_BUILD_SHIPS
public static final AffordanceType _TO_BUILD_SHIPS
_TO_SELL_GROCERIES
public static final AffordanceType _TO_SELL_GROCERIES
_TO_STARE_AT
public static final AffordanceType _TO_STARE_AT
_TO_WORK_AT
public static final AffordanceType _TO_WORK_AT
_TO_WASH_WITH
public static final AffordanceType _TO_WASH_WITH
_FOOD_STORE
public static final AffordanceType _FOOD_STORE
TO_WEAR
public static final AffordanceType TO_WEAR
TO_PLAY_WITH
public static final AffordanceType TO_PLAY_WITH
EASY_GAME
public static final AffordanceType EASY_GAME
DIFFICULT_GAME
public static final AffordanceType DIFFICULT_GAME
_TO_HAVE_MASS_GATHERING_AT
public static final AffordanceType _TO_HAVE_MASS_GATHERING_AT
_TO_SEE_EXHIBITION_IN
public static final AffordanceType _TO_SEE_EXHIBITION_IN
values
public static AffordanceType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AffordanceType c : AffordanceType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AffordanceType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.