jeops.examples.monkeys
Interface Constants

All Known Implementing Classes:
Goal, ObjectOPS, PhysicalObject, TestMonkeys

public interface Constants

Useful constants for the monkey and bananas problem.

Version:
0.01 19 Jul 2000
Author:
Carlos Figueira Filho (csff@cin.ufpe.br)

Field Summary
static int ACTIVE
          Goal status = active.
static int AT
          Goal type: to be AT somewhere.
static PhysicalObject CEILING
          Common objects: the ceiling.
static PhysicalObject FLOOR
          Common objects: the floor.
static int HEAVY
          Weight constants: heavy.
static int HOLD
          Goal type: to HOLD something.
static int LIGHT
          Weight constants: light.
static int ON
          Goal type: to be ON something.
static int SATISFIED
          Goal status = satisfied.
 

Field Detail

SATISFIED

public static final int SATISFIED
Goal status = satisfied.

ACTIVE

public static final int ACTIVE
Goal status = active.

AT

public static final int AT
Goal type: to be AT somewhere.

HOLD

public static final int HOLD
Goal type: to HOLD something.

ON

public static final int ON
Goal type: to be ON something.

LIGHT

public static final int LIGHT
Weight constants: light.

HEAVY

public static final int HEAVY
Weight constants: heavy.

FLOOR

public static final PhysicalObject FLOOR
Common objects: the floor.

CEILING

public static final PhysicalObject CEILING
Common objects: the ceiling.