Package | Description |
---|---|
moise.os.fs |
Modifier and Type | Field and Description |
---|---|
protected Plan.PlanOpType |
Plan.op |
Modifier and Type | Method and Description |
---|---|
Plan.PlanOpType |
Plan.getOp() |
static Plan.PlanOpType |
Plan.PlanOpType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Plan.PlanOpType[] |
Plan.PlanOpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Plan.setOp(Plan.PlanOpType op) |
Constructor and Description |
---|
Plan(Plan.PlanOpType op,
Scheme sch,
java.lang.String targetGoalId) |