|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A - the class for atomic elements in a statepublic interface Problem<A>
A planning problem over a planning Domain is defined by an initial WorldState and a Goal.
| Method Summary | |
|---|---|
Domain<A> |
getDomain()
This function returns the domain over which this Problem is defined. |
Goal<A> |
getGoal()
This function returns the goal conditions that define this Problem. |
WorldState<A> |
getInitialState()
This function returns the initial state of the world that defines this Problem. |
| Method Detail |
|---|
Domain<A> getDomain()
This function returns the domain over which this Problem is defined.
WorldState<A> getInitialState()
This function returns the initial state of the world that defines this Problem.
Goal<A> getGoal()
This function returns the goal conditions that define this Problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||