|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.cmu.cs.coral.icf.plan_based.planners.pip.Choice
Represents a choice that can be made.
Field Summary | |
static int |
BINDING_SELECTION
the type code for the selection of the bindings for an operator |
static int |
GOAL_NODE_EXPANSION
the type code for a goal node expansion |
static int |
OP_APPLICATION
the type code for an operator application |
static int |
OP_NODE_EXPANSION
the type code for a operator node expansion |
static int |
OPERATOR_SELECTION
the type code for the selection of an operator |
private int |
type
the type of this choice |
Constructor Summary | |
Choice(int type)
Constructs a new choice of the specified type. |
Method Summary | |
int |
getType()
Gets the type of this choice. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int OP_APPLICATION
public static final int GOAL_NODE_EXPANSION
public static final int OP_NODE_EXPANSION
public static final int OPERATOR_SELECTION
public static final int BINDING_SELECTION
private int type
Constructor Detail |
public Choice(int type)
type
- the kind of choiceMethod Detail |
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |