atomicActions
Enum AtomicActions

Package class diagram package AtomicActions
java.lang.Object
  extended by java.lang.Enum<AtomicActions>
      extended by atomicActions.AtomicActions
All Implemented Interfaces:
Serializable, Comparable<AtomicActions>

public enum AtomicActions
extends Enum<AtomicActions>

List of all types of atomic actions.

Author:
Ondrej

Enum Constant Summary
BAKE
           
BORROW
           
BRUSH_TEETH
           
BUY_GROCERIES
           
CLEAN
           
CLEAN_FLOOR
           
CONFIRM_TRAINING
           
COOK
           
CROCHET
           
CYCLE
           
DANCE
           
DIG
           
DRESS_UP
           
DRINK
           
EAT
           
EMBROIDER
           
EXCERCISE
           
EXPLAIN_GAME
           
FIX
           
FOLLOW
           
GO_TO_PUB
           
GO_TO_THE_SINK
           
JOIN_SOMEONE_DRINKING
           
JUMP
           
KNIT
           
LISTEN
           
PAINT
           
PAY
           
PLANT
           
PLAY_BOARD_GAMES
           
PLAY_COMPUTER_GAMES
           
PLAY_ULTIMATE
           
PREPARE
           
PREPARE_GAME
           
PROGRAM
           
READ
           
RUN
           
SAY_GOOD_BYE
           
SAY_HELLO
           
SEARCH_ENVIRONMENT
           
SEARCH_MEMORY
           
SEARCH_POCKET
           
SEARCH_RANDOM
           
SEE_A_MOVIE
           
SEE_A_PLAY
           
SEE_EXHIBITION
           
SELL_GROCERIES
           
SHOOT_DEER
           
SHOOT_PREY
           
SHOP
           
SHOWER
           
SHUT_DOWN
           
SING
           
SIT_AT_THE_LECTURE
           
SLEEP
           
STARE_AT_TV
           
START
           
SWIM
           
TAKE
           
TAKE_OUT_GARBAGE
           
THINK
           
TOILET
           
USE
           
USE_WIKIPEDIA
           
WAIT
           
WALK
           
WANDER_AROUND
           
WASH_FACE
           
WASH_FLOOR
           
WASH_FOOD
           
WORK
           
 
Method Summary
static AtomicActions valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AtomicActions[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LISTEN

public static final AtomicActions LISTEN

TAKE_OUT_GARBAGE

public static final AtomicActions TAKE_OUT_GARBAGE

CLEAN

public static final AtomicActions CLEAN

SING

public static final AtomicActions SING

DANCE

public static final AtomicActions DANCE

BORROW

public static final AtomicActions BORROW

WANDER_AROUND

public static final AtomicActions WANDER_AROUND

PAY

public static final AtomicActions PAY

CYCLE

public static final AtomicActions CYCLE

EXCERCISE

public static final AtomicActions EXCERCISE

SHUT_DOWN

public static final AtomicActions SHUT_DOWN

START

public static final AtomicActions START

THINK

public static final AtomicActions THINK

PREPARE

public static final AtomicActions PREPARE

COOK

public static final AtomicActions COOK

BAKE

public static final AtomicActions BAKE

WAIT

public static final AtomicActions WAIT

DIG

public static final AtomicActions DIG

PLANT

public static final AtomicActions PLANT

FIX

public static final AtomicActions FIX

CROCHET

public static final AtomicActions CROCHET

EMBROIDER

public static final AtomicActions EMBROIDER

KNIT

public static final AtomicActions KNIT

PAINT

public static final AtomicActions PAINT

DRESS_UP

public static final AtomicActions DRESS_UP

SIT_AT_THE_LECTURE

public static final AtomicActions SIT_AT_THE_LECTURE

GO_TO_THE_SINK

public static final AtomicActions GO_TO_THE_SINK

SEARCH_ENVIRONMENT

public static final AtomicActions SEARCH_ENVIRONMENT

SEARCH_MEMORY

public static final AtomicActions SEARCH_MEMORY

SEARCH_POCKET

public static final AtomicActions SEARCH_POCKET

SEARCH_RANDOM

public static final AtomicActions SEARCH_RANDOM

SHOOT_DEER

public static final AtomicActions SHOOT_DEER

SAY_HELLO

public static final AtomicActions SAY_HELLO

WASH_FOOD

public static final AtomicActions WASH_FOOD

SHOOT_PREY

public static final AtomicActions SHOOT_PREY

SLEEP

public static final AtomicActions SLEEP

FOLLOW

public static final AtomicActions FOLLOW

PLAY_COMPUTER_GAMES

public static final AtomicActions PLAY_COMPUTER_GAMES

PLAY_BOARD_GAMES

public static final AtomicActions PLAY_BOARD_GAMES

READ

public static final AtomicActions READ

USE_WIKIPEDIA

public static final AtomicActions USE_WIKIPEDIA

RUN

public static final AtomicActions RUN

JUMP

public static final AtomicActions JUMP

SAY_GOOD_BYE

public static final AtomicActions SAY_GOOD_BYE

CONFIRM_TRAINING

public static final AtomicActions CONFIRM_TRAINING

PLAY_ULTIMATE

public static final AtomicActions PLAY_ULTIMATE

SWIM

public static final AtomicActions SWIM

WASH_FLOOR

public static final AtomicActions WASH_FLOOR

WASH_FACE

public static final AtomicActions WASH_FACE

BRUSH_TEETH

public static final AtomicActions BRUSH_TEETH

TOILET

public static final AtomicActions TOILET

SHOWER

public static final AtomicActions SHOWER

DRINK

public static final AtomicActions DRINK

SHOP

public static final AtomicActions SHOP

SEE_A_MOVIE

public static final AtomicActions SEE_A_MOVIE

SEE_A_PLAY

public static final AtomicActions SEE_A_PLAY

SEE_EXHIBITION

public static final AtomicActions SEE_EXHIBITION

STARE_AT_TV

public static final AtomicActions STARE_AT_TV

WORK

public static final AtomicActions WORK

CLEAN_FLOOR

public static final AtomicActions CLEAN_FLOOR

SELL_GROCERIES

public static final AtomicActions SELL_GROCERIES

BUY_GROCERIES

public static final AtomicActions BUY_GROCERIES

PREPARE_GAME

public static final AtomicActions PREPARE_GAME

EXPLAIN_GAME

public static final AtomicActions EXPLAIN_GAME

PROGRAM

public static final AtomicActions PROGRAM

GO_TO_PUB

public static final AtomicActions GO_TO_PUB

JOIN_SOMEONE_DRINKING

public static final AtomicActions JOIN_SOMEONE_DRINKING

EAT

public static final AtomicActions EAT

TAKE

public static final AtomicActions TAKE

USE

public static final AtomicActions USE

WALK

public static final AtomicActions WALK
Method Detail

values

public static AtomicActions[] 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 (AtomicActions c : AtomicActions.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AtomicActions 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.