|
|||||||||
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.PlannerProblemReader
A generic reader for planner problems.
Constructor Summary | |
PlannerProblemReader()
|
Method Summary | |
void |
parseProblem(Problem problem,
java.io.InputStream problem_src)
Read problem information from the specified source and put it in the problem given. |
Problem |
readProblem(java.io.InputStream problem_src)
Reads a Problem from the specified input source. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public PlannerProblemReader()
Method Detail |
public Problem readProblem(java.io.InputStream problem_src)
problem_src
- a stream containing the problempublic void parseProblem(Problem problem, java.io.InputStream problem_src)
problem
- the problem to put the information inproblem_src
- the source of the problem information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |