Package | Description |
---|---|
moise.oe | |
moise.os.fs |
Modifier and Type | Field and Description |
---|---|
protected Plan |
PlanInstance.spec |
Modifier and Type | Method and Description |
---|---|
Plan |
PlanInstance.getSpec() |
Constructor and Description |
---|
PlanInstance(Plan p) |
Modifier and Type | Field and Description |
---|---|
protected Plan |
Goal.inPlan |
protected Plan |
Goal.plan |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Plan> |
Scheme.plans |
Modifier and Type | Method and Description |
---|---|
Plan |
Goal.getInPlan() |
Plan |
Goal.getPlan()
gets the plan to achieve this goal (in case the goal is the head of a plan)
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Plan> |
Scheme.getPlans() |
Modifier and Type | Method and Description |
---|---|
void |
Scheme.addPlan(Plan p) |
void |
Goal.setInPlan(Plan p) |
void |
Goal.setPlan(Plan p) |