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