public abstract class AbstractSurfaceQueryEngine extends Object
| Constructor and Description |
|---|
AbstractSurfaceQueryEngine() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract String[] |
query(String q) |
boolean |
queryAndCheck(String q,
String ans) |
public boolean queryAndCheck(String q, String ans) throws IOException
IOExceptionpublic abstract String[] query(String q) throws IOException
IOExceptionpublic abstract void close()
throws IOException
IOExceptionCopyright © 2017. All rights reserved.