|
|||||||||
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.Planner | +--edu.cmu.cs.coral.icf.plan_based.planners.pip.PIP
The Prodigy Inspired Planner (PIP).
Fields inherited from class edu.cmu.cs.coral.icf.plan_based.planners.Planner |
domainReader,
problemReader |
Constructor Summary | |
PIP()
Construct a PIP |
Method Summary | |
Plan |
solveProblem(PlannerDomain domain,
PlannerProblem problem)
Solves a planning problem generating a plan. |
Methods inherited from class edu.cmu.cs.coral.icf.plan_based.planners.Planner |
getDomainReader,
getProblemReader |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public PIP()
Method Detail |
public Plan solveProblem(PlannerDomain domain, PlannerProblem problem)
domain
- information about the world that the problem occurs inproblem
- specifics of the problem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |