|
|||||||||
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
Represents a Planner.
Field Summary | |
protected DomainReader |
domainReader
The DomainReader to use for this Planner, defaults to a PlannerDomainReader. |
protected ProblemReader |
problemReader
The ProblemReader to use for this Planner, defaults to a PlannerProblemReader. |
Constructor Summary | |
protected |
Planner()
Constructs a new Planner. |
Method Summary | |
DomainReader |
getDomainReader()
Gets a DomainReader. |
ProblemReader |
getProblemReader()
Gets a ProblemReader. |
abstract Plan |
solveProblem(PlannerDomain domain,
PlannerProblem problem)
Solves a planning problem generating a plan. |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected DomainReader domainReader
protected ProblemReader problemReader
Constructor Detail |
protected Planner()
Method Detail |
public ProblemReader getProblemReader()
public DomainReader getDomainReader()
public abstract 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 |