edu.cmu.cs.coral.icf
Interface ProblemReader
- All Known Implementing Classes:
- PlannerProblemReader
- public abstract interface ProblemReader
An interface that is capable of reading problem files in some format
into a problem that the Controller in use can use.
- Since:
- ICF 0.0
- Version:
- $Id$
Method Summary |
Problem |
readProblem(java.io.InputStream problem_src)
Reads a Problem from the specified input source |
readProblem
public Problem readProblem(java.io.InputStream problem_src)
- Reads a Problem from the specified input source
- Parameters:
problem_src
- a stream containing the problem- Returns:
- a problem read from the problem_src
- Since:
- ICF 0.0